Color Hex Logo

#590980 Color Hex

#590980
(89,9,128)
0 Favorites   0 Comments

Color spaces of #590980

RGB 899128
HSL0.780.870.27
HSV280°93°50°
CMYK 0.300.930.00   0.50
XYZ8.11383.877720.7429
Yxy3.87770.24790.1185
Hunter Lab19.691939.0880-48.6702
CIE-Lab23.262950.9200-47.3853

#590980 color RGB value is (89,9,128).

#590980 hex color red value is 89, green value is 9 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #590980 hue: 0.78 , saturation: 0.87 and the lightness value of 590980 is 0.27.

The process color (four color CMYK) of #590980 color hex is 0.30, 0.93, 0.00, 0.50. Web safe color of #590980 is #660099. Color #590980 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001001 10000000
Octal 131 11 200
Decimal 89 9 128
Hex 59 9 80

RGB Percentages of Color #590980

%39.38
%3.98
%56.64

CMYK Percentages of Color #590980

%30
%93
%0
%50

Triadic Colors of #590980

#590980 #805909 #098059

Analogous Colors of #590980

#590980 #80096c #1d0980

Monochromatic Colors of #590980

#590980

Complementary Color

#590980 #308009

#590980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#590980 Color CSS Codes

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

#590980 Text Font Color

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

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


#590980 Background Color

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

This div background color is #590980


#590980 Border Color

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

This div border color is #590980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590980


Comments

No comments written yet.

Please login to write comment.