Color Hex Logo

#a29aea Color Hex

#A29AEA
(162,154,234)
0 Favorites   0 Comments

Color spaces of #a29aea

RGB 162154234
HSL0.680.660.76
HSV246°34°92°
CMYK 0.310.340.00   0.08
XYZ41.307236.733182.7550
Yxy36.73310.25690.2284
Hunter Lab60.607815.5927-38.5301
CIE-Lab67.076320.6449-39.2840

#a29aea color RGB value is (162,154,234).

#a29aea hex color red value is 162, green value is 154 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a29aea hue: 0.68 , saturation: 0.66 and the lightness value of a29aea is 0.76.

The process color (four color CMYK) of #a29aea color hex is 0.31, 0.34, 0.00, 0.08. Web safe color of #a29aea is #9999ff. Color #a29aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011010 11101010
Octal 242 232 352
Decimal 162 154 234
Hex A2 9A EA

RGB Percentages of Color #a29aea

%29.45
%28.00
%42.55

CMYK Percentages of Color #a29aea

%31
%34
%0
%8

Triadic Colors of #a29aea

#a29aea #eaa29a #9aeaa2

Analogous Colors of #a29aea

#a29aea #ca9aea #9abaea

Monochromatic Colors of #a29aea

#a29aea

Complementary Color

#a29aea #e2ea9a

#a29aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29aea Color CSS Codes

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

#a29aea Text Font Color

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

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


#a29aea Background Color

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

This div background color is #a29aea


#a29aea Border Color

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

This div border color is #a29aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29aea


Comments

No comments written yet.

Please login to write comment.