Color Hex Logo

#5780ea Color Hex

#5780EA
(87,128,234)
0 Favorites   0 Comments

Color spaces of #5780ea

RGB 87128234
HSL0.620.780.63
HSV223°63°92°
CMYK 0.630.450.00   0.08
XYZ26.500923.405180.9628
Yxy23.40510.20250.1788
Hunter Lab48.378813.1156-65.3577
CIE-Lab55.487218.5117-57.9380

#5780ea color RGB value is (87,128,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 10000000 11101010
Octal 127 200 352
Decimal 87 128 234
Hex 57 80 EA

RGB Percentages of Color #5780ea

%19.38
%28.51
%52.12

CMYK Percentages of Color #5780ea

%63
%45
%0
%8

Triadic Colors of #5780ea

#5780ea #ea5780 #80ea57

Analogous Colors of #5780ea

#5780ea #7857ea #57caea

Monochromatic Colors of #5780ea

#5780ea

Complementary Color

#5780ea #eac157

#5780ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5780ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5780ea Color CSS Codes

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

#5780ea Text Font Color

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

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


#5780ea Background Color

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

This div background color is #5780ea


#5780ea Border Color

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

This div border color is #5780ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,128,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 #5780ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5780ea


Comments

No comments written yet.

Please login to write comment.