Color Hex Logo

#a29add Color Hex

#A29ADD
(162,154,221)
0 Favorites   0 Comments

Color spaces of #a29add

RGB 162154221
HSL0.690.500.74
HSV247°30°87°
CMYK 0.270.300.00   0.13
XYZ39.507036.013073.2756
Yxy36.01300.26550.2420
Hunter Lab60.010812.4932-30.3879
CIE-Lab66.529917.4165-32.9726

#a29add color RGB value is (162,154,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011010 11011101
Octal 242 232 335
Decimal 162 154 221
Hex A2 9A DD

RGB Percentages of Color #a29add

%30.17
%28.68
%41.15

CMYK Percentages of Color #a29add

%27
%30
%0
%13

Triadic Colors of #a29add

#a29add #dda29a #9adda2

Analogous Colors of #a29add

#a29add #c49add #9ab4dd

Monochromatic Colors of #a29add

#a29add

Complementary Color

#a29add #d5dd9a

#a29add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29add Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29add Color CSS Codes

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

#a29add Text Font Color

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

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


#a29add Background Color

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

This div background color is #a29add


#a29add Border Color

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

This div border color is #a29add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29add


Comments

No comments written yet.

Please login to write comment.