Color Hex Logo

#a9289f Color Hex

#A9289F
(169,40,159)
0 Favorites   0 Comments

Color spaces of #a9289f

RGB 16940159
HSL0.850.620.41
HSV305°76°66°
CMYK 0.000.760.06   0.34
XYZ23.379012.455833.9729
Yxy12.45580.33490.1784
Hunter Lab35.292856.4814-32.3677
CIE-Lab41.931663.5749-35.7683

#a9289f color RGB value is (169,40,159).

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

The process color (four color CMYK) of #a9289f color hex is 0.00, 0.76, 0.06, 0.34. Web safe color of #a9289f is #993399. Color #a9289f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00101000 10011111
Octal 251 50 237
Decimal 169 40 159
Hex A9 28 9F

RGB Percentages of Color #a9289f

%45.92
%10.87
%43.21

CMYK Percentages of Color #a9289f

%0
%76
%6
%34

Triadic Colors of #a9289f

#a9289f #9fa928 #289fa9

Analogous Colors of #a9289f

#a9289f #a9285e #7328a9

Monochromatic Colors of #a9289f

#a9289f

Complementary Color

#a9289f #28a932

#a9289f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9289f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9289f Color CSS Codes

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

#a9289f Text Font Color

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

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


#a9289f Background Color

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

This div background color is #a9289f


#a9289f Border Color

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

This div border color is #a9289f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9289f


Comments

No comments written yet.

Please login to write comment.