Color Hex Logo

#5778df Color Hex

#5778DF
(87,120,223)
0 Favorites   0 Comments

Color spaces of #5778df

RGB 87120223
HSL0.630.680.61
HSV225°61°87°
CMYK 0.610.460.00   0.13
XYZ23.966220.786972.5612
Yxy20.78690.20430.1772
Hunter Lab45.592714.0430-62.4458
CIE-Lab52.715519.6937-56.2191

#5778df color RGB value is (87,120,223).

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

The process color (four color CMYK) of #5778df color hex is 0.61, 0.46, 0.00, 0.13. Web safe color of #5778df is #6666cc. Color #5778df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111000 11011111
Octal 127 170 337
Decimal 87 120 223
Hex 57 78 DF

RGB Percentages of Color #5778df

%20.23
%27.91
%51.86

CMYK Percentages of Color #5778df

%61
%46
%0
%13

Triadic Colors of #5778df

#5778df #df5778 #78df57

Analogous Colors of #5778df

#5778df #7a57df #57bcdf

Monochromatic Colors of #5778df

#5778df

Complementary Color

#5778df #dfbe57

#5778df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5778df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5778df Color CSS Codes

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

#5778df Text Font Color

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

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


#5778df Background Color

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

This div background color is #5778df


#5778df Border Color

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

This div border color is #5778df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5778df


Comments

No comments written yet.

Please login to write comment.