Color Hex Logo

#a87d7e Color Hex

#A87D7E
(168,125,126)
0 Favorites   0 Comments

Color spaces of #a87d7e

RGB 168125126
HSL1.000.200.57
HSV359°26°66°
CMYK 0.000.260.25   0.34
XYZ27.248024.498423.0312
Yxy24.49840.36440.3276
Hunter Lab49.495911.64847.0585
CIE-Lab56.583416.82785.9787

#a87d7e color RGB value is (168,125,126).

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

The process color (four color CMYK) of #a87d7e color hex is 0.00, 0.26, 0.25, 0.34. Web safe color of #a87d7e is #996666. Color #a87d7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111101 01111110
Octal 250 175 176
Decimal 168 125 126
Hex A8 7D 7E

RGB Percentages of Color #a87d7e

%40.10
%29.83
%30.07

CMYK Percentages of Color #a87d7e

%0
%26
%25
%34

Triadic Colors of #a87d7e

#a87d7e #7ea87d #7d7ea8

Analogous Colors of #a87d7e

#a87d7e #a8927d #a87d94

Monochromatic Colors of #a87d7e

#a87d7e

Complementary Color

#a87d7e #7da8a7

#a87d7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87d7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87d7e Color CSS Codes

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

#a87d7e Text Font Color

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

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


#a87d7e Background Color

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

This div background color is #a87d7e


#a87d7e Border Color

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

This div border color is #a87d7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87d7e


Comments

No comments written yet.

Please login to write comment.