Color Hex Logo

#a29ada Color Hex

#A29ADA
(162,154,218)
0 Favorites   0 Comments

Color spaces of #a29ada

RGB 162154218
HSL0.690.460.73
HSV248°29°85°
CMYK 0.260.290.00   0.15
XYZ39.110835.854571.1889
Yxy35.85450.26760.2453
Hunter Lab59.878611.8029-28.5740
CIE-Lab66.408616.6876-31.5020

#a29ada color RGB value is (162,154,218).

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

The process color (four color CMYK) of #a29ada color hex is 0.26, 0.29, 0.00, 0.15. Web safe color of #a29ada is #9999cc. Color #a29ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011010 11011010
Octal 242 232 332
Decimal 162 154 218
Hex A2 9A DA

RGB Percentages of Color #a29ada

%30.34
%28.84
%40.82

CMYK Percentages of Color #a29ada

%26
%29
%0
%15

Triadic Colors of #a29ada

#a29ada #daa29a #9adaa2

Analogous Colors of #a29ada

#a29ada #c29ada #9ab2da

Monochromatic Colors of #a29ada

#a29ada

Complementary Color

#a29ada #d2da9a

#a29ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29ada Color CSS Codes

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

#a29ada Text Font Color

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

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


#a29ada Background Color

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

This div background color is #a29ada


#a29ada Border Color

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

This div border color is #a29ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,154,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29ada


Comments

No comments written yet.

Please login to write comment.