Color Hex Logo

#a95499 Color Hex

#A95499
(169,84,153)
0 Favorites   0 Comments

Color spaces of #a95499

RGB 16984153
HSL0.860.340.50
HSV311°50°66°
CMYK 0.000.500.09   0.34
XYZ25.282317.075632.1004
Yxy17.07560.33950.2293
Hunter Lab41.322636.8965-17.1320
CIE-Lab48.355244.1676-22.1537

#a95499 color RGB value is (169,84,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010100 10011001
Octal 251 124 231
Decimal 169 84 153
Hex A9 54 99

RGB Percentages of Color #a95499

%41.63
%20.69
%37.68

CMYK Percentages of Color #a95499

%0
%50
%9
%34

Triadic Colors of #a95499

#a95499 #99a954 #5499a9

Analogous Colors of #a95499

#a95499 #a9546f #8f54a9

Monochromatic Colors of #a95499

#a95499

Complementary Color

#a95499 #54a964

#a95499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95499 Color CSS Codes

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

#a95499 Text Font Color

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

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


#a95499 Background Color

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

This div background color is #a95499


#a95499 Border Color

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

This div border color is #a95499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95499


Comments

No comments written yet.

Please login to write comment.