Color Hex Logo

#80a0de Color Hex

#80A0DE
(128,160,222)
0 Favorites   0 Comments

Color spaces of #80a0de

RGB 128160222
HSL0.610.590.69
HSV220°42°87°
CMYK 0.420.280.00   0.13
XYZ34.657735.004774.0372
Yxy35.00470.24120.2436
Hunter Lab59.16481.0239-32.7786
CIE-Lab65.75234.8294-34.9183

#80a0de color RGB value is (128,160,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10100000 11011110
Octal 200 240 336
Decimal 128 160 222
Hex 80 A0 DE

RGB Percentages of Color #80a0de

%25.10
%31.37
%43.53

CMYK Percentages of Color #80a0de

%42
%28
%0
%13

Triadic Colors of #80a0de

#80a0de #de80a0 #a0de80

Analogous Colors of #80a0de

#80a0de #8f80de #80cfde

Monochromatic Colors of #80a0de

#80a0de

Complementary Color

#80a0de #debe80

#80a0de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80a0de Color Preview on White Background

Lorem ipsum dolor sit amet.

#80a0de Color CSS Codes

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

#80a0de Text Font Color

<p style="color:#80a0de">Text here</p>

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


#80a0de Background Color

<div style="background-color:#80a0de">
Div content here</div>

This div background color is #80a0de


#80a0de Border Color

<div style="border:3px solid #80a0de">
Div here</div>

This div border color is #80a0de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80a0de


Comments

No comments written yet.

Please login to write comment.