Color Hex Logo

#a29aba Color Hex

#A29ABA
(162,154,186)
0 Favorites   0 Comments

Color spaces of #a29aba

RGB 162154186
HSL0.710.190.67
HSV255°17°73°
CMYK 0.130.170.00   0.27
XYZ35.318834.337851.2207
Yxy34.33780.29220.2841
Hunter Lab58.59855.0392-10.8062
CIE-Lab65.22989.3386-15.4945

#a29aba color RGB value is (162,154,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011010 10111010
Octal 242 232 272
Decimal 162 154 186
Hex A2 9A BA

RGB Percentages of Color #a29aba

%32.27
%30.68
%37.05

CMYK Percentages of Color #a29aba

%13
%17
%0
%27

Triadic Colors of #a29aba

#a29aba #baa29a #9abaa2

Analogous Colors of #a29aba

#a29aba #b29aba #9aa2ba

Monochromatic Colors of #a29aba

#a29aba

Complementary Color

#a29aba #b2ba9a

#a29aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29aba Color CSS Codes

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

#a29aba Text Font Color

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

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


#a29aba Background Color

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

This div background color is #a29aba


#a29aba Border Color

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

This div border color is #a29aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29aba


Comments

No comments written yet.

Please login to write comment.