Color Hex Logo

#590970 Color Hex

#590970
(89,9,112)
0 Favorites   0 Comments

Color spaces of #590970

RGB 899112
HSL0.800.850.24
HSV287°92°44°
CMYK 0.210.920.00   0.56
XYZ7.14213.489115.6263
Yxy3.48910.27200.1329
Hunter Lab18.679135.5623-36.5245
CIE-Lab21.904947.6086-39.3584

#590970 color RGB value is (89,9,112).

#590970 hex color red value is 89, green value is 9 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #590970 hue: 0.80 , saturation: 0.85 and the lightness value of 590970 is 0.24.

The process color (four color CMYK) of #590970 color hex is 0.21, 0.92, 0.00, 0.56. Web safe color of #590970 is #660066. Color #590970 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001001 01110000
Octal 131 11 160
Decimal 89 9 112
Hex 59 9 70

RGB Percentages of Color #590970

%42.38
%4.29
%53.33

CMYK Percentages of Color #590970

%21
%92
%0
%56

Triadic Colors of #590970

#590970 #705909 #097059

Analogous Colors of #590970

#590970 #700954 #250970

Monochromatic Colors of #590970

#590970

Complementary Color

#590970 #207009

#590970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#590970 Color CSS Codes

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

#590970 Text Font Color

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

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


#590970 Background Color

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

This div background color is #590970


#590970 Border Color

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

This div border color is #590970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590970


Comments

No comments written yet.

Please login to write comment.