Color Hex Logo

#596ecd Color Hex

#596ECD
(89,110,205)
0 Favorites   0 Comments

Color spaces of #596ecd

RGB 89110205
HSL0.640.540.58
HSV229°57°80°
CMYK 0.570.460.00   0.20
XYZ20.715217.683560.0791
Yxy17.68350.21040.1796
Hunter Lab42.051814.3407-55.2711
CIE-Lab49.110020.2523-51.7820

#596ecd color RGB value is (89,110,205).

#596ecd hex color red value is 89, green value is 110 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #596ecd hue: 0.64 , saturation: 0.54 and the lightness value of 596ecd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101110 11001101
Octal 131 156 315
Decimal 89 110 205
Hex 59 6E CD

RGB Percentages of Color #596ecd

%22.03
%27.23
%50.74

CMYK Percentages of Color #596ecd

%57
%46
%0
%20

Triadic Colors of #596ecd

#596ecd #cd596e #6ecd59

Analogous Colors of #596ecd

#596ecd #7e59cd #59a8cd

Monochromatic Colors of #596ecd

#596ecd

Complementary Color

#596ecd #cdb859

#596ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#596ecd Color CSS Codes

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

#596ecd Text Font Color

<p style="color:#596ecd">Text here</p>

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


#596ecd Background Color

<div style="background-color:#596ecd">
Div content here</div>

This div background color is #596ecd


#596ecd Border Color

<div style="border:3px solid #596ecd">
Div here</div>

This div border color is #596ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596ecd


Comments

No comments written yet.

Please login to write comment.