Color Hex Logo

#59399e Color Hex

#59399E
(89,57,158)
0 Favorites   0 Comments

Color spaces of #59399e

RGB 8957158
HSL0.720.470.42
HSV259°64°62°
CMYK 0.440.640.00   0.38
XYZ11.75457.518733.1795
Yxy7.51870.22410.1433
Hunter Lab27.420228.5339-52.5489
CIE-Lab32.959738.0772-50.1727

#59399e color RGB value is (89,57,158).

#59399e hex color red value is 89, green value is 57 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #59399e hue: 0.72 , saturation: 0.47 and the lightness value of 59399e is 0.42.

The process color (four color CMYK) of #59399e color hex is 0.44, 0.64, 0.00, 0.38. Web safe color of #59399e is #663399. Color #59399e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111001 10011110
Octal 131 71 236
Decimal 89 57 158
Hex 59 39 9E

RGB Percentages of Color #59399e

%29.28
%18.75
%51.97

CMYK Percentages of Color #59399e

%44
%64
%0
%38

Triadic Colors of #59399e

#59399e #9e5939 #399e59

Analogous Colors of #59399e

#59399e #8c399e #394c9e

Monochromatic Colors of #59399e

#59399e

Complementary Color

#59399e #7e9e39

#59399e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59399e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59399e Color CSS Codes

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

#59399e Text Font Color

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

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


#59399e Background Color

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

This div background color is #59399e


#59399e Border Color

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

This div border color is #59399e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59399e


Comments

No comments written yet.

Please login to write comment.