Color Hex Logo

#a09dad Color Hex

#A09DAD
(160,157,173)
0 Favorites   0 Comments

Color spaces of #a09dad

RGB 160157173
HSL0.700.090.65
HSV251°68°
CMYK 0.080.090.00   0.32
XYZ34.097034.604744.4174
Yxy34.60470.30140.3059
Hunter Lab58.82580.5183-3.5899
CIE-Lab65.43974.2400-7.9162

#a09dad color RGB value is (160,157,173).

#a09dad hex color red value is 160, green value is 157 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a09dad hue: 0.70 , saturation: 0.09 and the lightness value of a09dad is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011101 10101101
Octal 240 235 255
Decimal 160 157 173
Hex A0 9D AD

RGB Percentages of Color #a09dad

%32.65
%32.04
%35.31

CMYK Percentages of Color #a09dad

%8
%9
%0
%32

Triadic Colors of #a09dad

#a09dad #ada09d #9dada0

Analogous Colors of #a09dad

#a09dad #a89dad #9da2ad

Monochromatic Colors of #a09dad

#a09dad

Complementary Color

#a09dad #aaad9d

#a09dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09dad Color CSS Codes

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

#a09dad Text Font Color

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

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


#a09dad Background Color

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

This div background color is #a09dad


#a09dad Border Color

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

This div border color is #a09dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09dad


Comments

No comments written yet.

Please login to write comment.