Color Hex Logo

#591373 Color Hex

#591373
(89,19,115)
0 Favorites   0 Comments

Color spaces of #591373

RGB 8919115
HSL0.790.720.26
HSV284°83°45°
CMYK 0.230.830.00   0.55
XYZ7.44723.827416.5659
Yxy3.82740.26750.1375
Hunter Lab19.563733.7119-36.5101
CIE-Lab23.092445.4527-39.3690

#591373 color RGB value is (89,19,115).

#591373 hex color red value is 89, green value is 19 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #591373 hue: 0.79 , saturation: 0.72 and the lightness value of 591373 is 0.26.

The process color (four color CMYK) of #591373 color hex is 0.23, 0.83, 0.00, 0.55. Web safe color of #591373 is #660066. Color #591373 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010011 01110011
Octal 131 23 163
Decimal 89 19 115
Hex 59 13 73

RGB Percentages of Color #591373

%39.91
%8.52
%51.57

CMYK Percentages of Color #591373

%23
%83
%0
%55

Triadic Colors of #591373

#591373 #735913 #137359

Analogous Colors of #591373

#591373 #73135d #291373

Monochromatic Colors of #591373

#591373

Complementary Color

#591373 #2d7313

#591373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#591373 Color CSS Codes

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

#591373 Text Font Color

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

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


#591373 Background Color

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

This div background color is #591373


#591373 Border Color

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

This div border color is #591373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591373


Comments

No comments written yet.

Please login to write comment.