Color Hex Logo

#808cde Color Hex

#808CDE
(128,140,222)
0 Favorites   0 Comments

Color spaces of #808cde

RGB 128140222
HSL0.650.590.69
HSV232°42°87°
CMYK 0.420.370.00   0.13
XYZ31.465028.619372.9729
Yxy28.61930.23650.2151
Hunter Lab53.497011.3675-43.4270
CIE-Lab60.444216.3854-43.2235

#808cde color RGB value is (128,140,222).

#808cde hex color red value is 128, green value is 140 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #808cde hue: 0.65 , saturation: 0.59 and the lightness value of 808cde is 0.69.

The process color (four color CMYK) of #808cde color hex is 0.42, 0.37, 0.00, 0.13. Web safe color of #808cde is #9999cc. Color #808cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001100 11011110
Octal 200 214 336
Decimal 128 140 222
Hex 80 8C DE

RGB Percentages of Color #808cde

%26.12
%28.57
%45.31

CMYK Percentages of Color #808cde

%42
%37
%0
%13

Triadic Colors of #808cde

#808cde #de808c #8cde80

Analogous Colors of #808cde

#808cde #a380de #80bbde

Monochromatic Colors of #808cde

#808cde

Complementary Color

#808cde #ded280

#808cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#808cde Color CSS Codes

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

#808cde Text Font Color

<p style="color:#808cde">Text here</p>

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


#808cde Background Color

<div style="background-color:#808cde">
Div content here</div>

This div background color is #808cde


#808cde Border Color

<div style="border:3px solid #808cde">
Div here</div>

This div border color is #808cde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,140,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #808cde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #808cde;
  -webkit-box-shadow: 1px 1px 3px 2px #808cde;
  box-shadow:         1px 1px 3px 2px #808cde; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808cde


Comments

No comments written yet.

Please login to write comment.