Color Hex Logo

#590769 Color Hex

#590769
(89,7,105)
0 Favorites   0 Comments

Color spaces of #590769

RGB 897105
HSL0.810.880.22
HSV290°93°41°
CMYK 0.150.930.00   0.59
XYZ6.74563.295713.6452
Yxy3.29570.28480.1391
Hunter Lab18.154134.5566-31.8565
CIE-Lab21.191246.7059-35.9624

#590769 color RGB value is (89,7,105).

#590769 hex color red value is 89, green value is 7 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #590769 hue: 0.81 , saturation: 0.88 and the lightness value of 590769 is 0.22.

The process color (four color CMYK) of #590769 color hex is 0.15, 0.93, 0.00, 0.59. Web safe color of #590769 is #660066. Color #590769 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000111 01101001
Octal 131 7 151
Decimal 89 7 105
Hex 59 7 69

RGB Percentages of Color #590769

%44.28
%3.48
%52.24

CMYK Percentages of Color #590769

%15
%93
%0
%59

Triadic Colors of #590769

#590769 #695907 #076959

Analogous Colors of #590769

#590769 #690748 #280769

Monochromatic Colors of #590769

#590769

Complementary Color

#590769 #176907

#590769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#590769 Color CSS Codes

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

#590769 Text Font Color

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

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


#590769 Background Color

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

This div background color is #590769


#590769 Border Color

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

This div border color is #590769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590769


Comments

No comments written yet.

Please login to write comment.