Color Hex Logo

#808add Color Hex

#808ADD
(128,138,221)
0 Favorites   0 Comments

Color spaces of #808add

RGB 128138221
HSL0.650.580.68
HSV234°42°87°
CMYK 0.420.380.00   0.13
XYZ31.041727.986672.1725
Yxy27.98660.23660.2133
Hunter Lab52.902412.1599-43.8552
CIE-Lab59.876617.2736-43.5598

#808add color RGB value is (128,138,221).

#808add hex color red value is 128, green value is 138 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #808add hue: 0.65 , saturation: 0.58 and the lightness value of 808add is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001010 11011101
Octal 200 212 335
Decimal 128 138 221
Hex 80 8A DD

RGB Percentages of Color #808add

%26.28
%28.34
%45.38

CMYK Percentages of Color #808add

%42
%38
%0
%13

Triadic Colors of #808add

#808add #dd808a #8add80

Analogous Colors of #808add

#808add #a580dd #80b9dd

Monochromatic Colors of #808add

#808add

Complementary Color

#808add #ddd380

#808add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808add Color Preview on White Background

Lorem ipsum dolor sit amet.

#808add Color CSS Codes

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

#808add Text Font Color

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

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


#808add Background Color

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

This div background color is #808add


#808add Border Color

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

This div border color is #808add


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,138,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808add


Comments

No comments written yet.

Please login to write comment.