Color Hex Logo

#a86dad Color Hex

#A86DAD
(168,109,173)
0 Favorites   0 Comments

Color spaces of #a86dad

RGB 168109173
HSL0.820.280.55
HSV295°37°68°
CMYK 0.030.370.00   0.32
XYZ29.159922.279242.2986
Yxy22.27920.31110.2377
Hunter Lab47.200827.6729-20.0916
CIE-Lab54.322034.1125-24.6877

#a86dad color RGB value is (168,109,173).

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

The process color (four color CMYK) of #a86dad color hex is 0.03, 0.37, 0.00, 0.32. Web safe color of #a86dad is #996699. Color #a86dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101101 10101101
Octal 250 155 255
Decimal 168 109 173
Hex A8 6D AD

RGB Percentages of Color #a86dad

%37.33
%24.22
%38.44

CMYK Percentages of Color #a86dad

%3
%37
%0
%32

Triadic Colors of #a86dad

#a86dad #ada86d #6dada8

Analogous Colors of #a86dad

#a86dad #ad6d92 #886dad

Monochromatic Colors of #a86dad

#a86dad

Complementary Color

#a86dad #72ad6d

#a86dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86dad Color CSS Codes

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

#a86dad Text Font Color

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

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


#a86dad Background Color

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

This div background color is #a86dad


#a86dad Border Color

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

This div border color is #a86dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86dad


Comments

No comments written yet.

Please login to write comment.