Color Hex Logo

#594ace Color Hex

#594ACE
(89,74,206)
0 Favorites   0 Comments

Color spaces of #594ace

RGB 8974206
HSL0.690.570.55
HSV247°64°81°
CMYK 0.570.640.00   0.19
XYZ17.709211.477659.6745
Yxy11.47760.19930.1292
Hunter Lab33.878634.0189-80.7196
CIE-Lab40.373542.5880-66.4757

#594ace color RGB value is (89,74,206).

#594ace hex color red value is 89, green value is 74 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #594ace hue: 0.69 , saturation: 0.57 and the lightness value of 594ace is 0.55.

The process color (four color CMYK) of #594ace color hex is 0.57, 0.64, 0.00, 0.19. Web safe color of #594ace is #6633cc. Color #594ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001010 11001110
Octal 131 112 316
Decimal 89 74 206
Hex 59 4A CE

RGB Percentages of Color #594ace

%24.12
%20.05
%55.83

CMYK Percentages of Color #594ace

%57
%64
%0
%19

Triadic Colors of #594ace

#594ace #ce594a #4ace59

Analogous Colors of #594ace

#594ace #9b4ace #4a7dce

Monochromatic Colors of #594ace

#594ace

Complementary Color

#594ace #bfce4a

#594ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#594ace Color CSS Codes

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

#594ace Text Font Color

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

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


#594ace Background Color

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

This div background color is #594ace


#594ace Border Color

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

This div border color is #594ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594ace


Comments

No comments written yet.

Please login to write comment.