Color Hex Logo

#5f2abc Color Hex

#5F2ABC
(95,42,188)
0 Favorites   0 Comments

Color spaces of #5f2abc

RGB 9542188
HSL0.730.630.45
HSV262°78°74°
CMYK 0.490.780.00   0.26
XYZ14.62447.719748.2962
Yxy7.71970.20700.1093
Hunter Lab27.784345.3316-83.6119
CIE-Lab33.392255.0297-67.3684

#5f2abc color RGB value is (95,42,188).

#5f2abc hex color red value is 95, green value is 42 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5f2abc hue: 0.73 , saturation: 0.63 and the lightness value of 5f2abc is 0.45.

The process color (four color CMYK) of #5f2abc color hex is 0.49, 0.78, 0.00, 0.26. Web safe color of #5f2abc is #6633cc. Color #5f2abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00101010 10111100
Octal 137 52 274
Decimal 95 42 188
Hex 5F 2A BC

RGB Percentages of Color #5f2abc

%29.23
%12.92
%57.85

CMYK Percentages of Color #5f2abc

%49
%78
%0
%26

Triadic Colors of #5f2abc

#5f2abc #bc5f2a #2abc5f

Analogous Colors of #5f2abc

#5f2abc #a82abc #2a3ebc

Monochromatic Colors of #5f2abc

#5f2abc

Complementary Color

#5f2abc #87bc2a

#5f2abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f2abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f2abc Color CSS Codes

.mybgcolor {background-color:#5f2abc; } 
.myforecolor {color:#5f2abc; }
.mybordercolor {border:3px solid #5f2abc; }

#5f2abc Text Font Color

<p style="color:#5f2abc">Text here</p>

This sample text font color is #5f2abc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#5f2abc Background Color

<div style="background-color:#5f2abc">
Div content here</div>

This div background color is #5f2abc


#5f2abc Border Color

<div style="border:3px solid #5f2abc">
Div here</div>

This div border color is #5f2abc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,42,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5f2abc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5f2abc;
  -webkit-box-shadow: 1px 1px 3px 2px #5f2abc;
  box-shadow:         1px 1px 3px 2px #5f2abc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,42,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5f2abc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #5f2abc;
  -webkit-box-shadow: 1px 1px 3px 2px #5f2abc;
  box-shadow:         1px 1px 3px 2px #5f2abc;">
Div content here</div>

This div box has shadow with color #5f2abc


Comments

No comments written yet.

Please login to write comment.