Color Hex Logo

#a86dac Color Hex

#A86DAC
(168,109,172)
0 Favorites   0 Comments

Color spaces of #a86dac

RGB 168109172
HSL0.820.280.55
HSV296°37°67°
CMYK 0.020.370.00   0.33
XYZ29.063522.240741.7908
Yxy22.24070.31220.2389
Hunter Lab47.160027.4748-19.5277
CIE-Lab54.281533.9152-24.1712

#a86dac color RGB value is (168,109,172).

#a86dac hex color red value is 168, green value is 109 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a86dac hue: 0.82 , saturation: 0.28 and the lightness value of a86dac is 0.55.

The process color (four color CMYK) of #a86dac color hex is 0.02, 0.37, 0.00, 0.33. Web safe color of #a86dac is #996699. Color #a86dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101101 10101100
Octal 250 155 254
Decimal 168 109 172
Hex A8 6D AC

RGB Percentages of Color #a86dac

%37.42
%24.28
%38.31

CMYK Percentages of Color #a86dac

%2
%37
%0
%33

Triadic Colors of #a86dac

#a86dac #aca86d #6daca8

Analogous Colors of #a86dac

#a86dac #ac6d91 #896dac

Monochromatic Colors of #a86dac

#a86dac

Complementary Color

#a86dac #71ac6d

#a86dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86dac Color CSS Codes

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

#a86dac Text Font Color

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

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


#a86dac Background Color

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

This div background color is #a86dac


#a86dac Border Color

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

This div border color is #a86dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86dac


Comments

No comments written yet.

Please login to write comment.