Color Hex Logo

#590210 Color Hex

#590210
(89,2,16)
0 Favorites   0 Comments

Color spaces of #590210

RGB 89216
HSL0.970.960.18
HSV350°98°35°
CMYK 0.000.980.82   0.65
XYZ4.23512.20470.6925
Yxy2.20470.59380.3091
Hunter Lab14.848224.92847.6286
CIE-Lab16.526837.058718.5893

#590210 color RGB value is (89,2,16).

#590210 hex color red value is 89, green value is 2 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #590210 hue: 0.97 , saturation: 0.96 and the lightness value of 590210 is 0.18.

The process color (four color CMYK) of #590210 color hex is 0.00, 0.98, 0.82, 0.65. Web safe color of #590210 is #660000. Color #590210 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000010 00010000
Octal 131 2 20
Decimal 89 2 16
Hex 59 2 10

RGB Percentages of Color #590210

%83.18
%1.87
%14.95

CMYK Percentages of Color #590210

%0
%98
%82
%65

Triadic Colors of #590210

#590210 #105902 #021059

Analogous Colors of #590210

#590210 #592002 #59023b

Monochromatic Colors of #590210

#590210

Complementary Color

#590210 #02594b

#590210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#590210 Color CSS Codes

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

#590210 Text Font Color

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

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


#590210 Background Color

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

This div background color is #590210


#590210 Border Color

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

This div border color is #590210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590210


Comments

No comments written yet.

Please login to write comment.