Color Hex Logo

#592250 Color Hex

#592250
(89,34,80)
0 Favorites   0 Comments

Color spaces of #592250

RGB 893480
HSL0.860.450.24
HSV310°62°35°
CMYK 0.000.620.10   0.65
XYZ6.13983.84718.0084
Yxy3.84710.34120.2138
Hunter Lab19.614021.5515-10.4783
CIE-Lab23.159431.8301-16.2802

#592250 color RGB value is (89,34,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100010 01010000
Octal 131 42 120
Decimal 89 34 80
Hex 59 22 50

RGB Percentages of Color #592250

%43.84
%16.75
%39.41

CMYK Percentages of Color #592250

%0
%62
%10
%65

Triadic Colors of #592250

#592250 #505922 #225059

Analogous Colors of #592250

#592250 #592235 #472259

Monochromatic Colors of #592250

#592250

Complementary Color

#592250 #22592b

#592250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#592250 Color CSS Codes

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

#592250 Text Font Color

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

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


#592250 Background Color

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

This div background color is #592250


#592250 Border Color

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

This div border color is #592250


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,34,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 #592250">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592250


Comments

No comments written yet.

Please login to write comment.