Color Hex Logo

#596ede Color Hex

#596EDE
(89,110,222)
0 Favorites   0 Comments

Color spaces of #596ede

RGB 89110222
HSL0.640.670.61
HSV231°60°87°
CMYK 0.600.500.00   0.13
XYZ22.880618.549671.4817
Yxy18.54960.20260.1643
Hunter Lab43.069219.4572-68.2547
CIE-Lab50.156025.8823-59.7613

#596ede color RGB value is (89,110,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101110 11011110
Octal 131 156 336
Decimal 89 110 222
Hex 59 6E DE

RGB Percentages of Color #596ede

%21.14
%26.13
%52.73

CMYK Percentages of Color #596ede

%60
%50
%0
%13

Triadic Colors of #596ede

#596ede #de596e #6ede59

Analogous Colors of #596ede

#596ede #8759de #59b1de

Monochromatic Colors of #596ede

#596ede

Complementary Color

#596ede #dec959

#596ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#596ede Color CSS Codes

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

#596ede Text Font Color

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

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


#596ede Background Color

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

This div background color is #596ede


#596ede Border Color

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

This div border color is #596ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596ede


Comments

No comments written yet.

Please login to write comment.