Color Hex Logo

#59185a Color Hex

#59185A
(89,24,90)
0 Favorites   0 Comments

Color spaces of #59185a

RGB 892490
HSL0.830.580.22
HSV299°73°35°
CMYK 0.010.730.00   0.65
XYZ6.29193.515310.0198
Yxy3.51530.31730.1773
Hunter Lab18.749127.0907-18.5610
CIE-Lab21.999638.4723-24.7783

#59185a color RGB value is (89,24,90).

#59185a hex color red value is 89, green value is 24 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #59185a hue: 0.83 , saturation: 0.58 and the lightness value of 59185a is 0.22.

The process color (four color CMYK) of #59185a color hex is 0.01, 0.73, 0.00, 0.65. Web safe color of #59185a is #660066. Color #59185a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011000 01011010
Octal 131 30 132
Decimal 89 24 90
Hex 59 18 5A

RGB Percentages of Color #59185a

%43.84
%11.82
%44.33

CMYK Percentages of Color #59185a

%1
%73
%0
%65

Triadic Colors of #59185a

#59185a #5a5918 #185a59

Analogous Colors of #59185a

#59185a #5a183a #38185a

Monochromatic Colors of #59185a

#59185a

Complementary Color

#59185a #195a18

#59185a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59185a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59185a Color CSS Codes

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

#59185a Text Font Color

<p style="color:#59185a">Text here</p>

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


#59185a Background Color

<div style="background-color:#59185a">
Div content here</div>

This div background color is #59185a


#59185a Border Color

<div style="border:3px solid #59185a">
Div here</div>

This div border color is #59185a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,24,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59185a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59185a;
  -webkit-box-shadow: 1px 1px 3px 2px #59185a;
  box-shadow:         1px 1px 3px 2px #59185a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59185a


Comments

No comments written yet.

Please login to write comment.