Color Hex Logo

#594acd Color Hex

#594ACD
(89,74,205)
0 Favorites   0 Comments

Color spaces of #594acd

RGB 8974205
HSL0.690.570.55
HSV247°64°80°
CMYK 0.570.640.00   0.20
XYZ17.588011.429259.0367
Yxy11.42920.19970.1298
Hunter Lab33.807133.7014-79.8720
CIE-Lab40.294242.2770-66.0274

#594acd color RGB value is (89,74,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001010 11001101
Octal 131 112 315
Decimal 89 74 205
Hex 59 4A CD

RGB Percentages of Color #594acd

%24.18
%20.11
%55.71

CMYK Percentages of Color #594acd

%57
%64
%0
%20

Triadic Colors of #594acd

#594acd #cd594a #4acd59

Analogous Colors of #594acd

#594acd #9b4acd #4a7dcd

Monochromatic Colors of #594acd

#594acd

Complementary Color

#594acd #becd4a

#594acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#594acd Color CSS Codes

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

#594acd Text Font Color

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

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


#594acd Background Color

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

This div background color is #594acd


#594acd Border Color

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

This div border color is #594acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594acd


Comments

No comments written yet.

Please login to write comment.