Color Hex Logo

#a09add Color Hex

#A09ADD
(160,154,221)
0 Favorites   0 Comments

Color spaces of #a09add

RGB 160154221
HSL0.680.500.74
HSV245°30°87°
CMYK 0.280.300.00   0.13
XYZ39.104035.805273.2567
Yxy35.80520.26390.2417
Hunter Lab59.837411.9349-30.7003
CIE-Lab66.370816.8289-33.2318

#a09add color RGB value is (160,154,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011010 11011101
Octal 240 232 335
Decimal 160 154 221
Hex A0 9A DD

RGB Percentages of Color #a09add

%29.91
%28.79
%41.31

CMYK Percentages of Color #a09add

%28
%30
%0
%13

Triadic Colors of #a09add

#a09add #dda09a #9adda0

Analogous Colors of #a09add

#a09add #c29add #9ab6dd

Monochromatic Colors of #a09add

#a09add

Complementary Color

#a09add #d7dd9a

#a09add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09add Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09add Color CSS Codes

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

#a09add Text Font Color

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

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


#a09add Background Color

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

This div background color is #a09add


#a09add Border Color

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

This div border color is #a09add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09add


Comments

No comments written yet.

Please login to write comment.