Color Hex Logo

#59137f Color Hex

#59137F
(89,19,127)
0 Favorites   0 Comments

Color spaces of #59137f

RGB 8919127
HSL0.770.740.29
HSV279°85°50°
CMYK 0.300.850.00   0.50
XYZ8.18354.121920.4430
Yxy4.12190.24990.1259
Hunter Lab20.302536.4203-45.4887
CIE-Lab24.070448.0680-45.4358

#59137f color RGB value is (89,19,127).

#59137f hex color red value is 89, green value is 19 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #59137f hue: 0.77 , saturation: 0.74 and the lightness value of 59137f is 0.29.

The process color (four color CMYK) of #59137f color hex is 0.30, 0.85, 0.00, 0.50. Web safe color of #59137f is #660066. Color #59137f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010011 01111111
Octal 131 23 177
Decimal 89 19 127
Hex 59 13 7F

RGB Percentages of Color #59137f

%37.87
%8.09
%54.04

CMYK Percentages of Color #59137f

%30
%85
%0
%50

Triadic Colors of #59137f

#59137f #7f5913 #137f59

Analogous Colors of #59137f

#59137f #7f136f #23137f

Monochromatic Colors of #59137f

#59137f

Complementary Color

#59137f #397f13

#59137f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59137f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59137f Color CSS Codes

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

#59137f Text Font Color

<p style="color:#59137f">Text here</p>

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


#59137f Background Color

<div style="background-color:#59137f">
Div content here</div>

This div background color is #59137f


#59137f Border Color

<div style="border:3px solid #59137f">
Div here</div>

This div border color is #59137f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,19,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59137f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59137f;
  -webkit-box-shadow: 1px 1px 3px 2px #59137f;
  box-shadow:         1px 1px 3px 2px #59137f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59137f


Comments

No comments written yet.

Please login to write comment.