Color Hex Logo

#5e77de Color Hex

#5E77DE
(94,119,222)
0 Favorites   0 Comments

Color spaces of #5e77de

RGB 94119222
HSL0.630.660.62
HSV228°58°87°
CMYK 0.580.460.00   0.13
XYZ24.397720.847371.8453
Yxy20.84730.20840.1780
Hunter Lab45.658815.4781-61.3331
CIE-Lab52.782021.2916-55.5280

#5e77de color RGB value is (94,119,222).

#5e77de hex color red value is 94, green value is 119 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5e77de hue: 0.63 , saturation: 0.66 and the lightness value of 5e77de is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 01110111 11011110
Octal 136 167 336
Decimal 94 119 222
Hex 5E 77 DE

RGB Percentages of Color #5e77de

%21.61
%27.36
%51.03

CMYK Percentages of Color #5e77de

%58
%46
%0
%13

Triadic Colors of #5e77de

#5e77de #de5e77 #77de5e

Analogous Colors of #5e77de

#5e77de #855ede #5eb7de

Monochromatic Colors of #5e77de

#5e77de

Complementary Color

#5e77de #dec55e

#5e77de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e77de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e77de Color CSS Codes

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

#5e77de Text Font Color

<p style="color:#5e77de">Text here</p>

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


#5e77de Background Color

<div style="background-color:#5e77de">
Div content here</div>

This div background color is #5e77de


#5e77de Border Color

<div style="border:3px solid #5e77de">
Div here</div>

This div border color is #5e77de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,119,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5e77de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5e77de;
  -webkit-box-shadow: 1px 1px 3px 2px #5e77de;
  box-shadow:         1px 1px 3px 2px #5e77de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,119,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e77de


Comments

No comments written yet.

Please login to write comment.