Color Hex Logo

#592f6e Color Hex

#592F6E
(89,47,110)
0 Favorites   0 Comments

Color spaces of #592f6e

RGB 8947110
HSL0.780.400.31
HSV280°57°43°
CMYK 0.190.570.00   0.57
XYZ7.95085.282715.3525
Yxy5.28270.27810.1848
Hunter Lab22.984121.5255-23.5145
CIE-Lab27.525531.0628-29.0527

#592f6e color RGB value is (89,47,110).

#592f6e hex color red value is 89, green value is 47 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #592f6e hue: 0.78 , saturation: 0.40 and the lightness value of 592f6e is 0.31.

The process color (four color CMYK) of #592f6e color hex is 0.19, 0.57, 0.00, 0.57. Web safe color of #592f6e is #663366. Color #592f6e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101111 01101110
Octal 131 57 156
Decimal 89 47 110
Hex 59 2F 6E

RGB Percentages of Color #592f6e

%36.18
%19.11
%44.72

CMYK Percentages of Color #592f6e

%19
%57
%0
%57

Triadic Colors of #592f6e

#592f6e #6e592f #2f6e59

Analogous Colors of #592f6e

#592f6e #6e2f64 #3a2f6e

Monochromatic Colors of #592f6e

#592f6e

Complementary Color

#592f6e #446e2f

#592f6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592f6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#592f6e Color CSS Codes

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

#592f6e Text Font Color

<p style="color:#592f6e">Text here</p>

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


#592f6e Background Color

<div style="background-color:#592f6e">
Div content here</div>

This div background color is #592f6e


#592f6e Border Color

<div style="border:3px solid #592f6e">
Div here</div>

This div border color is #592f6e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,47,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #592f6e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #592f6e;
  -webkit-box-shadow: 1px 1px 3px 2px #592f6e;
  box-shadow:         1px 1px 3px 2px #592f6e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592f6e

#592f6e Color Palettes


Comments

No comments written yet.

Please login to write comment.