Color Hex Logo

#a87c9e Color Hex

#A87C9E
(168,124,158)
0 Favorites   0 Comments

Color spaces of #a87c9e

RGB 168124158
HSL0.870.200.57
HSV314°26°66°
CMYK 0.000.260.06   0.34
XYZ29.527725.208835.6573
Yxy25.20880.32670.2789
Hunter Lab50.208417.1118-6.9611
CIE-Lab57.278322.7817-11.5142

#a87c9e color RGB value is (168,124,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111100 10011110
Octal 250 174 236
Decimal 168 124 158
Hex A8 7C 9E

RGB Percentages of Color #a87c9e

%37.33
%27.56
%35.11

CMYK Percentages of Color #a87c9e

%0
%26
%6
%34

Triadic Colors of #a87c9e

#a87c9e #9ea87c #7c9ea8

Analogous Colors of #a87c9e

#a87c9e #a87c88 #9c7ca8

Monochromatic Colors of #a87c9e

#a87c9e

Complementary Color

#a87c9e #7ca886

#a87c9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87c9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87c9e Color CSS Codes

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

#a87c9e Text Font Color

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

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


#a87c9e Background Color

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

This div background color is #a87c9e


#a87c9e Border Color

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

This div border color is #a87c9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87c9e


Comments

No comments written yet.

Please login to write comment.