Color Hex Logo

#a8727e Color Hex

#A8727E
(168,114,126)
0 Favorites   0 Comments

Color spaces of #a8727e

RGB 168114126
HSL0.960.240.55
HSV347°32°66°
CMYK 0.000.320.25   0.34
XYZ25.931721.865822.5924
Yxy21.86580.36840.3106
Hunter Lab46.760917.15744.0868
CIE-Lab53.884323.06492.0868

#a8727e color RGB value is (168,114,126).

#a8727e hex color red value is 168, green value is 114 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a8727e hue: 0.96 , saturation: 0.24 and the lightness value of a8727e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110010 01111110
Octal 250 162 176
Decimal 168 114 126
Hex A8 72 7E

RGB Percentages of Color #a8727e

%41.18
%27.94
%30.88

CMYK Percentages of Color #a8727e

%0
%32
%25
%34

Triadic Colors of #a8727e

#a8727e #7ea872 #727ea8

Analogous Colors of #a8727e

#a8727e #a88172 #a87299

Monochromatic Colors of #a8727e

#a8727e

Complementary Color

#a8727e #72a89c

#a8727e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8727e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8727e Color CSS Codes

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

#a8727e Text Font Color

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

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


#a8727e Background Color

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

This div background color is #a8727e


#a8727e Border Color

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

This div border color is #a8727e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8727e


Comments

No comments written yet.

Please login to write comment.