#5f2abc color space conversions
Hex:
        #5f2abc
        RGB:
        95, 42, 188
        CMY:
        63, 84, 26
        CMYK:
        49, 78, 0, 26
      HSL:
        262°, 63.4783%, 45.0980%
        HSV (HSB):
        262°, 77.6596%, 73.7255%
        XYZ:
        14.6244, 7.7197, 48.2962
        xyY:
        0.2070, 0.1093, 7.7197
      CIE-Lab:
        33.3921, 55.0299, -67.3685
        CIE-LCH:
        33.3921, 86.9874, 309.2436
        CIE-Luv:
        33.3921, 6.3554, -93.7543
        Hunter-Lab:
        27.7843, 45.3318, -83.6122
      #5f2abc color charts
#5f2abc RGB chart
      #5f2abc CMYK chart
      #5f2abc RGB pie chart
      #5f2abc color shades, tints & tones
#5f2abc color schemes
#5f2abc color preview, HTML & CSS examples
           This text has a color of #5f2abc        
        
          <p style="color:#5f2abc;">Text here</p>
        
        
          .mytext {color:#5f2abc;}
        
        Text color #5f2abc
      
           This box has a color of #5f2abc        
        
          <div style="background-color:#5f2abc;">Content here</div>
        
        
          .mybackground {background-color:#5f2abc;}
        
        Background color #5f2abc
      
           Border around this has a color of #5f2abc        
        
          <div style="border:2px solid #5f2abc;">Content here</div>
        
        
          .myborder {border:2px solid #5f2abc;}
        
        Border color #5f2abc