Color Hex Logo

#594dde Color Hex

#594DDE
(89,77,222)
0 Favorites   0 Comments

Color spaces of #594dde

RGB 8977222
HSL0.680.690.59
HSV245°65°87°
CMYK 0.600.650.00   0.13
XYZ19.958512.705570.5077
Yxy12.70550.19340.1231
Hunter Lab35.644837.5688-92.3282
CIE-Lab42.316145.8267-72.4853

#594dde color RGB value is (89,77,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001101 11011110
Octal 131 115 336
Decimal 89 77 222
Hex 59 4D DE

RGB Percentages of Color #594dde

%22.94
%19.85
%57.22

CMYK Percentages of Color #594dde

%60
%65
%0
%13

Triadic Colors of #594dde

#594dde #de594d #4dde59

Analogous Colors of #594dde

#594dde #a24dde #4d8ade

Monochromatic Colors of #594dde

#594dde

Complementary Color

#594dde #d2de4d

#594dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#594dde Color CSS Codes

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

#594dde Text Font Color

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

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


#594dde Background Color

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

This div background color is #594dde


#594dde Border Color

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

This div border color is #594dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594dde


Comments

No comments written yet.

Please login to write comment.