Color Hex Logo

#a9259f Color Hex

#A9259F
(169,37,159)
0 Favorites   0 Comments

Color spaces of #a9259f

RGB 16937159
HSL0.850.640.40
HSV305°78°66°
CMYK 0.000.780.06   0.34
XYZ23.281812.261433.9405
Yxy12.26140.33510.1765
Hunter Lab35.016357.4035-32.9571
CIE-Lab41.628664.4460-36.2475

#a9259f color RGB value is (169,37,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100101 10011111
Octal 251 45 237
Decimal 169 37 159
Hex A9 25 9F

RGB Percentages of Color #a9259f

%46.30
%10.14
%43.56

CMYK Percentages of Color #a9259f

%0
%78
%6
%34

Triadic Colors of #a9259f

#a9259f #9fa925 #259fa9

Analogous Colors of #a9259f

#a9259f #a9255d #7125a9

Monochromatic Colors of #a9259f

#a9259f

Complementary Color

#a9259f #25a92f

#a9259f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9259f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9259f Color CSS Codes

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

#a9259f Text Font Color

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

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


#a9259f Background Color

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

This div background color is #a9259f


#a9259f Border Color

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

This div border color is #a9259f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9259f


Comments

No comments written yet.

Please login to write comment.