Color Hex Logo

#5760db Color Hex

#5760DB
(87,96,219)
0 Favorites   0 Comments

Color spaces of #5760db

RGB 8796219
HSL0.660.650.60
HSV236°60°86°
CMYK 0.600.560.00   0.14
XYZ20.899515.506568.9094
Yxy15.50650.19840.1472
Hunter Lab39.378325.8245-76.1888
CIE-Lab46.320333.1666-64.2641

#5760db color RGB value is (87,96,219).

#5760db hex color red value is 87, green value is 96 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5760db hue: 0.66 , saturation: 0.65 and the lightness value of 5760db is 0.60.

The process color (four color CMYK) of #5760db color hex is 0.60, 0.56, 0.00, 0.14. Web safe color of #5760db is #6666cc. Color #5760db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100000 11011011
Octal 127 140 333
Decimal 87 96 219
Hex 57 60 DB

RGB Percentages of Color #5760db

%21.64
%23.88
%54.48

CMYK Percentages of Color #5760db

%60
%56
%0
%14

Triadic Colors of #5760db

#5760db #db5760 #60db57

Analogous Colors of #5760db

#5760db #9057db #57a2db

Monochromatic Colors of #5760db

#5760db

Complementary Color

#5760db #dbd257

#5760db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5760db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5760db Color CSS Codes

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

#5760db Text Font Color

<p style="color:#5760db">Text here</p>

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


#5760db Background Color

<div style="background-color:#5760db">
Div content here</div>

This div background color is #5760db


#5760db Border Color

<div style="border:3px solid #5760db">
Div here</div>

This div border color is #5760db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,96,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5760db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5760db;
  -webkit-box-shadow: 1px 1px 3px 2px #5760db;
  box-shadow:         1px 1px 3px 2px #5760db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,96,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5760db


Comments

No comments written yet.

Please login to write comment.