Color Hex Logo

#59294f Color Hex

#59294F
(89,41,79)
0 Favorites   0 Comments

Color spaces of #59294f

RGB 894179
HSL0.870.370.25
HSV313°54°35°
CMYK 0.000.540.11   0.65
XYZ6.32404.27427.8888
Yxy4.27420.34210.2312
Hunter Lab20.674118.4215-8.1519
CIE-Lab24.558027.7882-13.4496

#59294f color RGB value is (89,41,79).

#59294f hex color red value is 89, green value is 41 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #59294f hue: 0.87 , saturation: 0.37 and the lightness value of 59294f is 0.25.

The process color (four color CMYK) of #59294f color hex is 0.00, 0.54, 0.11, 0.65. Web safe color of #59294f is #663366. Color #59294f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101001 01001111
Octal 131 51 117
Decimal 89 41 79
Hex 59 29 4F

RGB Percentages of Color #59294f

%42.58
%19.62
%37.80

CMYK Percentages of Color #59294f

%0
%54
%11
%65

Triadic Colors of #59294f

#59294f #4f5929 #294f59

Analogous Colors of #59294f

#59294f #592937 #4b2959

Monochromatic Colors of #59294f

#59294f

Complementary Color

#59294f #295933

#59294f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59294f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59294f Color CSS Codes

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

#59294f Text Font Color

<p style="color:#59294f">Text here</p>

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


#59294f Background Color

<div style="background-color:#59294f">
Div content here</div>

This div background color is #59294f


#59294f Border Color

<div style="border:3px solid #59294f">
Div here</div>

This div border color is #59294f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,41,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59294f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59294f;
  -webkit-box-shadow: 1px 1px 3px 2px #59294f;
  box-shadow:         1px 1px 3px 2px #59294f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59294f


Comments

No comments written yet.

Please login to write comment.