Color Hex Logo

#59194c Color Hex

#59194C
(89,25,76)
0 Favorites   0 Comments

Color spaces of #59194c

RGB 892576
HSL0.870.560.22
HSV312°72°35°
CMYK 0.000.720.15   0.65
XYZ5.77203.34097.1781
Yxy3.34090.35430.2051
Hunter Lab18.278124.3813-10.4894
CIE-Lab21.360535.4951-16.3795

#59194c color RGB value is (89,25,76).

#59194c hex color red value is 89, green value is 25 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #59194c hue: 0.87 , saturation: 0.56 and the lightness value of 59194c is 0.22.

The process color (four color CMYK) of #59194c color hex is 0.00, 0.72, 0.15, 0.65. Web safe color of #59194c is #660033. Color #59194c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011001 01001100
Octal 131 31 114
Decimal 89 25 76
Hex 59 19 4C

RGB Percentages of Color #59194c

%46.84
%13.16
%40.00

CMYK Percentages of Color #59194c

%0
%72
%15
%65

Triadic Colors of #59194c

#59194c #4c5919 #194c59

Analogous Colors of #59194c

#59194c #59192c #461959

Monochromatic Colors of #59194c

#59194c

Complementary Color

#59194c #195926

#59194c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59194c Color Preview on White Background

Lorem ipsum dolor sit amet.

#59194c Color CSS Codes

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

#59194c Text Font Color

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

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


#59194c Background Color

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

This div background color is #59194c


#59194c Border Color

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

This div border color is #59194c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59194c


Comments

No comments written yet.

Please login to write comment.