Color Hex Logo

#a87dad Color Hex

#A87DAD
(168,125,173)
0 Favorites   0 Comments

Color spaces of #a87dad

RGB 168125173
HSL0.820.230.58
HSV294°28°68°
CMYK 0.030.280.00   0.32
XYZ31.024926.009242.9202
Yxy26.00920.31040.2602
Hunter Lab50.999219.3402-14.1982
CIE-Lab58.045825.1030-18.9787

#a87dad color RGB value is (168,125,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111101 10101101
Octal 250 175 255
Decimal 168 125 173
Hex A8 7D AD

RGB Percentages of Color #a87dad

%36.05
%26.82
%37.12

CMYK Percentages of Color #a87dad

%3
%28
%0
%32

Triadic Colors of #a87dad

#a87dad #ada87d #7dada8

Analogous Colors of #a87dad

#a87dad #ad7d9a #907dad

Monochromatic Colors of #a87dad

#a87dad

Complementary Color

#a87dad #82ad7d

#a87dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87dad Color CSS Codes

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

#a87dad Text Font Color

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

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


#a87dad Background Color

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

This div background color is #a87dad


#a87dad Border Color

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

This div border color is #a87dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87dad


Comments

No comments written yet.

Please login to write comment.