Color Hex Logo

#590100 Color Hex

#590100
(89,1,0)
0 Favorites   0 Comments

Color spaces of #590100

RGB 8910
HSL0.001.000.17
HSV100°35°
CMYK 0.000.991.00   0.65
XYZ4.13072.14560.1964
Yxy2.14560.63820.3315
Hunter Lab14.647924.70339.4585
CIE-Lab16.233536.854225.1796

#590100 color RGB value is (89,1,0).

#590100 hex color red value is 89, green value is 1 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #590100 hue: 0.00 , saturation: 1.00 and the lightness value of 590100 is 0.17.

The process color (four color CMYK) of #590100 color hex is 0.00, 0.99, 1.00, 0.65. Web safe color of #590100 is #660000. Color #590100 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000001 00000000
Octal 131 1 0
Decimal 89 1 0
Hex 59 1 0

RGB Percentages of Color #590100

%98.89
%1.11
%0.00

CMYK Percentages of Color #590100

%0
%99
%100
%65

Triadic Colors of #590100

#590100 #005901 #010059

Analogous Colors of #590100

#590100 #592e00 #59002c

Monochromatic Colors of #590100

#590100

Complementary Color

#590100 #005859

#590100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#590100 Color CSS Codes

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

#590100 Text Font Color

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

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


#590100 Background Color

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

This div background color is #590100


#590100 Border Color

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

This div border color is #590100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590100


Comments

No comments written yet.

Please login to write comment.