Color Hex Logo

#a87d9a Color Hex

#A87D9A
(168,125,154)
0 Favorites   0 Comments

Color spaces of #a87d9a

RGB 168125154
HSL0.890.200.57
HSV320°26°66°
CMYK 0.000.260.08   0.34
XYZ29.314825.325233.9150
Yxy25.32520.33100.2860
Hunter Lab50.324115.9125-4.7305
CIE-Lab57.390921.4805-9.0372

#a87d9a color RGB value is (168,125,154).

#a87d9a hex color red value is 168, green value is 125 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #a87d9a hue: 0.89 , saturation: 0.20 and the lightness value of a87d9a is 0.57.

The process color (four color CMYK) of #a87d9a color hex is 0.00, 0.26, 0.08, 0.34. Web safe color of #a87d9a is #996699. Color #a87d9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111101 10011010
Octal 250 175 232
Decimal 168 125 154
Hex A8 7D 9A

RGB Percentages of Color #a87d9a

%37.58
%27.96
%34.45

CMYK Percentages of Color #a87d9a

%0
%26
%8
%34

Triadic Colors of #a87d9a

#a87d9a #9aa87d #7d9aa8

Analogous Colors of #a87d9a

#a87d9a #a87d85 #a17da8

Monochromatic Colors of #a87d9a

#a87d9a

Complementary Color

#a87d9a #7da88b

#a87d9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87d9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87d9a Color CSS Codes

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

#a87d9a Text Font Color

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

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


#a87d9a Background Color

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

This div background color is #a87d9a


#a87d9a Border Color

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

This div border color is #a87d9a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,125,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87d9a


Comments

No comments written yet.

Please login to write comment.