Color Hex Logo

#596edb Color Hex

#596EDB
(89,110,219)
0 Favorites   0 Comments

Color spaces of #596edb

RGB 89110219
HSL0.640.640.60
HSV230°59°86°
CMYK 0.590.500.00   0.14
XYZ22.481918.390269.3826
Yxy18.39020.20390.1668
Hunter Lab42.883818.5323-65.9079
CIE-Lab49.966024.8842-58.3705

#596edb color RGB value is (89,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101110 11011011
Octal 131 156 333
Decimal 89 110 219
Hex 59 6E DB

RGB Percentages of Color #596edb

%21.29
%26.32
%52.39

CMYK Percentages of Color #596edb

%59
%50
%0
%14

Triadic Colors of #596edb

#596edb #db596e #6edb59

Analogous Colors of #596edb

#596edb #8559db #59afdb

Monochromatic Colors of #596edb

#596edb

Complementary Color

#596edb #dbc659

#596edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#596edb Color CSS Codes

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

#596edb Text Font Color

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

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


#596edb Background Color

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

This div background color is #596edb


#596edb Border Color

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

This div border color is #596edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596edb


Comments

No comments written yet.

Please login to write comment.