Color Hex Logo

#a08aad Color Hex

#A08AAD
(160,138,173)
0 Favorites   0 Comments

Color spaces of #a08aad

RGB 160138173
HSL0.770.180.61
HSV278°20°68°
CMYK 0.080.200.00   0.32
XYZ31.128528.667743.4279
Yxy28.66770.30160.2777
Hunter Lab53.542210.0778-10.6103
CIE-Lab60.487214.9623-15.3453

#a08aad color RGB value is (160,138,173).

#a08aad hex color red value is 160, green value is 138 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a08aad hue: 0.77 , saturation: 0.18 and the lightness value of a08aad is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001010 10101101
Octal 240 212 255
Decimal 160 138 173
Hex A0 8A AD

RGB Percentages of Color #a08aad

%33.97
%29.30
%36.73

CMYK Percentages of Color #a08aad

%8
%20
%0
%32

Triadic Colors of #a08aad

#a08aad #ada08a #8aada0

Analogous Colors of #a08aad

#a08aad #ad8aa9 #8f8aad

Monochromatic Colors of #a08aad

#a08aad

Complementary Color

#a08aad #97ad8a

#a08aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08aad Color CSS Codes

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

#a08aad Text Font Color

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

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


#a08aad Background Color

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

This div background color is #a08aad


#a08aad Border Color

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

This div border color is #a08aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08aad


Comments

No comments written yet.

Please login to write comment.