Color Hex Logo

#a29feb Color Hex

#A29FEB
(162,159,235)
0 Favorites   0 Comments

Color spaces of #a29feb

RGB 162159235
HSL0.670.660.77
HSV242°32°92°
CMYK 0.310.320.00   0.08
XYZ42.293838.475883.7947
Yxy38.47580.25700.2338
Hunter Lab62.028913.1580-36.6746
CIE-Lab68.369818.0609-37.8149

#a29feb color RGB value is (162,159,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011111 11101011
Octal 242 237 353
Decimal 162 159 235
Hex A2 9F EB

RGB Percentages of Color #a29feb

%29.14
%28.60
%42.27

CMYK Percentages of Color #a29feb

%31
%32
%0
%8

Triadic Colors of #a29feb

#a29feb #eba29f #9feba2

Analogous Colors of #a29feb

#a29feb #c89feb #9fc2eb

Monochromatic Colors of #a29feb

#a29feb

Complementary Color

#a29feb #e8eb9f

#a29feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29feb Color CSS Codes

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

#a29feb Text Font Color

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

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


#a29feb Background Color

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

This div background color is #a29feb


#a29feb Border Color

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

This div border color is #a29feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29feb


Comments

No comments written yet.

Please login to write comment.