Color Hex Logo

#5e77cd Color Hex

#5E77CD
(94,119,205)
0 Favorites   0 Comments

Color spaces of #5e77cd

RGB 94119205
HSL0.630.530.59
HSV226°54°80°
CMYK 0.540.420.00   0.20
XYZ22.232419.981160.4426
Yxy19.98110.21660.1946
Hunter Lab44.700210.5546-48.8804
CIE-Lab51.815815.7627-47.4468

#5e77cd color RGB value is (94,119,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 01110111 11001101
Octal 136 167 315
Decimal 94 119 205
Hex 5E 77 CD

RGB Percentages of Color #5e77cd

%22.49
%28.47
%49.04

CMYK Percentages of Color #5e77cd

%54
%42
%0
%20

Triadic Colors of #5e77cd

#5e77cd #cd5e77 #77cd5e

Analogous Colors of #5e77cd

#5e77cd #7d5ecd #5eafcd

Monochromatic Colors of #5e77cd

#5e77cd

Complementary Color

#5e77cd #cdb45e

#5e77cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e77cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e77cd Color CSS Codes

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

#5e77cd Text Font Color

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

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


#5e77cd Background Color

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

This div background color is #5e77cd


#5e77cd Border Color

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

This div border color is #5e77cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e77cd


Comments

No comments written yet.

Please login to write comment.