Color Hex Logo

#594eea Color Hex

#594EEA
(89,78,234)
0 Favorites   0 Comments

Color spaces of #594eea

RGB 8978234
HSL0.680.790.61
HSV244°67°92°
CMYK 0.620.670.00   0.08
XYZ21.695513.513179.3067
Yxy13.51310.18950.1180
Hunter Lab36.760241.0187-102.1806
CIE-Lab43.526448.9928-77.3161

#594eea color RGB value is (89,78,234).

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

The process color (four color CMYK) of #594eea color hex is 0.62, 0.67, 0.00, 0.08. Web safe color of #594eea is #6666ff. Color #594eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001110 11101010
Octal 131 116 352
Decimal 89 78 234
Hex 59 4E EA

RGB Percentages of Color #594eea

%22.19
%19.45
%58.35

CMYK Percentages of Color #594eea

%62
%67
%0
%8

Triadic Colors of #594eea

#594eea #ea594e #4eea59

Analogous Colors of #594eea

#594eea #a74eea #4e91ea

Monochromatic Colors of #594eea

#594eea

Complementary Color

#594eea #dfea4e

#594eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#594eea Color CSS Codes

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

#594eea Text Font Color

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

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


#594eea Background Color

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

This div background color is #594eea


#594eea Border Color

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

This div border color is #594eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594eea


Comments

No comments written yet.

Please login to write comment.