Color Hex Logo

#590ad4 Color Hex

#590AD4
(89,10,212)
0 Favorites   0 Comments

Color spaces of #590ad4

RGB 8910212
HSL0.730.910.44
HSV263°95°83°
CMYK 0.580.950.00   0.17
XYZ16.11207.094462.8075
Yxy7.09440.18730.0825
Hunter Lab26.635361.3648-121.1643
CIE-Lab32.020969.7334-83.6925

#590ad4 color RGB value is (89,10,212).

#590ad4 hex color red value is 89, green value is 10 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #590ad4 hue: 0.73 , saturation: 0.91 and the lightness value of 590ad4 is 0.44.

The process color (four color CMYK) of #590ad4 color hex is 0.58, 0.95, 0.00, 0.17. Web safe color of #590ad4 is #6600cc. Color #590ad4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001010 11010100
Octal 131 12 324
Decimal 89 10 212
Hex 59 A D4

RGB Percentages of Color #590ad4

%28.62
%3.22
%68.17

CMYK Percentages of Color #590ad4

%58
%95
%0
%17

Triadic Colors of #590ad4

#590ad4 #d4590a #0ad459

Analogous Colors of #590ad4

#590ad4 #be0ad4 #0a20d4

Monochromatic Colors of #590ad4

#590ad4

Complementary Color

#590ad4 #85d40a

#590ad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590ad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#590ad4 Color CSS Codes

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

#590ad4 Text Font Color

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

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


#590ad4 Background Color

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

This div background color is #590ad4


#590ad4 Border Color

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

This div border color is #590ad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590ad4


Comments

No comments written yet.

Please login to write comment.