Color Hex Logo

#592850 Color Hex

#592850
(89,40,80)
0 Favorites   0 Comments

Color spaces of #592850

RGB 894080
HSL0.860.380.25
HSV311°55°35°
CMYK 0.000.550.10   0.65
XYZ6.32664.22068.0706
Yxy4.22060.33980.2267
Hunter Lab20.544119.0173-8.9108
CIE-Lab24.387728.5498-14.3788

#592850 color RGB value is (89,40,80).

#592850 hex color red value is 89, green value is 40 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #592850 hue: 0.86 , saturation: 0.38 and the lightness value of 592850 is 0.25.

The process color (four color CMYK) of #592850 color hex is 0.00, 0.55, 0.10, 0.65. Web safe color of #592850 is #663366. Color #592850 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101000 01010000
Octal 131 50 120
Decimal 89 40 80
Hex 59 28 50

RGB Percentages of Color #592850

%42.58
%19.14
%38.28

CMYK Percentages of Color #592850

%0
%55
%10
%65

Triadic Colors of #592850

#592850 #505928 #285059

Analogous Colors of #592850

#592850 #592838 #4a2859

Monochromatic Colors of #592850

#592850

Complementary Color

#592850 #285931

#592850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#592850 Color CSS Codes

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

#592850 Text Font Color

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

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


#592850 Background Color

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

This div background color is #592850


#592850 Border Color

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

This div border color is #592850


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,40,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #592850; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #592850;
  -webkit-box-shadow: 1px 1px 3px 2px #592850;
  box-shadow:         1px 1px 3px 2px #592850; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592850


Comments

No comments written yet.

Please login to write comment.