Easily convert colors representation from hexadecimal to RGB, vice versa.
npm install -g hexchange
In order to use the CLI command, you need to call hexchange, and state the covertion you with to make, the the value to conveft. Usage example:
hexchange -a <conversion-type> -v <value-to-convert>
htr - convert from hexadecimal representation to RGB representation.
rth - convert from RGB representation to hexadecimal representation.
hexchange -a htr -v #111111
hexchange -a htr -v #111
hexchange -a rth -v rgb(17,17,17)
Start by typing:
hexchange
Then, select by arrow keys the conversion type you need:
Type the value to convert:
And finally, you get the converted value as output:
In order to indicate which version of hexchange you use, use:
hexchange -V
In order to watch overall view of hexchange commands, use:
hexchange --help