#fa80eb color space conversions
Hex:
        #fa80eb
        RGB:
        250, 128, 235
        CMY:
        2, 50, 8
        CMYK:
        0, 49, 6, 2
      HSL:
        307°, 92.4242%, 74.1176%
        HSV (HSB):
        307°, 48.8000%, 98.0392%
        XYZ:
        62.1389, 41.7605, 83.3828
        xyY:
        0.3318, 0.2230, 41.7605
      CIE-Lab:
        70.7055, 60.2249, -33.4871
        CIE-LCH:
        70.7055, 68.9088, 330.9244
        CIE-Luv:
        70.7055, 61.5374, -62.4538
        Hunter-Lab:
        64.6224, 58.5511, -31.2667
      #fa80eb color charts
#fa80eb RGB chart
      #fa80eb CMYK chart
      #fa80eb RGB pie chart
      #fa80eb color shades, tints & tones
#fa80eb color schemes
#fa80eb color preview, HTML & CSS examples
           This text has a color of #fa80eb        
        
          <p style="color:#fa80eb;">Text here</p>
        
        
          .mytext {color:#fa80eb;}
        
        Text color #fa80eb
      
           This box has a color of #fa80eb        
        
          <div style="background-color:#fa80eb;">Content here</div>
        
        
          .mybackground {background-color:#fa80eb;}
        
        Background color #fa80eb
      
           Border around this has a color of #fa80eb        
        
          <div style="border:2px solid #fa80eb;">Content here</div>
        
        
          .myborder {border:2px solid #fa80eb;}
        
        Border color #fa80eb