Color Hex Logo

#590480 Color Hex

#590480
(89,4,128)
0 Favorites   0 Comments

Color spaces of #590480

RGB 894128
HSL0.780.940.26
HSV281°97°50°
CMYK 0.300.970.00   0.50
XYZ8.05953.769220.7248
Yxy3.76920.24760.1158
Hunter Lab19.414440.1254-49.7017
CIE-Lab22.893352.0211-47.9892

#590480 color RGB value is (89,4,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000100 10000000
Octal 131 4 200
Decimal 89 4 128
Hex 59 4 80

RGB Percentages of Color #590480

%40.27
%1.81
%57.92

CMYK Percentages of Color #590480

%30
%97
%0
%50

Triadic Colors of #590480

#590480 #805904 #048059

Analogous Colors of #590480

#590480 #800469 #1b0480

Monochromatic Colors of #590480

#590480

Complementary Color

#590480 #2b8004

#590480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#590480 Color CSS Codes

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

#590480 Text Font Color

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

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


#590480 Background Color

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

This div background color is #590480


#590480 Border Color

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

This div border color is #590480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590480


Comments

No comments written yet.

Please login to write comment.