Color Hex Logo

#59054c Color Hex

#59054C
(89,5,76)
0 Favorites   0 Comments

Color spaces of #59054c

RGB 89576
HSL0.860.890.18
HSV309°94°35°
CMYK 0.000.940.15   0.65
XYZ5.47862.75427.0803
Yxy2.75420.35780.1799
Hunter Lab16.595829.8838-13.6780
CIE-Lab19.031342.1466-20.0267

#59054c color RGB value is (89,5,76).

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

The process color (four color CMYK) of #59054c color hex is 0.00, 0.94, 0.15, 0.65. Web safe color of #59054c is #660033. Color #59054c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000101 01001100
Octal 131 5 114
Decimal 89 5 76
Hex 59 5 4C

RGB Percentages of Color #59054c

%52.35
%2.94
%44.71

CMYK Percentages of Color #59054c

%0
%94
%15
%65

Triadic Colors of #59054c

#59054c #4c5905 #054c59

Analogous Colors of #59054c

#59054c #590522 #3c0559

Monochromatic Colors of #59054c

#59054c

Complementary Color

#59054c #055912

#59054c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59054c Color Preview on White Background

Lorem ipsum dolor sit amet.

#59054c Color CSS Codes

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

#59054c Text Font Color

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

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


#59054c Background Color

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

This div background color is #59054c


#59054c Border Color

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

This div border color is #59054c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59054c


Comments

No comments written yet.

Please login to write comment.