Color Hex Logo

#590660 Color Hex

#590660
(89,6,96)
0 Favorites   0 Comments

Color spaces of #590660

RGB 89696
HSL0.820.880.20
HSV295°94°38°
CMYK 0.070.940.00   0.62
XYZ6.29633.098611.3326
Yxy3.09860.30380.1495
Hunter Lab17.602833.0421-25.8485
CIE-Lab20.434545.2654-31.2595

#590660 color RGB value is (89,6,96).

#590660 hex color red value is 89, green value is 6 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #590660 hue: 0.82 , saturation: 0.88 and the lightness value of 590660 is 0.20.

The process color (four color CMYK) of #590660 color hex is 0.07, 0.94, 0.00, 0.62. Web safe color of #590660 is #660066. Color #590660 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000110 01100000
Octal 131 6 140
Decimal 89 6 96
Hex 59 6 60

RGB Percentages of Color #590660

%46.60
%3.14
%50.26

CMYK Percentages of Color #590660

%7
%94
%0
%62

Triadic Colors of #590660

#590660 #605906 #066059

Analogous Colors of #590660

#590660 #60063a #2c0660

Monochromatic Colors of #590660

#590660

Complementary Color

#590660 #0d6006

#590660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#590660 Color CSS Codes

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

#590660 Text Font Color

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

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


#590660 Background Color

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

This div background color is #590660


#590660 Border Color

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

This div border color is #590660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590660


Comments

No comments written yet.

Please login to write comment.