#fa34fa color space conversions
Hex:
        #fa34fa
        RGB:
        250, 52, 250
        CMY:
        2, 80, 2
        CMYK:
        0, 79, 0, 2
      HSL:
        300°, 95.1923%, 59.2157%
        HSV (HSB):
        300°, 79.2000%, 98.0392%
        XYZ:
        57.9077, 29.6821, 93.1196
        xyY:
        0.3204, 0.1643, 29.6821
      CIE-Lab:
        61.3790, 90.3431, -56.4292
        CIE-LCH:
        61.3790, 106.5182, 328.0107
        CIE-Luv:
        61.3790, 78.3360, -101.2919
        Hunter-Lab:
        54.4813, 94.3837, -63.2018
      #fa34fa color charts
#fa34fa RGB chart
      #fa34fa CMYK chart
      #fa34fa RGB pie chart
      #fa34fa color shades, tints & tones
#fa34fa color schemes
#fa34fa color preview, HTML & CSS examples
           This text has a color of #fa34fa        
        
          <p style="color:#fa34fa;">Text here</p>
        
        
          .mytext {color:#fa34fa;}
        
        Text color #fa34fa
      
           This box has a color of #fa34fa        
        
          <div style="background-color:#fa34fa;">Content here</div>
        
        
          .mybackground {background-color:#fa34fa;}
        
        Background color #fa34fa
      
           Border around this has a color of #fa34fa        
        
          <div style="border:2px solid #fa34fa;">Content here</div>
        
        
          .myborder {border:2px solid #fa34fa;}
        
        Border color #fa34fa