Color Hex Logo

#59345e Color Hex

#59345E
(89,52,94)
0 Favorites   0 Comments

Color spaces of #59345e

RGB 895294
HSL0.810.290.29
HSV293°45°37°
CMYK 0.050.450.00   0.63
XYZ7.36825.388011.2413
Yxy5.38800.30700.2245
Hunter Lab23.212116.0401-12.4649
CIE-Lab27.812824.3473-18.2851

#59345e color RGB value is (89,52,94).

#59345e hex color red value is 89, green value is 52 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #59345e hue: 0.81 , saturation: 0.29 and the lightness value of 59345e is 0.29.

The process color (four color CMYK) of #59345e color hex is 0.05, 0.45, 0.00, 0.63. Web safe color of #59345e is #663366. Color #59345e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110100 01011110
Octal 131 64 136
Decimal 89 52 94
Hex 59 34 5E

RGB Percentages of Color #59345e

%37.87
%22.13
%40.00

CMYK Percentages of Color #59345e

%5
%45
%0
%63

Triadic Colors of #59345e

#59345e #5e5934 #345e59

Analogous Colors of #59345e

#59345e #5e344e #44345e

Monochromatic Colors of #59345e

#59345e

Complementary Color

#59345e #395e34

#59345e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59345e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59345e Color CSS Codes

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

#59345e Text Font Color

<p style="color:#59345e">Text here</p>

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


#59345e Background Color

<div style="background-color:#59345e">
Div content here</div>

This div background color is #59345e


#59345e Border Color

<div style="border:3px solid #59345e">
Div here</div>

This div border color is #59345e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,52,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59345e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59345e;
  -webkit-box-shadow: 1px 1px 3px 2px #59345e;
  box-shadow:         1px 1px 3px 2px #59345e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59345e


Comments

No comments written yet.

Please login to write comment.