Color Hex Logo

#a8516e Color Hex

#A8516E
(168,81,110)
0 Favorites   0 Comments

Color spaces of #a8516e

RGB 16881110
HSL0.940.350.49
HSV340°52°66°
CMYK 0.000.520.35   0.34
XYZ21.905415.335516.5574
Yxy15.33550.40720.2851
Hunter Lab39.160631.31732.3441
CIE-Lab46.090338.92370.3008

#a8516e color RGB value is (168,81,110).

#a8516e hex color red value is 168, green value is 81 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a8516e hue: 0.94 , saturation: 0.35 and the lightness value of a8516e is 0.49.

The process color (four color CMYK) of #a8516e color hex is 0.00, 0.52, 0.35, 0.34. Web safe color of #a8516e is #996666. Color #a8516e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010001 01101110
Octal 250 121 156
Decimal 168 81 110
Hex A8 51 6E

RGB Percentages of Color #a8516e

%46.80
%22.56
%30.64

CMYK Percentages of Color #a8516e

%0
%52
%35
%34

Triadic Colors of #a8516e

#a8516e #6ea851 #516ea8

Analogous Colors of #a8516e

#a8516e #a86051 #a8519a

Monochromatic Colors of #a8516e

#a8516e

Complementary Color

#a8516e #51a88b

#a8516e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8516e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8516e Color CSS Codes

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

#a8516e Text Font Color

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

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


#a8516e Background Color

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

This div background color is #a8516e


#a8516e Border Color

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

This div border color is #a8516e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8516e


Comments

No comments written yet.

Please login to write comment.