Color Hex Logo

#59030e Color Hex

#59030E
(89,3,14)
0 Favorites   0 Comments

Color spaces of #59030e

RGB 89314
HSL0.980.930.18
HSV352°97°35°
CMYK 0.000.970.84   0.65
XYZ4.23172.22070.6211
Yxy2.22070.59820.3139
Hunter Lab14.902024.60987.9603
CIE-Lab16.605336.673019.7459

#59030e color RGB value is (89,3,14).

#59030e hex color red value is 89, green value is 3 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #59030e hue: 0.98 , saturation: 0.93 and the lightness value of 59030e is 0.18.

The process color (four color CMYK) of #59030e color hex is 0.00, 0.97, 0.84, 0.65. Web safe color of #59030e is #660000. Color #59030e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000011 00001110
Octal 131 3 16
Decimal 89 3 14
Hex 59 3 E

RGB Percentages of Color #59030e

%83.96
%2.83
%13.21

CMYK Percentages of Color #59030e

%0
%97
%84
%65

Triadic Colors of #59030e

#59030e #0e5903 #030e59

Analogous Colors of #59030e

#59030e #592303 #590339

Monochromatic Colors of #59030e

#59030e

Complementary Color

#59030e #03594e

#59030e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59030e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59030e Color CSS Codes

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

#59030e Text Font Color

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

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


#59030e Background Color

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

This div background color is #59030e


#59030e Border Color

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

This div border color is #59030e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59030e


Comments

No comments written yet.

Please login to write comment.