Color Hex Logo

#aa298b Color Hex

#AA298B
(170,41,139)
0 Favorites   0 Comments

Color spaces of #aa298b

RGB 17041139
HSL0.870.610.41
HSV314°76°67°
CMYK 0.000.760.18   0.33
XYZ22.030711.996025.5804
Yxy11.99600.36960.2013
Hunter Lab34.635252.9282-19.5449
CIE-Lab41.209860.5440-24.7712

#aa298b color RGB value is (170,41,139).

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

The process color (four color CMYK) of #aa298b color hex is 0.00, 0.76, 0.18, 0.33. Web safe color of #aa298b is #993399. Color #aa298b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101001 10001011
Octal 252 51 213
Decimal 170 41 139
Hex AA 29 8B

RGB Percentages of Color #aa298b

%48.57
%11.71
%39.71

CMYK Percentages of Color #aa298b

%0
%76
%18
%33

Triadic Colors of #aa298b

#aa298b #8baa29 #298baa

Analogous Colors of #aa298b

#aa298b #aa294a #8929aa

Monochromatic Colors of #aa298b

#aa298b

Complementary Color

#aa298b #29aa48

#aa298b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa298b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa298b Color CSS Codes

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

#aa298b Text Font Color

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

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


#aa298b Background Color

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

This div background color is #aa298b


#aa298b Border Color

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

This div border color is #aa298b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,41,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa298b


Comments

No comments written yet.

Please login to write comment.