Color Hex Logo

#59026e Color Hex

#59026E
(89,2,110)
0 Favorites   0 Comments

Color spaces of #59026e

RGB 892110
HSL0.800.960.22
HSV288°98°43°
CMYK 0.190.980.00   0.57
XYZ6.95603.293115.0209
Yxy3.29310.27530.1303
Hunter Lab18.146936.6649-36.3738
CIE-Lab21.181448.8783-39.2357

#59026e color RGB value is (89,2,110).

#59026e hex color red value is 89, green value is 2 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #59026e hue: 0.80 , saturation: 0.96 and the lightness value of 59026e is 0.22.

The process color (four color CMYK) of #59026e color hex is 0.19, 0.98, 0.00, 0.57. Web safe color of #59026e is #660066. Color #59026e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000010 01101110
Octal 131 2 156
Decimal 89 2 110
Hex 59 2 6E

RGB Percentages of Color #59026e

%44.28
%1.00
%54.73

CMYK Percentages of Color #59026e

%19
%98
%0
%57

Triadic Colors of #59026e

#59026e #6e5902 #026e59

Analogous Colors of #59026e

#59026e #6e024d #23026e

Monochromatic Colors of #59026e

#59026e

Complementary Color

#59026e #176e02

#59026e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59026e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59026e Color CSS Codes

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

#59026e Text Font Color

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

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


#59026e Background Color

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

This div background color is #59026e


#59026e Border Color

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

This div border color is #59026e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59026e


Comments

No comments written yet.

Please login to write comment.