Color Hex Logo

#59129c Color Hex

#59129C
(89,18,156)
0 Favorites   0 Comments

Color spaces of #59129c

RGB 8918156
HSL0.750.790.34
HSV271°88°61°
CMYK 0.430.880.00   0.39
XYZ10.33694.956831.8644
Yxy4.95680.21920.1051
Hunter Lab22.263943.9140-69.2721
CIE-Lab26.611354.9947-59.3160

#59129c color RGB value is (89,18,156).

#59129c hex color red value is 89, green value is 18 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #59129c hue: 0.75 , saturation: 0.79 and the lightness value of 59129c is 0.34.

The process color (four color CMYK) of #59129c color hex is 0.43, 0.88, 0.00, 0.39. Web safe color of #59129c is #660099. Color #59129c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010010 10011100
Octal 131 22 234
Decimal 89 18 156
Hex 59 12 9C

RGB Percentages of Color #59129c

%33.84
%6.84
%59.32

CMYK Percentages of Color #59129c

%43
%88
%0
%39

Triadic Colors of #59129c

#59129c #9c5912 #129c59

Analogous Colors of #59129c

#59129c #9c129a #14129c

Monochromatic Colors of #59129c

#59129c

Complementary Color

#59129c #559c12

#59129c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59129c Color Preview on White Background

Lorem ipsum dolor sit amet.

#59129c Color CSS Codes

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

#59129c Text Font Color

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

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


#59129c Background Color

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

This div background color is #59129c


#59129c Border Color

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

This div border color is #59129c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59129c


Comments

No comments written yet.

Please login to write comment.