Color Hex Logo

#a29eda Color Hex

#A29EDA
(162,158,218)
0 Favorites   0 Comments

Color spaces of #a29eda

RGB 162158218
HSL0.680.450.74
HSV244°28°85°
CMYK 0.260.280.00   0.15
XYZ39.782037.197171.4127
Yxy37.19710.26810.2507
Hunter Lab60.98949.7000-26.7302
CIE-Lab67.424614.4235-29.9319

#a29eda color RGB value is (162,158,218).

#a29eda hex color red value is 162, green value is 158 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a29eda hue: 0.68 , saturation: 0.45 and the lightness value of a29eda is 0.74.

The process color (four color CMYK) of #a29eda color hex is 0.26, 0.28, 0.00, 0.15. Web safe color of #a29eda is #9999cc. Color #a29eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011110 11011010
Octal 242 236 332
Decimal 162 158 218
Hex A2 9E DA

RGB Percentages of Color #a29eda

%30.11
%29.37
%40.52

CMYK Percentages of Color #a29eda

%26
%28
%0
%15

Triadic Colors of #a29eda

#a29eda #daa29e #9edaa2

Analogous Colors of #a29eda

#a29eda #c09eda #9eb8da

Monochromatic Colors of #a29eda

#a29eda

Complementary Color

#a29eda #d6da9e

#a29eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29eda Color CSS Codes

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

#a29eda Text Font Color

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

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


#a29eda Background Color

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

This div background color is #a29eda


#a29eda Border Color

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

This div border color is #a29eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29eda


Comments

No comments written yet.

Please login to write comment.