Color Hex Logo

#59034a Color Hex

#59034A
(89,3,74)
0 Favorites   0 Comments

Color spaces of #59034a

RGB 89374
HSL0.860.930.18
HSV310°97°35°
CMYK 0.000.970.17   0.65
XYZ5.38842.68346.7125
Yxy2.68340.36450.1815
Hunter Lab16.381130.0489-12.8286
CIE-Lab18.728542.3858-19.1313

#59034a color RGB value is (89,3,74).

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

The process color (four color CMYK) of #59034a color hex is 0.00, 0.97, 0.17, 0.65. Web safe color of #59034a is #660033. Color #59034a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000011 01001010
Octal 131 3 112
Decimal 89 3 74
Hex 59 3 4A

RGB Percentages of Color #59034a

%53.61
%1.81
%44.58

CMYK Percentages of Color #59034a

%0
%97
%17
%65

Triadic Colors of #59034a

#59034a #4a5903 #034a59

Analogous Colors of #59034a

#59034a #59031f #3d0359

Monochromatic Colors of #59034a

#59034a

Complementary Color

#59034a #035912

#59034a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59034a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59034a Color CSS Codes

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

#59034a Text Font Color

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

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


#59034a Background Color

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

This div background color is #59034a


#59034a Border Color

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

This div border color is #59034a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59034a


Comments

No comments written yet.

Please login to write comment.