Color Hex Logo

#596adf Color Hex

#596ADF
(89,106,223)
0 Favorites   0 Comments

Color spaces of #596adf

RGB 89106223
HSL0.650.680.61
HSV232°60°87°
CMYK 0.600.520.00   0.13
XYZ22.593117.759672.0492
Yxy17.75960.20100.1580
Hunter Lab42.142121.9481-71.8669
CIE-Lab49.203228.6811-61.8628

#596adf color RGB value is (89,106,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101010 11011111
Octal 131 152 337
Decimal 89 106 223
Hex 59 6A DF

RGB Percentages of Color #596adf

%21.29
%25.36
%53.35

CMYK Percentages of Color #596adf

%60
%52
%0
%13

Triadic Colors of #596adf

#596adf #df596a #6adf59

Analogous Colors of #596adf

#596adf #8b59df #59addf

Monochromatic Colors of #596adf

#596adf

Complementary Color

#596adf #dfce59

#596adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#596adf Color CSS Codes

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

#596adf Text Font Color

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

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


#596adf Background Color

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

This div background color is #596adf


#596adf Border Color

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

This div border color is #596adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596adf


Comments

No comments written yet.

Please login to write comment.