Color Hex Logo

#596cde Color Hex

#596CDE
(89,108,222)
0 Favorites   0 Comments

Color spaces of #596cde

RGB 89108222
HSL0.640.670.61
HSV231°60°87°
CMYK 0.600.510.00   0.13
XYZ22.667218.122971.4106
Yxy18.12290.20200.1615
Hunter Lab42.571020.5442-69.6561
CIE-Lab49.644827.1158-60.5850

#596cde color RGB value is (89,108,222).

#596cde hex color red value is 89, green value is 108 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #596cde hue: 0.64 , saturation: 0.67 and the lightness value of 596cde is 0.61.

The process color (four color CMYK) of #596cde color hex is 0.60, 0.51, 0.00, 0.13. Web safe color of #596cde is #6666cc. Color #596cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101100 11011110
Octal 131 154 336
Decimal 89 108 222
Hex 59 6C DE

RGB Percentages of Color #596cde

%21.24
%25.78
%52.98

CMYK Percentages of Color #596cde

%60
%51
%0
%13

Triadic Colors of #596cde

#596cde #de596c #6cde59

Analogous Colors of #596cde

#596cde #8959de #59afde

Monochromatic Colors of #596cde

#596cde

Complementary Color

#596cde #decb59

#596cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#596cde Color CSS Codes

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

#596cde Text Font Color

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

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


#596cde Background Color

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

This div background color is #596cde


#596cde Border Color

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

This div border color is #596cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596cde


Comments

No comments written yet.

Please login to write comment.