Color Hex Logo

#a39eda Color Hex

#A39EDA
(163,158,218)
0 Favorites   0 Comments

Color spaces of #a39eda

RGB 163158218
HSL0.680.450.74
HSV245°28°85°
CMYK 0.250.280.00   0.15
XYZ39.986037.302271.4222
Yxy37.30220.26890.2508
Hunter Lab61.07559.9813-26.5813
CIE-Lab67.503114.7233-29.8042

#a39eda color RGB value is (163,158,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011110 11011010
Octal 243 236 332
Decimal 163 158 218
Hex A3 9E DA

RGB Percentages of Color #a39eda

%30.24
%29.31
%40.45

CMYK Percentages of Color #a39eda

%25
%28
%0
%15

Triadic Colors of #a39eda

#a39eda #daa39e #9edaa3

Analogous Colors of #a39eda

#a39eda #c19eda #9eb7da

Monochromatic Colors of #a39eda

#a39eda

Complementary Color

#a39eda #d5da9e

#a39eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39eda Color CSS Codes

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

#a39eda Text Font Color

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

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


#a39eda Background Color

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

This div background color is #a39eda


#a39eda Border Color

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

This div border color is #a39eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39eda


Comments

No comments written yet.

Please login to write comment.