Utilities for color
David Hsing
Returns the converted rgb color from the given hex color
Optional
The hex color to inspect
the converted rgb color from the given hex color
hexToRgb('#fff'); // 'rgb(255, 255, 255)'hexToRgb('#ff0000'); // 'rgb(255, 0, 0)' Copy
hexToRgb('#fff'); // 'rgb(255, 255, 255)'hexToRgb('#ff0000'); // 'rgb(255, 0, 0)'
Utilities for color
Author
David Hsing