Color Hex Logo

#a080dd Color Hex

#A080DD
(160,128,221)
0 Favorites   0 Comments

Color spaces of #a080dd

RGB 160128221
HSL0.720.580.68
HSV261°42°87°
CMYK 0.280.420.00   0.13
XYZ35.267528.132471.9779
Yxy28.13240.26050.2078
Hunter Lab53.040025.8688-43.3315
CIE-Lab60.008231.6716-43.1761

#a080dd color RGB value is (160,128,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000000 11011101
Octal 240 200 335
Decimal 160 128 221
Hex A0 80 DD

RGB Percentages of Color #a080dd

%31.43
%25.15
%43.42

CMYK Percentages of Color #a080dd

%28
%42
%0
%13

Triadic Colors of #a080dd

#a080dd #dda080 #80dda0

Analogous Colors of #a080dd

#a080dd #cf80dd #808fdd

Monochromatic Colors of #a080dd

#a080dd

Complementary Color

#a080dd #bddd80

#a080dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a080dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a080dd Color CSS Codes

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

#a080dd Text Font Color

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

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


#a080dd Background Color

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

This div background color is #a080dd


#a080dd Border Color

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

This div border color is #a080dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a080dd


Comments

No comments written yet.

Please login to write comment.