Color Hex Logo

#594cda Color Hex

#594CDA
(89,76,218)
0 Favorites   0 Comments

Color spaces of #594cda

RGB 8976218
HSL0.680.660.58
HSV245°65°85°
CMYK 0.590.650.00   0.15
XYZ19.359212.354767.6940
Yxy12.35470.19470.1243
Hunter Lab35.149336.8015-89.5822
CIE-Lab41.774445.1569-71.0863

#594cda color RGB value is (89,76,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001100 11011010
Octal 131 114 332
Decimal 89 76 218
Hex 59 4C DA

RGB Percentages of Color #594cda

%23.24
%19.84
%56.92

CMYK Percentages of Color #594cda

%59
%65
%0
%15

Triadic Colors of #594cda

#594cda #da594c #4cda59

Analogous Colors of #594cda

#594cda #a04cda #4c86da

Monochromatic Colors of #594cda

#594cda

Complementary Color

#594cda #cdda4c

#594cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#594cda Color CSS Codes

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

#594cda Text Font Color

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

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


#594cda Background Color

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

This div background color is #594cda


#594cda Border Color

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

This div border color is #594cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594cda


Comments

No comments written yet.

Please login to write comment.