Color Hex Logo

#594ddd Color Hex

#594DDD
(89,77,221)
0 Favorites   0 Comments

Color spaces of #594ddd

RGB 8977221
HSL0.680.680.58
HSV245°65°87°
CMYK 0.600.650.00   0.13
XYZ19.824812.652169.8038
Yxy12.65210.19380.1237
Hunter Lab35.569837.2397-91.4546
CIE-Lab42.234345.5143-72.0486

#594ddd color RGB value is (89,77,221).

#594ddd hex color red value is 89, green value is 77 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #594ddd hue: 0.68 , saturation: 0.68 and the lightness value of 594ddd is 0.58.

The process color (four color CMYK) of #594ddd color hex is 0.60, 0.65, 0.00, 0.13. Web safe color of #594ddd is #6666cc. Color #594ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001101 11011101
Octal 131 115 335
Decimal 89 77 221
Hex 59 4D DD

RGB Percentages of Color #594ddd

%23.00
%19.90
%57.11

CMYK Percentages of Color #594ddd

%60
%65
%0
%13

Triadic Colors of #594ddd

#594ddd #dd594d #4ddd59

Analogous Colors of #594ddd

#594ddd #a14ddd #4d89dd

Monochromatic Colors of #594ddd

#594ddd

Complementary Color

#594ddd #d1dd4d

#594ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#594ddd Color CSS Codes

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

#594ddd Text Font Color

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

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


#594ddd Background Color

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

This div background color is #594ddd


#594ddd Border Color

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

This div border color is #594ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594ddd


Comments

No comments written yet.

Please login to write comment.