Color Hex Logo

#596bfd Color Hex

#596BFD
(89,107,253)
0 Favorites   0 Comments

Color spaces of #596bfd

RGB 89107253
HSL0.650.980.67
HSV233°65°99°
CMYK 0.650.580.00   0.01
XYZ27.107119.731195.3083
Yxy19.73110.19070.1388
Hunter Lab44.419731.1950-96.1207
CIE-Lab51.531838.0325-74.8828

#596bfd color RGB value is (89,107,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101011 11111101
Octal 131 153 375
Decimal 89 107 253
Hex 59 6B FD

RGB Percentages of Color #596bfd

%19.82
%23.83
%56.35

CMYK Percentages of Color #596bfd

%65
%58
%0
%1

Triadic Colors of #596bfd

#596bfd #fd596b #6bfd59

Analogous Colors of #596bfd

#596bfd #9959fd #59bdfd

Monochromatic Colors of #596bfd

#596bfd

Complementary Color

#596bfd #fdeb59

#596bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#596bfd Color CSS Codes

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

#596bfd Text Font Color

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

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


#596bfd Background Color

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

This div background color is #596bfd


#596bfd Border Color

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

This div border color is #596bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596bfd


Comments

No comments written yet.

Please login to write comment.