Color Hex Logo

#5760ea Color Hex

#5760EA
(87,96,234)
0 Favorites   0 Comments

Color spaces of #5760ea

RGB 8796234
HSL0.660.780.63
HSV236°63°92°
CMYK 0.630.590.00   0.08
XYZ22.964616.332579.7840
Yxy16.33250.19280.1372
Hunter Lab40.413530.7074-88.7604
CIE-Lab47.407738.1087-70.9844

#5760ea color RGB value is (87,96,234).

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

The process color (four color CMYK) of #5760ea color hex is 0.63, 0.59, 0.00, 0.08. Web safe color of #5760ea is #6666ff. Color #5760ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100000 11101010
Octal 127 140 352
Decimal 87 96 234
Hex 57 60 EA

RGB Percentages of Color #5760ea

%20.86
%23.02
%56.12

CMYK Percentages of Color #5760ea

%63
%59
%0
%8

Triadic Colors of #5760ea

#5760ea #ea5760 #60ea57

Analogous Colors of #5760ea

#5760ea #9857ea #57aaea

Monochromatic Colors of #5760ea

#5760ea

Complementary Color

#5760ea #eae157

#5760ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5760ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5760ea Color CSS Codes

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

#5760ea Text Font Color

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

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


#5760ea Background Color

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

This div background color is #5760ea


#5760ea Border Color

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

This div border color is #5760ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5760ea


Comments

No comments written yet.

Please login to write comment.