Color Hex Logo

#59008a Color Hex

#59008A
(89,0,138)
0 Favorites   0 Comments

Color spaces of #59008a

RGB 890138
HSL0.771.000.27
HSV279°100°54°
CMYK 0.361.000.00   0.46
XYZ8.70733.958824.3500
Yxy3.95880.23520.1069
Hunter Lab19.896743.2967-58.6325
CIE-Lab23.534854.9904-53.2341

#59008a color RGB value is (89,0,138).

#59008a hex color red value is 89, green value is 0 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #59008a hue: 0.77 , saturation: 1.00 and the lightness value of 59008a is 0.27.

The process color (four color CMYK) of #59008a color hex is 0.36, 1.00, 0.00, 0.46. Web safe color of #59008a is #660099. Color #59008a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000000 10001010
Octal 131 0 212
Decimal 89 0 138
Hex 59 0 8A

RGB Percentages of Color #59008a

%39.21
%0.00
%60.79

CMYK Percentages of Color #59008a

%36
%100
%0
%46

Triadic Colors of #59008a

#59008a #8a5900 #008a59

Analogous Colors of #59008a

#59008a #8a0076 #14008a

Monochromatic Colors of #59008a

#59008a

Complementary Color

#59008a #318a00

#59008a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59008a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59008a Color CSS Codes

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

#59008a Text Font Color

<p style="color:#59008a">Text here</p>

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


#59008a Background Color

<div style="background-color:#59008a">
Div content here</div>

This div background color is #59008a


#59008a Border Color

<div style="border:3px solid #59008a">
Div here</div>

This div border color is #59008a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,0,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59008a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59008a;
  -webkit-box-shadow: 1px 1px 3px 2px #59008a;
  box-shadow:         1px 1px 3px 2px #59008a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59008a


Comments

No comments written yet.

Please login to write comment.