Color Hex Logo

#a9248f Color Hex

#A9248F
(169,36,143)
0 Favorites   0 Comments

Color spaces of #a9248f

RGB 16936143
HSL0.870.650.40
HSV312°79°66°
CMYK 0.000.790.15   0.34
XYZ21.951011.679927.0841
Yxy11.67990.36150.1924
Hunter Lab34.175954.8419-23.0637
CIE-Lab40.702862.3585-28.0175

#a9248f color RGB value is (169,36,143).

#a9248f hex color red value is 169, green value is 36 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #a9248f hue: 0.87 , saturation: 0.65 and the lightness value of a9248f is 0.40.

The process color (four color CMYK) of #a9248f color hex is 0.00, 0.79, 0.15, 0.34. Web safe color of #a9248f is #993399. Color #a9248f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100100 10001111
Octal 251 44 217
Decimal 169 36 143
Hex A9 24 8F

RGB Percentages of Color #a9248f

%48.56
%10.34
%41.09

CMYK Percentages of Color #a9248f

%0
%79
%15
%34

Triadic Colors of #a9248f

#a9248f #8fa924 #248fa9

Analogous Colors of #a9248f

#a9248f #a9244c #8124a9

Monochromatic Colors of #a9248f

#a9248f

Complementary Color

#a9248f #24a93e

#a9248f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9248f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9248f Color CSS Codes

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

#a9248f Text Font Color

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

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


#a9248f Background Color

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

This div background color is #a9248f


#a9248f Border Color

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

This div border color is #a9248f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9248f


Comments

No comments written yet.

Please login to write comment.