Color Hex Logo

#596cee Color Hex

#596CEE
(89,108,238)
0 Favorites   0 Comments

Color spaces of #596cee

RGB 89108238
HSL0.650.810.64
HSV232°63°93°
CMYK 0.630.550.00   0.07
XYZ24.915019.022083.2474
Yxy19.02200.19590.1496
Hunter Lab43.614225.6448-82.6382
CIE-Lab50.712932.4400-67.8580

#596cee color RGB value is (89,108,238).

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

The process color (four color CMYK) of #596cee color hex is 0.63, 0.55, 0.00, 0.07. Web safe color of #596cee is #6666ff. Color #596cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101100 11101110
Octal 131 154 356
Decimal 89 108 238
Hex 59 6C EE

RGB Percentages of Color #596cee

%20.46
%24.83
%54.71

CMYK Percentages of Color #596cee

%63
%55
%0
%7

Triadic Colors of #596cee

#596cee #ee596c #6cee59

Analogous Colors of #596cee

#596cee #9159ee #59b7ee

Monochromatic Colors of #596cee

#596cee

Complementary Color

#596cee #eedb59

#596cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#596cee Color CSS Codes

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

#596cee Text Font Color

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

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


#596cee Background Color

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

This div background color is #596cee


#596cee Border Color

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

This div border color is #596cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596cee


Comments

No comments written yet.

Please login to write comment.