Color Hex Logo

#596aed Color Hex

#596AED
(89,106,237)
0 Favorites   0 Comments

Color spaces of #596aed

RGB 89106237
HSL0.650.800.64
HSV233°62°93°
CMYK 0.620.550.00   0.07
XYZ24.559918.546382.4061
Yxy18.54630.19570.1478
Hunter Lab43.065426.4328-83.3062
CIE-Lab50.152133.3298-68.2067

#596aed color RGB value is (89,106,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101010 11101101
Octal 131 152 355
Decimal 89 106 237
Hex 59 6A ED

RGB Percentages of Color #596aed

%20.60
%24.54
%54.86

CMYK Percentages of Color #596aed

%62
%55
%0
%7

Triadic Colors of #596aed

#596aed #ed596a #6aed59

Analogous Colors of #596aed

#596aed #9259ed #59b4ed

Monochromatic Colors of #596aed

#596aed

Complementary Color

#596aed #eddc59

#596aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#596aed Color CSS Codes

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

#596aed Text Font Color

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

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


#596aed Background Color

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

This div background color is #596aed


#596aed Border Color

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

This div border color is #596aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596aed


Comments

No comments written yet.

Please login to write comment.