Color Hex Logo

#a29ace Color Hex

#A29ACE
(162,154,206)
0 Favorites   0 Comments

Color spaces of #a29ace

RGB 162154206
HSL0.690.350.71
HSV249°25°81°
CMYK 0.210.250.00   0.19
XYZ37.596535.248863.2147
Yxy35.24880.27630.2591
Hunter Lab59.37079.1364-21.5693
CIE-Lab65.941913.8361-25.5669

#a29ace color RGB value is (162,154,206).

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

The process color (four color CMYK) of #a29ace color hex is 0.21, 0.25, 0.00, 0.19. Web safe color of #a29ace is #9999cc. Color #a29ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011010 11001110
Octal 242 232 316
Decimal 162 154 206
Hex A2 9A CE

RGB Percentages of Color #a29ace

%31.03
%29.50
%39.46

CMYK Percentages of Color #a29ace

%21
%25
%0
%19

Triadic Colors of #a29ace

#a29ace #cea29a #9acea2

Analogous Colors of #a29ace

#a29ace #bc9ace #9aacce

Monochromatic Colors of #a29ace

#a29ace

Complementary Color

#a29ace #c6ce9a

#a29ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29ace Color CSS Codes

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

#a29ace Text Font Color

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

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


#a29ace Background Color

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

This div background color is #a29ace


#a29ace Border Color

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

This div border color is #a29ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29ace


Comments

No comments written yet.

Please login to write comment.