Color Hex Logo

#592d6b Color Hex

#592D6B
(89,45,107)
0 Favorites   0 Comments

Color spaces of #592d6b

RGB 8945107
HSL0.780.410.30
HSV283°58°42°
CMYK 0.170.580.00   0.58
XYZ7.71215.062214.4805
Yxy5.06220.28300.1857
Hunter Lab22.499321.8106-22.4093
CIE-Lab26.911231.4996-28.1023

#592d6b color RGB value is (89,45,107).

#592d6b hex color red value is 89, green value is 45 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #592d6b hue: 0.78 , saturation: 0.41 and the lightness value of 592d6b is 0.30.

The process color (four color CMYK) of #592d6b color hex is 0.17, 0.58, 0.00, 0.58. Web safe color of #592d6b is #663366. Color #592d6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101101 01101011
Octal 131 55 153
Decimal 89 45 107
Hex 59 2D 6B

RGB Percentages of Color #592d6b

%36.93
%18.67
%44.40

CMYK Percentages of Color #592d6b

%17
%58
%0
%58

Triadic Colors of #592d6b

#592d6b #6b592d #2d6b59

Analogous Colors of #592d6b

#592d6b #6b2d5e #3a2d6b

Monochromatic Colors of #592d6b

#592d6b

Complementary Color

#592d6b #3f6b2d

#592d6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592d6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#592d6b Color CSS Codes

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

#592d6b Text Font Color

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

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


#592d6b Background Color

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

This div background color is #592d6b


#592d6b Border Color

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

This div border color is #592d6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592d6b


Comments

No comments written yet.

Please login to write comment.