Color Hex Logo

#aa348b Color Hex

#AA348B
(170,52,139)
0 Favorites   0 Comments

Color spaces of #aa348b

RGB 17052139
HSL0.880.530.44
HSV316°69°67°
CMYK 0.000.690.18   0.33
XYZ22.465812.866125.7254
Yxy12.86610.36790.2107
Hunter Lab35.869349.0273-17.4141
CIE-Lab42.560856.7294-22.6745

#aa348b color RGB value is (170,52,139).

#aa348b hex color red value is 170, green value is 52 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #aa348b hue: 0.88 , saturation: 0.53 and the lightness value of aa348b is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110100 10001011
Octal 252 64 213
Decimal 170 52 139
Hex AA 34 8B

RGB Percentages of Color #aa348b

%47.09
%14.40
%38.50

CMYK Percentages of Color #aa348b

%0
%69
%18
%33

Triadic Colors of #aa348b

#aa348b #8baa34 #348baa

Analogous Colors of #aa348b

#aa348b #aa3450 #8e34aa

Monochromatic Colors of #aa348b

#aa348b

Complementary Color

#aa348b #34aa53

#aa348b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa348b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa348b Color CSS Codes

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

#aa348b Text Font Color

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

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


#aa348b Background Color

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

This div background color is #aa348b


#aa348b Border Color

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

This div border color is #aa348b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa348b


Comments

No comments written yet.

Please login to write comment.