Color Hex Logo

#594eec Color Hex

#594EEC
(89,78,236)
0 Favorites   0 Comments

Color spaces of #594eec

RGB 8978236
HSL0.680.810.62
HSV244°67°93°
CMYK 0.620.670.00   0.07
XYZ21.984513.628880.8288
Yxy13.62880.18880.1170
Hunter Lab36.917241.6931-103.9711
CIE-Lab43.695849.6134-78.1679

#594eec color RGB value is (89,78,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001110 11101100
Octal 131 116 354
Decimal 89 78 236
Hex 59 4E EC

RGB Percentages of Color #594eec

%22.08
%19.35
%58.56

CMYK Percentages of Color #594eec

%62
%67
%0
%7

Triadic Colors of #594eec

#594eec #ec594e #4eec59

Analogous Colors of #594eec

#594eec #a84eec #4e92ec

Monochromatic Colors of #594eec

#594eec

Complementary Color

#594eec #e1ec4e

#594eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#594eec Color CSS Codes

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

#594eec Text Font Color

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

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


#594eec Background Color

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

This div background color is #594eec


#594eec Border Color

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

This div border color is #594eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594eec


Comments

No comments written yet.

Please login to write comment.