Color Hex Logo

#594fcd Color Hex

#594FCD
(89,79,205)
0 Favorites   0 Comments

Color spaces of #594fcd

RGB 8979205
HSL0.680.560.56
HSV245°61°80°
CMYK 0.570.610.00   0.20
XYZ17.935312.123659.1524
Yxy12.12360.20100.1359
Hunter Lab34.819031.0124-76.3519
CIE-Lab41.411939.3224-64.2067

#594fcd color RGB value is (89,79,205).

#594fcd hex color red value is 89, green value is 79 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #594fcd hue: 0.68 , saturation: 0.56 and the lightness value of 594fcd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001111 11001101
Octal 131 117 315
Decimal 89 79 205
Hex 59 4F CD

RGB Percentages of Color #594fcd

%23.86
%21.18
%54.96

CMYK Percentages of Color #594fcd

%57
%61
%0
%20

Triadic Colors of #594fcd

#594fcd #cd594f #4fcd59

Analogous Colors of #594fcd

#594fcd #984fcd #4f84cd

Monochromatic Colors of #594fcd

#594fcd

Complementary Color

#594fcd #c3cd4f

#594fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#594fcd Color CSS Codes

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

#594fcd Text Font Color

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

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


#594fcd Background Color

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

This div background color is #594fcd


#594fcd Border Color

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

This div border color is #594fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594fcd


Comments

No comments written yet.

Please login to write comment.