Color Hex Logo

#aa248f Color Hex

#AA248F
(170,36,143)
0 Favorites   0 Comments

Color spaces of #aa248f

RGB 17036143
HSL0.870.650.40
HSV312°79°67°
CMYK 0.000.790.16   0.33
XYZ22.166411.791027.0942
Yxy11.79100.36310.1931
Hunter Lab34.338055.1365-22.7458
CIE-Lab40.882062.5861-27.7241

#aa248f color RGB value is (170,36,143).

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

The process color (four color CMYK) of #aa248f color hex is 0.00, 0.79, 0.16, 0.33. Web safe color of #aa248f is #993399. Color #aa248f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100100 10001111
Octal 252 44 217
Decimal 170 36 143
Hex AA 24 8F

RGB Percentages of Color #aa248f

%48.71
%10.32
%40.97

CMYK Percentages of Color #aa248f

%0
%79
%16
%33

Triadic Colors of #aa248f

#aa248f #8faa24 #248faa

Analogous Colors of #aa248f

#aa248f #aa244c #8224aa

Monochromatic Colors of #aa248f

#aa248f

Complementary Color

#aa248f #24aa3f

#aa248f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa248f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa248f Color CSS Codes

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

#aa248f Text Font Color

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

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


#aa248f Background Color

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

This div background color is #aa248f


#aa248f Border Color

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

This div border color is #aa248f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa248f


Comments

No comments written yet.

Please login to write comment.