Color Hex Logo

#a29ffa Color Hex

#A29FFA
(162,159,250)
0 Favorites   0 Comments

Color spaces of #a29ffa

RGB 162159250
HSL0.670.900.80
HSV242°36°98°
CMYK 0.350.360.00   0.02
XYZ44.553739.379895.6953
Yxy39.37980.24800.2192
Hunter Lab62.753316.9134-46.4866
CIE-Lab69.025521.9161-44.9799

#a29ffa color RGB value is (162,159,250).

#a29ffa hex color red value is 162, green value is 159 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a29ffa hue: 0.67 , saturation: 0.90 and the lightness value of a29ffa is 0.80.

The process color (four color CMYK) of #a29ffa color hex is 0.35, 0.36, 0.00, 0.02. Web safe color of #a29ffa is #9999ff. Color #a29ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011111 11111010
Octal 242 237 372
Decimal 162 159 250
Hex A2 9F FA

RGB Percentages of Color #a29ffa

%28.37
%27.85
%43.78

CMYK Percentages of Color #a29ffa

%35
%36
%0
%2

Triadic Colors of #a29ffa

#a29ffa #faa29f #9ffaa2

Analogous Colors of #a29ffa

#a29ffa #d09ffa #9fcafa

Monochromatic Colors of #a29ffa

#a29ffa

Complementary Color

#a29ffa #f7fa9f

#a29ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29ffa Color CSS Codes

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

#a29ffa Text Font Color

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

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


#a29ffa Background Color

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

This div background color is #a29ffa


#a29ffa Border Color

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

This div border color is #a29ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29ffa


Comments

No comments written yet.

Please login to write comment.