Color Hex Logo

#596fcf Color Hex

#596FCF
(89,111,207)
0 Favorites   0 Comments

Color spaces of #596fcf

RGB 89111207
HSL0.640.550.58
HSV229°57°81°
CMYK 0.570.460.00   0.19
XYZ21.066717.997761.3951
Yxy17.99770.20970.1792
Hunter Lab42.423714.3978-56.1072
CIE-Lab49.493320.2922-52.3101

#596fcf color RGB value is (89,111,207).

#596fcf hex color red value is 89, green value is 111 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #596fcf hue: 0.64 , saturation: 0.55 and the lightness value of 596fcf is 0.58.

The process color (four color CMYK) of #596fcf color hex is 0.57, 0.46, 0.00, 0.19. Web safe color of #596fcf is #6666cc. Color #596fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101111 11001111
Octal 131 157 317
Decimal 89 111 207
Hex 59 6F CF

RGB Percentages of Color #596fcf

%21.87
%27.27
%50.86

CMYK Percentages of Color #596fcf

%57
%46
%0
%19

Triadic Colors of #596fcf

#596fcf #cf596f #6fcf59

Analogous Colors of #596fcf

#596fcf #7e59cf #59aacf

Monochromatic Colors of #596fcf

#596fcf

Complementary Color

#596fcf #cfb959

#596fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#596fcf Color CSS Codes

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

#596fcf Text Font Color

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

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


#596fcf Background Color

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

This div background color is #596fcf


#596fcf Border Color

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

This div border color is #596fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596fcf


Comments

No comments written yet.

Please login to write comment.