Color Hex Logo

#59469f Color Hex

#59469F
(89,70,159)
0 Favorites   0 Comments

Color spaces of #59469f

RGB 8970159
HSL0.700.390.45
HSV253°56°62°
CMYK 0.440.560.00   0.38
XYZ12.56809.007433.8771
Yxy9.00740.22660.1624
Hunter Lab30.012322.2273-45.9163
CIE-Lab35.998530.5979-45.8700

#59469f color RGB value is (89,70,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000110 10011111
Octal 131 106 237
Decimal 89 70 159
Hex 59 46 9F

RGB Percentages of Color #59469f

%27.99
%22.01
%50.00

CMYK Percentages of Color #59469f

%44
%56
%0
%38

Triadic Colors of #59469f

#59469f #9f5946 #469f59

Analogous Colors of #59469f

#59469f #86469f #46609f

Monochromatic Colors of #59469f

#59469f

Complementary Color

#59469f #8c9f46

#59469f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59469f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59469f Color CSS Codes

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

#59469f Text Font Color

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

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


#59469f Background Color

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

This div background color is #59469f


#59469f Border Color

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

This div border color is #59469f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,70,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 #59469f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59469f


Comments

No comments written yet.

Please login to write comment.