Color Hex Logo

#59024c Color Hex

#59024C
(89,2,76)
0 Favorites   0 Comments

Color spaces of #59024c

RGB 89276
HSL0.860.960.18
HSV309°98°35°
CMYK 0.000.980.15   0.65
XYZ5.44602.68917.0695
Yxy2.68910.35820.1769
Hunter Lab16.398530.5832-14.0814
CIE-Lab18.753142.9619-20.4655

#59024c color RGB value is (89,2,76).

#59024c hex color red value is 89, green value is 2 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #59024c hue: 0.86 , saturation: 0.96 and the lightness value of 59024c is 0.18.

The process color (four color CMYK) of #59024c color hex is 0.00, 0.98, 0.15, 0.65. Web safe color of #59024c is #660033. Color #59024c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000010 01001100
Octal 131 2 114
Decimal 89 2 76
Hex 59 2 4C

RGB Percentages of Color #59024c

%53.29
%1.20
%45.51

CMYK Percentages of Color #59024c

%0
%98
%15
%65

Triadic Colors of #59024c

#59024c #4c5902 #024c59

Analogous Colors of #59024c

#59024c #590221 #3a0259

Monochromatic Colors of #59024c

#59024c

Complementary Color

#59024c #02590f

#59024c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59024c Color Preview on White Background

Lorem ipsum dolor sit amet.

#59024c Color CSS Codes

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

#59024c Text Font Color

<p style="color:#59024c">Text here</p>

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


#59024c Background Color

<div style="background-color:#59024c">
Div content here</div>

This div background color is #59024c


#59024c Border Color

<div style="border:3px solid #59024c">
Div here</div>

This div border color is #59024c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,2,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59024c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59024c;
  -webkit-box-shadow: 1px 1px 3px 2px #59024c;
  box-shadow:         1px 1px 3px 2px #59024c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59024c


Comments

No comments written yet.

Please login to write comment.