Return a color given in a hexadecimal form as a vec3.
A hexadecimal color with (#ff0000) or without (ff0000) a leading hash mark.
source: https://stackoverflow.com/questions/5623838/rgb-to-hex-and-hex-to-rgb
Return a color given in a hexadecimal form as a vec3.