Color Hex Logo

#a86d8f Color Hex

#A86D8F
(168,109,143)
0 Favorites   0 Comments

Color spaces of #a86d8f

RGB 168109143
HSL0.900.250.54
HSV325°35°66°
CMYK 0.000.350.15   0.34
XYZ26.575021.245328.6867
Yxy21.24530.34740.2777
Hunter Lab46.092622.2532-4.6355
CIE-Lab53.216928.6014-8.8749

#a86d8f color RGB value is (168,109,143).

#a86d8f hex color red value is 168, green value is 109 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #a86d8f hue: 0.90 , saturation: 0.25 and the lightness value of a86d8f is 0.54.

The process color (four color CMYK) of #a86d8f color hex is 0.00, 0.35, 0.15, 0.34. Web safe color of #a86d8f is #996699. Color #a86d8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101101 10001111
Octal 250 155 217
Decimal 168 109 143
Hex A8 6D 8F

RGB Percentages of Color #a86d8f

%40.00
%25.95
%34.05

CMYK Percentages of Color #a86d8f

%0
%35
%15
%34

Triadic Colors of #a86d8f

#a86d8f #8fa86d #6d8fa8

Analogous Colors of #a86d8f

#a86d8f #a86d72 #a46da8

Monochromatic Colors of #a86d8f

#a86d8f

Complementary Color

#a86d8f #6da886

#a86d8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86d8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86d8f Color CSS Codes

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

#a86d8f Text Font Color

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

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


#a86d8f Background Color

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

This div background color is #a86d8f


#a86d8f Border Color

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

This div border color is #a86d8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86d8f


Comments

No comments written yet.

Please login to write comment.