Color Hex Logo

#5e77be Color Hex

#5E77BE
(94,119,190)
0 Favorites   0 Comments

Color spaces of #5e77be

RGB 94119190
HSL0.620.420.56
HSV224°51°75°
CMYK 0.510.370.00   0.25
XYZ20.507219.291051.3579
Yxy19.29100.22500.2116
Hunter Lab43.92156.4800-38.5834
CIE-Lab51.025910.9833-40.1227

#5e77be color RGB value is (94,119,190).

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

The process color (four color CMYK) of #5e77be color hex is 0.51, 0.37, 0.00, 0.25. Web safe color of #5e77be is #6666cc. Color #5e77be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01110111 10111110
Octal 136 167 276
Decimal 94 119 190
Hex 5E 77 BE

RGB Percentages of Color #5e77be

%23.33
%29.53
%47.15

CMYK Percentages of Color #5e77be

%51
%37
%0
%25

Triadic Colors of #5e77be

#5e77be #be5e77 #77be5e

Analogous Colors of #5e77be

#5e77be #755ebe #5ea7be

Monochromatic Colors of #5e77be

#5e77be

Complementary Color

#5e77be #bea55e

#5e77be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e77be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e77be Color CSS Codes

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

#5e77be Text Font Color

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

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


#5e77be Background Color

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

This div background color is #5e77be


#5e77be Border Color

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

This div border color is #5e77be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e77be


Comments

No comments written yet.

Please login to write comment.