Color Hex Logo

#5760dc Color Hex

#5760DC
(87,96,220)
0 Favorites   0 Comments

Color spaces of #5760dc

RGB 8796220
HSL0.660.660.60
HSV236°60°86°
CMYK 0.600.560.00   0.14
XYZ21.031615.559369.6049
Yxy15.55930.19800.1465
Hunter Lab39.445326.1441-77.0111
CIE-Lab46.390933.4965-64.7181

#5760dc color RGB value is (87,96,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100000 11011100
Octal 127 140 334
Decimal 87 96 220
Hex 57 60 DC

RGB Percentages of Color #5760dc

%21.59
%23.82
%54.59

CMYK Percentages of Color #5760dc

%60
%56
%0
%14

Triadic Colors of #5760dc

#5760dc #dc5760 #60dc57

Analogous Colors of #5760dc

#5760dc #9157dc #57a3dc

Monochromatic Colors of #5760dc

#5760dc

Complementary Color

#5760dc #dcd357

#5760dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5760dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5760dc Color CSS Codes

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

#5760dc Text Font Color

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

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


#5760dc Background Color

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

This div background color is #5760dc


#5760dc Border Color

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

This div border color is #5760dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5760dc


Comments

No comments written yet.

Please login to write comment.