Color Hex Logo

#a9557e Color Hex

#A9557E
(169,85,126)
0 Favorites   0 Comments

Color spaces of #a9557e

RGB 16985126
HSL0.920.330.50
HSV331°50°66°
CMYK 0.000.500.25   0.34
XYZ23.376616.438421.6795
Yxy16.43840.38010.2673
Hunter Lab40.544331.9651-3.3220
CIE-Lab47.544539.3705-7.2272

#a9557e color RGB value is (169,85,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010101 01111110
Octal 251 125 176
Decimal 169 85 126
Hex A9 55 7E

RGB Percentages of Color #a9557e

%44.47
%22.37
%33.16

CMYK Percentages of Color #a9557e

%0
%50
%25
%34

Triadic Colors of #a9557e

#a9557e #7ea955 #557ea9

Analogous Colors of #a9557e

#a9557e #a95655 #a955a8

Monochromatic Colors of #a9557e

#a9557e

Complementary Color

#a9557e #55a980

#a9557e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9557e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9557e Color CSS Codes

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

#a9557e Text Font Color

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

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


#a9557e Background Color

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

This div background color is #a9557e


#a9557e Border Color

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

This div border color is #a9557e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9557e


Comments

No comments written yet.

Please login to write comment.