Color Hex Logo

#596bfc Color Hex

#596BFC
(89,107,252)
0 Favorites   0 Comments

Color spaces of #596bfc

RGB 89107252
HSL0.650.960.67
HSV233°65°99°
CMYK 0.650.580.00   0.01
XYZ26.948219.667594.4713
Yxy19.66750.19100.1394
Hunter Lab44.348130.8568-95.2574
CIE-Lab51.459237.7013-74.4464

#596bfc color RGB value is (89,107,252).

#596bfc hex color red value is 89, green value is 107 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #596bfc hue: 0.65 , saturation: 0.96 and the lightness value of 596bfc is 0.67.

The process color (four color CMYK) of #596bfc color hex is 0.65, 0.58, 0.00, 0.01. Web safe color of #596bfc is #6666ff. Color #596bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101011 11111100
Octal 131 153 374
Decimal 89 107 252
Hex 59 6B FC

RGB Percentages of Color #596bfc

%19.87
%23.88
%56.25

CMYK Percentages of Color #596bfc

%65
%58
%0
%1

Triadic Colors of #596bfc

#596bfc #fc596b #6bfc59

Analogous Colors of #596bfc

#596bfc #9959fc #59bdfc

Monochromatic Colors of #596bfc

#596bfc

Complementary Color

#596bfc #fcea59

#596bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#596bfc Color CSS Codes

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

#596bfc Text Font Color

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

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


#596bfc Background Color

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

This div background color is #596bfc


#596bfc Border Color

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

This div border color is #596bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.