Color Hex Logo

#5e77cb Color Hex

#5E77CB
(94,119,203)
0 Favorites   0 Comments

Color spaces of #5e77cb

RGB 94119203
HSL0.630.510.58
HSV226°54°80°
CMYK 0.540.410.00   0.20
XYZ21.992419.885159.1790
Yxy19.88510.21760.1968
Hunter Lab44.59279.9960-47.4689
CIE-Lab51.707115.1190-46.4809

#5e77cb color RGB value is (94,119,203).

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

The process color (four color CMYK) of #5e77cb color hex is 0.54, 0.41, 0.00, 0.20. Web safe color of #5e77cb is #6666cc. Color #5e77cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01110111 11001011
Octal 136 167 313
Decimal 94 119 203
Hex 5E 77 CB

RGB Percentages of Color #5e77cb

%22.60
%28.61
%48.80

CMYK Percentages of Color #5e77cb

%54
%41
%0
%20

Triadic Colors of #5e77cb

#5e77cb #cb5e77 #77cb5e

Analogous Colors of #5e77cb

#5e77cb #7c5ecb #5eaecb

Monochromatic Colors of #5e77cb

#5e77cb

Complementary Color

#5e77cb #cbb25e

#5e77cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e77cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e77cb Color CSS Codes

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

#5e77cb Text Font Color

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

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


#5e77cb Background Color

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

This div background color is #5e77cb


#5e77cb Border Color

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

This div border color is #5e77cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e77cb

#5e77cb Color Palettes


Comments

No comments written yet.

Please login to write comment.