Color Hex Logo

#59113c Color Hex

#59113C
(89,17,60)
0 Favorites   0 Comments

Color spaces of #59113c

RGB 891760
HSL0.900.680.21
HSV324°81°35°
CMYK 0.000.810.33   0.65
XYZ5.13592.85104.5546
Yxy2.85100.40950.2273
Hunter Lab16.884924.7460-4.1737
CIE-Lab19.437036.2837-8.3284

#59113c color RGB value is (89,17,60).

#59113c hex color red value is 89, green value is 17 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #59113c hue: 0.90 , saturation: 0.68 and the lightness value of 59113c is 0.21.

The process color (four color CMYK) of #59113c color hex is 0.00, 0.81, 0.33, 0.65. Web safe color of #59113c is #660033. Color #59113c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010001 00111100
Octal 131 21 74
Decimal 89 17 60
Hex 59 11 3C

RGB Percentages of Color #59113c

%53.61
%10.24
%36.14

CMYK Percentages of Color #59113c

%0
%81
%33
%65

Triadic Colors of #59113c

#59113c #3c5911 #113c59

Analogous Colors of #59113c

#59113c #591118 #521159

Monochromatic Colors of #59113c

#59113c

Complementary Color

#59113c #11592e

#59113c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59113c Color Preview on White Background

Lorem ipsum dolor sit amet.

#59113c Color CSS Codes

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

#59113c Text Font Color

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

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


#59113c Background Color

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

This div background color is #59113c


#59113c Border Color

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

This div border color is #59113c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59113c


Comments

No comments written yet.

Please login to write comment.