Color Hex Logo

#594eda Color Hex

#594EDA
(89,78,218)
0 Favorites   0 Comments

Color spaces of #594eda

RGB 8978218
HSL0.680.650.58
HSV245°64°85°
CMYK 0.590.640.00   0.15
XYZ19.499112.634667.7407
Yxy12.63460.19520.1265
Hunter Lab35.545235.7161-88.1111
CIE-Lab42.207443.9972-70.3789

#594eda color RGB value is (89,78,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001110 11011010
Octal 131 116 332
Decimal 89 78 218
Hex 59 4E DA

RGB Percentages of Color #594eda

%23.12
%20.26
%56.62

CMYK Percentages of Color #594eda

%59
%64
%0
%15

Triadic Colors of #594eda

#594eda #da594e #4eda59

Analogous Colors of #594eda

#594eda #9f4eda #4e89da

Monochromatic Colors of #594eda

#594eda

Complementary Color

#594eda #cfda4e

#594eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#594eda Color CSS Codes

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

#594eda Text Font Color

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

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


#594eda Background Color

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

This div background color is #594eda


#594eda Border Color

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

This div border color is #594eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,78,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 #594eda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594eda


Comments

No comments written yet.

Please login to write comment.