Color Hex Logo

#a8707e Color Hex

#A8707E
(168,112,126)
0 Favorites   0 Comments

Color spaces of #a8707e

RGB 168112126
HSL0.960.240.55
HSV345°33°66°
CMYK 0.000.330.25   0.34
XYZ25.708521.419522.5181
Yxy21.41950.36910.3075
Hunter Lab46.281218.16193.5493
CIE-Lab53.405624.19541.3914

#a8707e color RGB value is (168,112,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110000 01111110
Octal 250 160 176
Decimal 168 112 126
Hex A8 70 7E

RGB Percentages of Color #a8707e

%41.38
%27.59
%31.03

CMYK Percentages of Color #a8707e

%0
%33
%25
%34

Triadic Colors of #a8707e

#a8707e #7ea870 #707ea8

Analogous Colors of #a8707e

#a8707e #a87e70 #a8709a

Monochromatic Colors of #a8707e

#a8707e

Complementary Color

#a8707e #70a89a

#a8707e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8707e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8707e Color CSS Codes

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

#a8707e Text Font Color

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

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


#a8707e Background Color

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

This div background color is #a8707e


#a8707e Border Color

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

This div border color is #a8707e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8707e


Comments

No comments written yet.

Please login to write comment.