Color Hex Logo

#a9467d Color Hex

#A9467D
(169,70,125)
0 Favorites   0 Comments

Color spaces of #a9467d

RGB 16970125
HSL0.910.410.47
HSV327°59°66°
CMYK 0.000.590.26   0.34
XYZ22.254014.296020.9885
Yxy14.29600.38680.2485
Hunter Lab37.810138.8928-6.4451
CIE-Lab44.654546.7303-10.9557

#a9467d color RGB value is (169,70,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000110 01111101
Octal 251 106 175
Decimal 169 70 125
Hex A9 46 7D

RGB Percentages of Color #a9467d

%46.43
%19.23
%34.34

CMYK Percentages of Color #a9467d

%0
%59
%26
%34

Triadic Colors of #a9467d

#a9467d #7da946 #467da9

Analogous Colors of #a9467d

#a9467d #a9464c #a446a9

Monochromatic Colors of #a9467d

#a9467d

Complementary Color

#a9467d #46a972

#a9467d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9467d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9467d Color CSS Codes

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

#a9467d Text Font Color

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

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


#a9467d Background Color

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

This div background color is #a9467d


#a9467d Border Color

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

This div border color is #a9467d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9467d


Comments

No comments written yet.

Please login to write comment.