Color Hex Logo

#59044e Color Hex

#59044E
(89,4,78)
0 Favorites   0 Comments

Color spaces of #59044e

RGB 89478
HSL0.850.910.18
HSV308°96°35°
CMYK 0.000.960.12   0.65
XYZ5.53842.76077.4487
Yxy2.76070.35170.1753
Hunter Lab16.615430.4226-14.9491
CIE-Lab19.058942.7281-21.3506

#59044e color RGB value is (89,4,78).

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

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

Base Numbers

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

RGB Percentages of Color #59044e

%52.05
%2.34
%45.61

CMYK Percentages of Color #59044e

%0
%96
%12
%65

Triadic Colors of #59044e

#59044e #4e5904 #044e59

Analogous Colors of #59044e

#59044e #590423 #3a0459

Monochromatic Colors of #59044e

#59044e

Complementary Color

#59044e #04590f

#59044e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59044e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59044e Color CSS Codes

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

#59044e Text Font Color

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

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


#59044e Background Color

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

This div background color is #59044e


#59044e Border Color

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

This div border color is #59044e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59044e


Comments

No comments written yet.

Please login to write comment.