Color Hex Logo

#592e5f Color Hex

#592E5F
(89,46,95)
0 Favorites   0 Comments

Color spaces of #592e5f

RGB 894695
HSL0.810.350.28
HSV293°52°37°
CMYK 0.060.520.00   0.63
XYZ7.16244.904111.3956
Yxy4.90410.30530.2090
Hunter Lab22.145218.9780-15.0081
CIE-Lab26.459828.1753-21.0451

#592e5f color RGB value is (89,46,95).

#592e5f hex color red value is 89, green value is 46 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #592e5f hue: 0.81 , saturation: 0.35 and the lightness value of 592e5f is 0.28.

The process color (four color CMYK) of #592e5f color hex is 0.06, 0.52, 0.00, 0.63. Web safe color of #592e5f is #663366. Color #592e5f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101110 01011111
Octal 131 56 137
Decimal 89 46 95
Hex 59 2E 5F

RGB Percentages of Color #592e5f

%38.70
%20.00
%41.30

CMYK Percentages of Color #592e5f

%6
%52
%0
%63

Triadic Colors of #592e5f

#592e5f #5f592e #2e5f59

Analogous Colors of #592e5f

#592e5f #5f2e4d #412e5f

Monochromatic Colors of #592e5f

#592e5f

Complementary Color

#592e5f #345f2e

#592e5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592e5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#592e5f Color CSS Codes

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

#592e5f Text Font Color

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

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


#592e5f Background Color

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

This div background color is #592e5f


#592e5f Border Color

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

This div border color is #592e5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592e5f


Comments

No comments written yet.

Please login to write comment.