Color Hex Logo

#5e80cd Color Hex

#5E80CD
(94,128,205)
0 Favorites   0 Comments

Color spaces of #5e80cd

RGB 94128205
HSL0.620.530.59
HSV222°54°80°
CMYK 0.540.380.00   0.20
XYZ23.354722.225860.8167
Yxy22.22580.21950.2089
Hunter Lab47.14425.9243-43.4839
CIE-Lab54.265810.3016-43.5612

#5e80cd color RGB value is (94,128,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10000000 11001101
Octal 136 200 315
Decimal 94 128 205
Hex 5E 80 CD

RGB Percentages of Color #5e80cd

%22.01
%29.98
%48.01

CMYK Percentages of Color #5e80cd

%54
%38
%0
%20

Triadic Colors of #5e80cd

#5e80cd #cd5e80 #80cd5e

Analogous Colors of #5e80cd

#5e80cd #745ecd #5eb8cd

Monochromatic Colors of #5e80cd

#5e80cd

Complementary Color

#5e80cd #cdab5e

#5e80cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e80cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e80cd Color CSS Codes

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

#5e80cd Text Font Color

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

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


#5e80cd Background Color

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

This div background color is #5e80cd


#5e80cd Border Color

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

This div border color is #5e80cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,128,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 #5e80cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e80cd


Comments

No comments written yet.

Please login to write comment.