Color Hex Logo

#a9548d Color Hex

#A9548D
(169,84,141)
0 Favorites   0 Comments

Color spaces of #a9548d

RGB 16984141
HSL0.890.340.50
HSV320°50°66°
CMYK 0.000.500.17   0.34
XYZ24.340216.698827.1396
Yxy16.69880.35700.2449
Hunter Lab40.864234.8089-10.7721
CIE-Lab47.878342.1784-15.7318

#a9548d color RGB value is (169,84,141).

#a9548d hex color red value is 169, green value is 84 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #a9548d hue: 0.89 , saturation: 0.34 and the lightness value of a9548d is 0.50.

The process color (four color CMYK) of #a9548d color hex is 0.00, 0.50, 0.17, 0.34. Web safe color of #a9548d is #996699. Color #a9548d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010100 10001101
Octal 251 124 215
Decimal 169 84 141
Hex A9 54 8D

RGB Percentages of Color #a9548d

%42.89
%21.32
%35.79

CMYK Percentages of Color #a9548d

%0
%50
%17
%34

Triadic Colors of #a9548d

#a9548d #8da954 #548da9

Analogous Colors of #a9548d

#a9548d #a95462 #9b54a9

Monochromatic Colors of #a9548d

#a9548d

Complementary Color

#a9548d #54a970

#a9548d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9548d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9548d Color CSS Codes

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

#a9548d Text Font Color

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

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


#a9548d Background Color

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

This div background color is #a9548d


#a9548d Border Color

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

This div border color is #a9548d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9548d


Comments

No comments written yet.

Please login to write comment.