Color Hex Logo

#a9539f Color Hex

#A9539F
(169,83,159)
0 Favorites   0 Comments

Color spaces of #a9539f

RGB 16983159
HSL0.850.340.49
HSV307°51°66°
CMYK 0.000.510.06   0.34
XYZ25.713517.124734.7510
Yxy17.12470.33140.2207
Hunter Lab41.382038.4959-20.8220
CIE-Lab48.416845.7198-25.6147

#a9539f color RGB value is (169,83,159).

#a9539f hex color red value is 169, green value is 83 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a9539f hue: 0.85 , saturation: 0.34 and the lightness value of a9539f is 0.49.

The process color (four color CMYK) of #a9539f color hex is 0.00, 0.51, 0.06, 0.34. Web safe color of #a9539f is #996699. Color #a9539f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010011 10011111
Octal 251 123 237
Decimal 169 83 159
Hex A9 53 9F

RGB Percentages of Color #a9539f

%41.12
%20.19
%38.69

CMYK Percentages of Color #a9539f

%0
%51
%6
%34

Triadic Colors of #a9539f

#a9539f #9fa953 #539fa9

Analogous Colors of #a9539f

#a9539f #a95374 #8853a9

Monochromatic Colors of #a9539f

#a9539f

Complementary Color

#a9539f #53a95d

#a9539f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9539f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9539f Color CSS Codes

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

#a9539f Text Font Color

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

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


#a9539f Background Color

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

This div background color is #a9539f


#a9539f Border Color

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

This div border color is #a9539f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9539f


Comments

No comments written yet.

Please login to write comment.