Color Hex Logo

#aa239b Color Hex

#AA239B
(170,35,155)
0 Favorites   1 Comments

Color spaces of #aa239b

RGB 17035155
HSL0.850.660.40
HSV307°79°67°
CMYK 0.000.790.09   0.33
XYZ23.095012.114732.1315
Yxy12.11470.34300.1799
Hunter Lab34.806257.5296-30.3695
CIE-Lab41.397864.6017-34.1920

#aa239b color RGB value is (170,35,155).

#aa239b hex color red value is 170, green value is 35 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #aa239b hue: 0.85 , saturation: 0.66 and the lightness value of aa239b is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100011 10011011
Octal 252 43 233
Decimal 170 35 155
Hex AA 23 9B

RGB Percentages of Color #aa239b

%47.22
%9.72
%43.06

CMYK Percentages of Color #aa239b

%0
%79
%9
%33

Triadic Colors of #aa239b

#aa239b #9baa23 #239baa

Analogous Colors of #aa239b

#aa239b #aa2358 #7623aa

Monochromatic Colors of #aa239b

#aa239b

Complementary Color

#aa239b #23aa32

#aa239b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa239b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa239b Color CSS Codes

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

#aa239b Text Font Color

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

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


#aa239b Background Color

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

This div background color is #aa239b


#aa239b Border Color

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

This div border color is #aa239b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa239b


Comments

2 Oct 2015, 17:05 12345

Kinda brown purple

Please login to write comment.