Color Hex Logo

#59054e Color Hex

#59054E
(89,5,78)
0 Favorites   0 Comments

Color spaces of #59054e

RGB 89578
HSL0.860.890.18
HSV308°94°35°
CMYK 0.000.940.12   0.65
XYZ5.54922.78247.4523
Yxy2.78240.35160.1763
Hunter Lab16.680530.1916-14.8124
CIE-Lab19.150542.4591-21.2058

#59054e color RGB value is (89,5,78).

#59054e hex color red value is 89, green value is 5 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #59054e hue: 0.86 , saturation: 0.89 and the lightness value of 59054e is 0.18.

The process color (four color CMYK) of #59054e color hex is 0.00, 0.94, 0.12, 0.65. Web safe color of #59054e is #660066. Color #59054e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000101 01001110
Octal 131 5 116
Decimal 89 5 78
Hex 59 5 4E

RGB Percentages of Color #59054e

%51.74
%2.91
%45.35

CMYK Percentages of Color #59054e

%0
%94
%12
%65

Triadic Colors of #59054e

#59054e #4e5905 #054e59

Analogous Colors of #59054e

#59054e #590524 #3a0559

Monochromatic Colors of #59054e

#59054e

Complementary Color

#59054e #055910

#59054e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59054e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59054e Color CSS Codes

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

#59054e Text Font Color

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

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


#59054e Background Color

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

This div background color is #59054e


#59054e Border Color

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

This div border color is #59054e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59054e


Comments

No comments written yet.

Please login to write comment.