Color Hex Logo

#59206f Color Hex

#59206F
(89,32,111)
0 Favorites   0 Comments

Color spaces of #59206f

RGB 8932111
HSL0.790.550.28
HSV283°71°44°
CMYK 0.200.710.00   0.56
XYZ7.50564.304615.4742
Yxy4.30460.27510.1578
Hunter Lab20.747528.2658-29.6972
CIE-Lab24.653939.2800-34.2779

#59206f color RGB value is (89,32,111).

#59206f hex color red value is 89, green value is 32 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #59206f hue: 0.79 , saturation: 0.55 and the lightness value of 59206f is 0.28.

The process color (four color CMYK) of #59206f color hex is 0.20, 0.71, 0.00, 0.56. Web safe color of #59206f is #663366. Color #59206f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100000 01101111
Octal 131 40 157
Decimal 89 32 111
Hex 59 20 6F

RGB Percentages of Color #59206f

%38.36
%13.79
%47.84

CMYK Percentages of Color #59206f

%20
%71
%0
%56

Triadic Colors of #59206f

#59206f #6f5920 #206f59

Analogous Colors of #59206f

#59206f #6f205e #32206f

Monochromatic Colors of #59206f

#59206f

Complementary Color

#59206f #366f20

#59206f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59206f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59206f Color CSS Codes

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

#59206f Text Font Color

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

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


#59206f Background Color

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

This div background color is #59206f


#59206f Border Color

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

This div border color is #59206f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59206f


Comments

No comments written yet.

Please login to write comment.