Color Hex Logo

#a9497d Color Hex

#A9497D
(169,73,125)
0 Favorites   0 Comments

Color spaces of #a9497d

RGB 16973125
HSL0.910.400.47
HSV328°57°66°
CMYK 0.000.570.26   0.34
XYZ22.446414.680821.0527
Yxy14.68080.38580.2523
Hunter Lab38.315537.5185-5.7564
CIE-Lab45.193945.2909-10.1434

#a9497d color RGB value is (169,73,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001001 01111101
Octal 251 111 175
Decimal 169 73 125
Hex A9 49 7D

RGB Percentages of Color #a9497d

%46.05
%19.89
%34.06

CMYK Percentages of Color #a9497d

%0
%57
%26
%34

Triadic Colors of #a9497d

#a9497d #7da949 #497da9

Analogous Colors of #a9497d

#a9497d #a9494d #a549a9

Monochromatic Colors of #a9497d

#a9497d

Complementary Color

#a9497d #49a975

#a9497d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9497d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9497d Color CSS Codes

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

#a9497d Text Font Color

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

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


#a9497d Background Color

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

This div background color is #a9497d


#a9497d Border Color

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

This div border color is #a9497d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,73,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9497d


Comments

No comments written yet.

Please login to write comment.