Color Hex Logo

#590777 Color Hex

#590777
(89,7,119)
0 Favorites   0 Comments

Color spaces of #590777

RGB 897119
HSL0.790.890.25
HSV284°94°47°
CMYK 0.250.940.00   0.53
XYZ7.52563.607717.7525
Yxy3.60770.26050.1249
Hunter Lab18.993937.4842-42.1190
CIE-Lab22.329649.4887-43.1749

#590777 color RGB value is (89,7,119).

#590777 hex color red value is 89, green value is 7 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #590777 hue: 0.79 , saturation: 0.89 and the lightness value of 590777 is 0.25.

The process color (four color CMYK) of #590777 color hex is 0.25, 0.94, 0.00, 0.53. Web safe color of #590777 is #660066. Color #590777 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000111 01110111
Octal 131 7 167
Decimal 89 7 119
Hex 59 7 77

RGB Percentages of Color #590777

%41.40
%3.26
%55.35

CMYK Percentages of Color #590777

%25
%94
%0
%53

Triadic Colors of #590777

#590777 #775907 #077759

Analogous Colors of #590777

#590777 #77075d #210777

Monochromatic Colors of #590777

#590777

Complementary Color

#590777 #257707

#590777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#590777 Color CSS Codes

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

#590777 Text Font Color

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

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


#590777 Background Color

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

This div background color is #590777


#590777 Border Color

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

This div border color is #590777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590777


Comments

No comments written yet.

Please login to write comment.