Color Hex Logo

#590599 Color Hex

#590599
(89,5,153)
0 Favorites   0 Comments

Color spaces of #590599

RGB 895153
HSL0.760.940.31
HSV274°97°60°
CMYK 0.420.970.00   0.40
XYZ9.92394.532330.4888
Yxy4.53230.22080.1008
Hunter Lab21.289245.9512-70.0083
CIE-Lab25.358457.1732-59.5372

#590599 color RGB value is (89,5,153).

#590599 hex color red value is 89, green value is 5 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #590599 hue: 0.76 , saturation: 0.94 and the lightness value of 590599 is 0.31.

The process color (four color CMYK) of #590599 color hex is 0.42, 0.97, 0.00, 0.40. Web safe color of #590599 is #660099. Color #590599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000101 10011001
Octal 131 5 231
Decimal 89 5 153
Hex 59 5 99

RGB Percentages of Color #590599

%36.03
%2.02
%61.94

CMYK Percentages of Color #590599

%42
%97
%0
%40

Triadic Colors of #590599

#590599 #995905 #059959

Analogous Colors of #590599

#590599 #99058f #0f0599

Monochromatic Colors of #590599

#590599

Complementary Color

#590599 #459905

#590599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#590599 Color CSS Codes

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

#590599 Text Font Color

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

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


#590599 Background Color

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

This div background color is #590599


#590599 Border Color

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

This div border color is #590599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590599


Comments

No comments written yet.

Please login to write comment.