Color Hex Logo

#a9487e Color Hex

#A9487E
(169,72,126)
0 Favorites   0 Comments

Color spaces of #a9487e

RGB 16972126
HSL0.910.400.47
HSV327°57°66°
CMYK 0.000.570.25   0.34
XYZ22.445414.576121.3691
Yxy14.57610.38440.2496
Hunter Lab38.178738.1283-6.4603
CIE-Lab45.048045.9149-10.9713

#a9487e color RGB value is (169,72,126).

#a9487e hex color red value is 169, green value is 72 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a9487e hue: 0.91 , saturation: 0.40 and the lightness value of a9487e is 0.47.

The process color (four color CMYK) of #a9487e color hex is 0.00, 0.57, 0.25, 0.34. Web safe color of #a9487e is #993366. Color #a9487e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001000 01111110
Octal 251 110 176
Decimal 169 72 126
Hex A9 48 7E

RGB Percentages of Color #a9487e

%46.05
%19.62
%34.33

CMYK Percentages of Color #a9487e

%0
%57
%25
%34

Triadic Colors of #a9487e

#a9487e #7ea948 #487ea9

Analogous Colors of #a9487e

#a9487e #a9484e #a448a9

Monochromatic Colors of #a9487e

#a9487e

Complementary Color

#a9487e #48a973

#a9487e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9487e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9487e Color CSS Codes

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

#a9487e Text Font Color

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

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


#a9487e Background Color

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

This div background color is #a9487e


#a9487e Border Color

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

This div border color is #a9487e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9487e


Comments

No comments written yet.

Please login to write comment.