Color Hex Logo

#59016c Color Hex

#59016C
(89,1,108)
0 Favorites   0 Comments

Color spaces of #59016c

RGB 891108
HSL0.800.980.21
HSV289°99°42°
CMYK 0.180.990.00   0.58
XYZ6.83753.228314.4501
Yxy3.22830.27890.1317
Hunter Lab17.967536.4849-35.1060
CIE-Lab20.936048.7421-38.3330

#59016c color RGB value is (89,1,108).

#59016c hex color red value is 89, green value is 1 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #59016c hue: 0.80 , saturation: 0.98 and the lightness value of 59016c is 0.21.

The process color (four color CMYK) of #59016c color hex is 0.18, 0.99, 0.00, 0.58. Web safe color of #59016c is #660066. Color #59016c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000001 01101100
Octal 131 1 154
Decimal 89 1 108
Hex 59 1 6C

RGB Percentages of Color #59016c

%44.95
%0.51
%54.55

CMYK Percentages of Color #59016c

%18
%99
%0
%58

Triadic Colors of #59016c

#59016c #6c5901 #016c59

Analogous Colors of #59016c

#59016c #6c014a #23016c

Monochromatic Colors of #59016c

#59016c

Complementary Color

#59016c #146c01

#59016c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59016c Color Preview on White Background

Lorem ipsum dolor sit amet.

#59016c Color CSS Codes

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

#59016c Text Font Color

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

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


#59016c Background Color

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

This div background color is #59016c


#59016c Border Color

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

This div border color is #59016c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59016c


Comments

No comments written yet.

Please login to write comment.