Color Hex Logo

#a29abd Color Hex

#A29ABD
(162,154,189)
0 Favorites   0 Comments

Color spaces of #a29abd

RGB 162154189
HSL0.700.210.67
HSV254°19°74°
CMYK 0.140.190.00   0.26
XYZ35.641234.466752.9184
Yxy34.46670.28970.2802
Hunter Lab58.70835.6258-12.3468
CIE-Lab65.33139.9915-17.0193

#a29abd color RGB value is (162,154,189).

#a29abd hex color red value is 162, green value is 154 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a29abd hue: 0.70 , saturation: 0.21 and the lightness value of a29abd is 0.67.

The process color (four color CMYK) of #a29abd color hex is 0.14, 0.19, 0.00, 0.26. Web safe color of #a29abd is #9999cc. Color #a29abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011010 10111101
Octal 242 232 275
Decimal 162 154 189
Hex A2 9A BD

RGB Percentages of Color #a29abd

%32.08
%30.50
%37.43

CMYK Percentages of Color #a29abd

%14
%19
%0
%26

Triadic Colors of #a29abd

#a29abd #bda29a #9abda2

Analogous Colors of #a29abd

#a29abd #b49abd #9aa4bd

Monochromatic Colors of #a29abd

#a29abd

Complementary Color

#a29abd #b5bd9a

#a29abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29abd Color CSS Codes

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

#a29abd Text Font Color

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

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


#a29abd Background Color

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

This div background color is #a29abd


#a29abd Border Color

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

This div border color is #a29abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29abd


Comments

No comments written yet.

Please login to write comment.