Color Hex Logo

#5778ec Color Hex

#5778EC
(87,120,236)
0 Favorites   0 Comments

Color spaces of #5778ec

RGB 87120236
HSL0.630.800.63
HSV227°63°93°
CMYK 0.630.490.00   0.07
XYZ25.787321.515382.1506
Yxy21.51530.19920.1662
Hunter Lab46.384618.0632-72.5378
CIE-Lab53.508924.0801-62.2306

#5778ec color RGB value is (87,120,236).

#5778ec hex color red value is 87, green value is 120 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5778ec hue: 0.63 , saturation: 0.80 and the lightness value of 5778ec is 0.63.

The process color (four color CMYK) of #5778ec color hex is 0.63, 0.49, 0.00, 0.07. Web safe color of #5778ec is #6666ff. Color #5778ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111000 11101100
Octal 127 170 354
Decimal 87 120 236
Hex 57 78 EC

RGB Percentages of Color #5778ec

%19.64
%27.09
%53.27

CMYK Percentages of Color #5778ec

%63
%49
%0
%7

Triadic Colors of #5778ec

#5778ec #ec5778 #78ec57

Analogous Colors of #5778ec

#5778ec #8157ec #57c3ec

Monochromatic Colors of #5778ec

#5778ec

Complementary Color

#5778ec #eccb57

#5778ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5778ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5778ec Color CSS Codes

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

#5778ec Text Font Color

<p style="color:#5778ec">Text here</p>

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


#5778ec Background Color

<div style="background-color:#5778ec">
Div content here</div>

This div background color is #5778ec


#5778ec Border Color

<div style="border:3px solid #5778ec">
Div here</div>

This div border color is #5778ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,120,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5778ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5778ec;
  -webkit-box-shadow: 1px 1px 3px 2px #5778ec;
  box-shadow:         1px 1px 3px 2px #5778ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5778ec


Comments

No comments written yet.

Please login to write comment.