Color Hex Logo

#590588 Color Hex

#590588
(89,5,136)
0 Favorites   0 Comments

Color spaces of #590588

RGB 895136
HSL0.770.930.28
HSV278°96°53°
CMYK 0.350.960.00   0.47
XYZ8.61804.010023.6123
Yxy4.01000.23780.1107
Hunter Lab20.025041.7760-55.8938
CIE-Lab23.704553.4857-51.7029

#590588 color RGB value is (89,5,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000101 10001000
Octal 131 5 210
Decimal 89 5 136
Hex 59 5 88

RGB Percentages of Color #590588

%38.70
%2.17
%59.13

CMYK Percentages of Color #590588

%35
%96
%0
%47

Triadic Colors of #590588

#590588 #885905 #058859

Analogous Colors of #590588

#590588 #880576 #180588

Monochromatic Colors of #590588

#590588

Complementary Color

#590588 #348805

#590588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#590588 Color CSS Codes

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

#590588 Text Font Color

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

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


#590588 Background Color

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

This div background color is #590588


#590588 Border Color

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

This div border color is #590588


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,5,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 #590588">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590588


Comments

No comments written yet.

Please login to write comment.