color codes Logo

#aa298f color codes

#AA298F
(170,41,143)
0 Favorites   0 Comments

Color spaces of #aa298f

RGB 17041143
HSL0.870.610.41
HSV313°76°67°
CMYK 0.000.760.16   0.33
XYZ22.328412.115127.1482
Yxy12.11510.36250.1967
Hunter Lab34.806853.5953-21.8797
CIE-Lab41.398561.1079-26.9172

#aa298f color RGB value is (170,41,143).

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

The process color (four color CMYK) of #aa298f color code is 0.00, 0.76, 0.16, 0.33. Web safe color of #aa298f is #993399. Color #aa298f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101001 10001111
Octal 252 51 217
Decimal 170 41 143
Hex AA 29 8F

RGB Percentages of Color #aa298f

%48.02
%11.58
%40.40

CMYK Percentages of Color #aa298f

%0
%76
%16
%33

Triadic Colors of #aa298f

#aa298f #8faa29 #298faa

Analogous Colors of #aa298f

#aa298f #aa294f #8529aa

Monochromatic Colors of #aa298f

#aa298f

Complementary Color

#aa298f #29aa44

#aa298f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa298f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa298f Color CSS Codes

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

#aa298f Text Font Color

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

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


#aa298f Background Color

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

This div background color is #aa298f


#aa298f Border Color

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

This div border color is #aa298f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa298f


Comments

No comments written yet.

Please login to write comment.