Color Hex Logo

#5f24ac Color Hex

#5F24AC
(95,36,172)
0 Favorites   0 Comments

Color spaces of #5f24ac

RGB 9536172
HSL0.740.650.41
HSV266°79°67°
CMYK 0.450.790.00   0.33
XYZ12.79666.673239.6433
Yxy6.67320.21650.1129
Hunter Lab25.832543.2162-72.9052
CIE-Lab31.051153.4584-61.6901

#5f24ac color RGB value is (95,36,172).

#5f24ac hex color red value is 95, green value is 36 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5f24ac hue: 0.74 , saturation: 0.65 and the lightness value of 5f24ac is 0.41.

The process color (four color CMYK) of #5f24ac color hex is 0.45, 0.79, 0.00, 0.33. Web safe color of #5f24ac is #663399. Color #5f24ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 00100100 10101100
Octal 137 44 254
Decimal 95 36 172
Hex 5F 24 AC

RGB Percentages of Color #5f24ac

%31.35
%11.88
%56.77

CMYK Percentages of Color #5f24ac

%45
%79
%0
%33

Triadic Colors of #5f24ac

#5f24ac #ac5f24 #24ac5f

Analogous Colors of #5f24ac

#5f24ac #a324ac #242dac

Monochromatic Colors of #5f24ac

#5f24ac

Complementary Color

#5f24ac #71ac24

#5f24ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f24ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f24ac Color CSS Codes

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

#5f24ac Text Font Color

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

This sample text font color is #5f24ac
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.


#5f24ac Background Color

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

This div background color is #5f24ac


#5f24ac Border Color

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

This div border color is #5f24ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f24ac


Comments

No comments written yet.

Please login to write comment.