Color Hex Logo

#59155a Color Hex

#59155A
(89,21,90)
0 Favorites   0 Comments

Color spaces of #59155a

RGB 892190
HSL0.830.620.22
HSV299°77°35°
CMYK 0.010.770.00   0.65
XYZ6.23353.398410.0003
Yxy3.39840.31750.1731
Hunter Lab18.434728.0969-19.2587
CIE-Lab21.573639.6807-25.4542

#59155a color RGB value is (89,21,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010101 01011010
Octal 131 25 132
Decimal 89 21 90
Hex 59 15 5A

RGB Percentages of Color #59155a

%44.50
%10.50
%45.00

CMYK Percentages of Color #59155a

%1
%77
%0
%65

Triadic Colors of #59155a

#59155a #5a5915 #155a59

Analogous Colors of #59155a

#59155a #5a1539 #37155a

Monochromatic Colors of #59155a

#59155a

Complementary Color

#59155a #165a15

#59155a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59155a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59155a Color CSS Codes

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

#59155a Text Font Color

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

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


#59155a Background Color

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

This div background color is #59155a


#59155a Border Color

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

This div border color is #59155a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,21,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 #59155a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59155a


Comments

No comments written yet.

Please login to write comment.