Colors: JavaScript Color Library

    Colors: JavaScript Color Library

    On of my latest projects called for multiple types of color manipulation. Finding no library that suited my requirements for minimalism and functionality, I decided to create my own. This library is under development.

    Colors can do the following:

    • Change RGB to a Hexadecimal color.
    • Change Hexadecimal to an RGB color.
    • Change Hexadecimal to an HSV color.
    • Get the complementary value of a Hexadecimal color.
    • Get the complementary value of an RGB color.
    • Named color to an RGB object, HSV object or Hexadecimal string.
    • Get a random color in RGB or Hexadecimal.

    Leave a Reply