Color Hex Logo

#a68dac Color Hex

#A68DAC
(166,141,172)
0 Favorites   0 Comments

Color spaces of #a68dac

RGB 166141172
HSL0.800.160.61
HSV288°18°67°
CMYK 0.030.180.00   0.33
XYZ32.697230.135343.1231
Yxy30.13530.30860.2844
Hunter Lab54.895610.2517-8.1481
CIE-Lab61.770815.1246-12.7870

#a68dac color RGB value is (166,141,172).

#a68dac hex color red value is 166, green value is 141 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a68dac hue: 0.80 , saturation: 0.16 and the lightness value of a68dac is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001101 10101100
Octal 246 215 254
Decimal 166 141 172
Hex A6 8D AC

RGB Percentages of Color #a68dac

%34.66
%29.44
%35.91

CMYK Percentages of Color #a68dac

%3
%18
%0
%33

Triadic Colors of #a68dac

#a68dac #aca68d #8daca6

Analogous Colors of #a68dac

#a68dac #ac8da3 #978dac

Monochromatic Colors of #a68dac

#a68dac

Complementary Color

#a68dac #93ac8d

#a68dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68dac Color CSS Codes

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

#a68dac Text Font Color

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

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


#a68dac Background Color

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

This div background color is #a68dac


#a68dac Border Color

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

This div border color is #a68dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68dac


Comments

No comments written yet.

Please login to write comment.