Color Hex Logo

#a08dab Color Hex

#A08DAB
(160,141,171)
0 Favorites   0 Comments

Color spaces of #a08dab

RGB 160141171
HSL0.770.150.61
HSV278°18°67°
CMYK 0.060.180.00   0.33
XYZ31.372829.463642.5616
Yxy29.46360.30340.2850
Hunter Lab54.28048.1782-8.4934
CIE-Lab61.188612.8384-13.1505

#a08dab color RGB value is (160,141,171).

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

The process color (four color CMYK) of #a08dab color hex is 0.06, 0.18, 0.00, 0.33. Web safe color of #a08dab is #999999. Color #a08dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001101 10101011
Octal 240 215 253
Decimal 160 141 171
Hex A0 8D AB

RGB Percentages of Color #a08dab

%33.90
%29.87
%36.23

CMYK Percentages of Color #a08dab

%6
%18
%0
%33

Triadic Colors of #a08dab

#a08dab #aba08d #8daba0

Analogous Colors of #a08dab

#a08dab #ab8da7 #918dab

Monochromatic Colors of #a08dab

#a08dab

Complementary Color

#a08dab #98ab8d

#a08dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08dab Color CSS Codes

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

#a08dab Text Font Color

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

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


#a08dab Background Color

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

This div background color is #a08dab


#a08dab Border Color

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

This div border color is #a08dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,141,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08dab

#a08dab Color Palettes


Comments

No comments written yet.

Please login to write comment.