Color Hex Logo

#a39ead Color Hex

#A39EAD
(163,158,173)
0 Favorites   0 Comments

Color spaces of #a39ead

RGB 163158173
HSL0.720.080.65
HSV260°68°
CMYK 0.060.090.00   0.32
XYZ34.873935.257444.5025
Yxy35.25740.30420.3076
Hunter Lab59.37790.9254-2.8720
CIE-Lab65.94864.7248-7.1336

#a39ead color RGB value is (163,158,173).

#a39ead hex color red value is 163, green value is 158 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a39ead hue: 0.72 , saturation: 0.08 and the lightness value of a39ead is 0.65.

The process color (four color CMYK) of #a39ead color hex is 0.06, 0.09, 0.00, 0.32. Web safe color of #a39ead is #999999. Color #a39ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011110 10101101
Octal 243 236 255
Decimal 163 158 173
Hex A3 9E AD

RGB Percentages of Color #a39ead

%33.00
%31.98
%35.02

CMYK Percentages of Color #a39ead

%6
%9
%0
%32

Triadic Colors of #a39ead

#a39ead #ada39e #9eada3

Analogous Colors of #a39ead

#a39ead #ab9ead #9ea1ad

Monochromatic Colors of #a39ead

#a39ead

Complementary Color

#a39ead #a8ad9e

#a39ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39ead Color CSS Codes

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

#a39ead Text Font Color

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

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


#a39ead Background Color

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

This div background color is #a39ead


#a39ead Border Color

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

This div border color is #a39ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39ead


Comments

No comments written yet.

Please login to write comment.