Color Hex Logo

#594ad9 Color Hex

#594AD9
(89,74,217)
0 Favorites   0 Comments

Color spaces of #594ad9

RGB 8974217
HSL0.680.650.57
HSV246°66°85°
CMYK 0.590.660.00   0.15
XYZ19.093012.031266.9616
Yxy12.03120.19470.1227
Hunter Lab34.686037.5552-90.1795
CIE-Lab41.265745.9950-71.3456

#594ad9 color RGB value is (89,74,217).

#594ad9 hex color red value is 89, green value is 74 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #594ad9 hue: 0.68 , saturation: 0.65 and the lightness value of 594ad9 is 0.57.

The process color (four color CMYK) of #594ad9 color hex is 0.59, 0.66, 0.00, 0.15. Web safe color of #594ad9 is #6633cc. Color #594ad9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001010 11011001
Octal 131 112 331
Decimal 89 74 217
Hex 59 4A D9

RGB Percentages of Color #594ad9

%23.42
%19.47
%57.11

CMYK Percentages of Color #594ad9

%59
%66
%0
%15

Triadic Colors of #594ad9

#594ad9 #d9594a #4ad959

Analogous Colors of #594ad9

#594ad9 #a14ad9 #4a83d9

Monochromatic Colors of #594ad9

#594ad9

Complementary Color

#594ad9 #cad94a

#594ad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594ad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#594ad9 Color CSS Codes

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

#594ad9 Text Font Color

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

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


#594ad9 Background Color

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

This div background color is #594ad9


#594ad9 Border Color

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

This div border color is #594ad9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,74,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #594ad9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #594ad9;
  -webkit-box-shadow: 1px 1px 3px 2px #594ad9;
  box-shadow:         1px 1px 3px 2px #594ad9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594ad9


Comments

No comments written yet.

Please login to write comment.