Color Hex Logo

#a8557e Color Hex

#A8557E
(168,85,126)
0 Favorites   0 Comments

Color spaces of #a8557e

RGB 16885126
HSL0.920.330.50
HSV330°49°66°
CMYK 0.000.490.25   0.34
XYZ23.162816.328221.6695
Yxy16.32820.37870.2670
Hunter Lab40.408231.6056-3.5095
CIE-Lab47.402239.0260-7.4546

#a8557e color RGB value is (168,85,126).

#a8557e hex color red value is 168, green value is 85 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a8557e hue: 0.92 , saturation: 0.33 and the lightness value of a8557e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010101 01111110
Octal 250 125 176
Decimal 168 85 126
Hex A8 55 7E

RGB Percentages of Color #a8557e

%44.33
%22.43
%33.25

CMYK Percentages of Color #a8557e

%0
%49
%25
%34

Triadic Colors of #a8557e

#a8557e #7ea855 #557ea8

Analogous Colors of #a8557e

#a8557e #a85655 #a855a8

Monochromatic Colors of #a8557e

#a8557e

Complementary Color

#a8557e #55a87f

#a8557e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8557e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8557e Color CSS Codes

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

#a8557e Text Font Color

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

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


#a8557e Background Color

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

This div background color is #a8557e


#a8557e Border Color

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

This div border color is #a8557e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8557e


Comments

No comments written yet.

Please login to write comment.