example usage for text color - $("p").hexColor();
- returns value of $elem.css('color') in hex format.
- returns array if multiple color values in collection provided, or string if only one color found.
$("p").backgroundHexColor(); does the same thing for $elem.css('background-color')