Color Hex Logo

#a9477d Color Hex

#A9477D
(169,71,125)
0 Favorites   0 Comments

Color spaces of #a9477d

RGB 16971125
HSL0.910.410.47
HSV327°58°66°
CMYK 0.000.580.26   0.34
XYZ22.317114.422221.0096
Yxy14.42220.38650.2497
Hunter Lab37.976638.4373-6.2171
CIE-Lab44.832446.2543-10.6876

#a9477d color RGB value is (169,71,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000111 01111101
Octal 251 107 175
Decimal 169 71 125
Hex A9 47 7D

RGB Percentages of Color #a9477d

%46.30
%19.45
%34.25

CMYK Percentages of Color #a9477d

%0
%58
%26
%34

Triadic Colors of #a9477d

#a9477d #7da947 #477da9

Analogous Colors of #a9477d

#a9477d #a9474c #a447a9

Monochromatic Colors of #a9477d

#a9477d

Complementary Color

#a9477d #47a973

#a9477d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9477d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9477d Color CSS Codes

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

#a9477d Text Font Color

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

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


#a9477d Background Color

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

This div background color is #a9477d


#a9477d Border Color

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

This div border color is #a9477d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9477d


Comments

No comments written yet.

Please login to write comment.