Color Hex Logo

#a29aeb Color Hex

#A29AEB
(162,154,235)
0 Favorites   0 Comments

Color spaces of #a29aeb

RGB 162154235
HSL0.680.670.76
HSV246°34°92°
CMYK 0.310.340.00   0.08
XYZ41.451336.790783.5139
Yxy36.79070.25630.2274
Hunter Lab60.655315.8384-39.1753
CIE-Lab67.119720.8977-39.7654

#a29aeb color RGB value is (162,154,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011010 11101011
Octal 242 232 353
Decimal 162 154 235
Hex A2 9A EB

RGB Percentages of Color #a29aeb

%29.40
%27.95
%42.65

CMYK Percentages of Color #a29aeb

%31
%34
%0
%8

Triadic Colors of #a29aeb

#a29aeb #eba29a #9aeba2

Analogous Colors of #a29aeb

#a29aeb #cb9aeb #9abbeb

Monochromatic Colors of #a29aeb

#a29aeb

Complementary Color

#a29aeb #e3eb9a

#a29aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29aeb Color CSS Codes

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

#a29aeb Text Font Color

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

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


#a29aeb Background Color

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

This div background color is #a29aeb


#a29aeb Border Color

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

This div border color is #a29aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,154,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 #a29aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29aeb


Comments

No comments written yet.

Please login to write comment.