Color Hex Logo

#59459f Color Hex

#59459F
(89,69,159)
0 Favorites   0 Comments

Color spaces of #59459f

RGB 8969159
HSL0.700.390.45
HSV253°57°62°
CMYK 0.440.570.00   0.38
XYZ12.50608.883333.8564
Yxy8.88330.22640.1608
Hunter Lab29.804922.7394-46.4862
CIE-Lab35.758631.2124-46.2561

#59459f color RGB value is (89,69,159).

#59459f hex color red value is 89, green value is 69 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #59459f hue: 0.70 , saturation: 0.39 and the lightness value of 59459f is 0.45.

The process color (four color CMYK) of #59459f color hex is 0.44, 0.57, 0.00, 0.38. Web safe color of #59459f is #663399. Color #59459f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000101 10011111
Octal 131 105 237
Decimal 89 69 159
Hex 59 45 9F

RGB Percentages of Color #59459f

%28.08
%21.77
%50.16

CMYK Percentages of Color #59459f

%44
%57
%0
%38

Triadic Colors of #59459f

#59459f #9f5945 #459f59

Analogous Colors of #59459f

#59459f #86459f #455e9f

Monochromatic Colors of #59459f

#59459f

Complementary Color

#59459f #8b9f45

#59459f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59459f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59459f Color CSS Codes

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

#59459f Text Font Color

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

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


#59459f Background Color

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

This div background color is #59459f


#59459f Border Color

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

This div border color is #59459f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59459f


Comments

No comments written yet.

Please login to write comment.