Color Hex Logo

#591588 Color Hex

#591588
(89,21,136)
0 Favorites   0 Comments

Color spaces of #591588

RGB 8921136
HSL0.770.730.31
HSV275°85°53°
CMYK 0.350.850.00   0.47
XYZ8.83194.437823.6836
Yxy4.43780.23900.1201
Hunter Lab21.066137.9700-51.9107
CIE-Lab25.069049.4474-49.4712

#591588 color RGB value is (89,21,136).

#591588 hex color red value is 89, green value is 21 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #591588 hue: 0.77 , saturation: 0.73 and the lightness value of 591588 is 0.31.

The process color (four color CMYK) of #591588 color hex is 0.35, 0.85, 0.00, 0.47. Web safe color of #591588 is #660099. Color #591588 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010101 10001000
Octal 131 25 210
Decimal 89 21 136
Hex 59 15 88

RGB Percentages of Color #591588

%36.18
%8.54
%55.28

CMYK Percentages of Color #591588

%35
%85
%0
%47

Triadic Colors of #591588

#591588 #885915 #158859

Analogous Colors of #591588

#591588 #88157e #201588

Monochromatic Colors of #591588

#591588

Complementary Color

#591588 #448815

#591588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#591588 Color CSS Codes

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

#591588 Text Font Color

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

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


#591588 Background Color

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

This div background color is #591588


#591588 Border Color

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

This div border color is #591588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591588


Comments

No comments written yet.

Please login to write comment.