Color Hex Logo

#590881 Color Hex

#590881
(89,8,129)
0 Favorites   0 Comments

Color spaces of #590881

RGB 898129
HSL0.780.880.27
HSV280°94°51°
CMYK 0.310.940.00   0.49
XYZ8.16913.882521.0877
Yxy3.88250.24650.1172
Hunter Lab19.704139.5222-49.6606
CIE-Lab23.279151.3492-47.9915

#590881 color RGB value is (89,8,129).

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

The process color (four color CMYK) of #590881 color hex is 0.31, 0.94, 0.00, 0.49. Web safe color of #590881 is #660099. Color #590881 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001000 10000001
Octal 131 10 201
Decimal 89 8 129
Hex 59 8 81

RGB Percentages of Color #590881

%39.38
%3.54
%57.08

CMYK Percentages of Color #590881

%31
%94
%0
%49

Triadic Colors of #590881

#590881 #815908 #088159

Analogous Colors of #590881

#590881 #81086d #1c0881

Monochromatic Colors of #590881

#590881

Complementary Color

#590881 #308108

#590881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#590881 Color CSS Codes

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

#590881 Text Font Color

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

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


#590881 Background Color

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

This div background color is #590881


#590881 Border Color

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

This div border color is #590881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590881


Comments

No comments written yet.

Please login to write comment.