Color Hex Logo

#aa348e Color Hex

#AA348E
(170,52,142)
0 Favorites   0 Comments

Color spaces of #aa348e

RGB 17052142
HSL0.870.530.44
HSV314°69°67°
CMYK 0.000.690.16   0.33
XYZ22.688012.955026.8960
Yxy12.95500.36280.2072
Hunter Lab35.993149.5285-19.1096
CIE-Lab42.695457.1652-24.2902

#aa348e color RGB value is (170,52,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110100 10001110
Octal 252 64 216
Decimal 170 52 142
Hex AA 34 8E

RGB Percentages of Color #aa348e

%46.70
%14.29
%39.01

CMYK Percentages of Color #aa348e

%0
%69
%16
%33

Triadic Colors of #aa348e

#aa348e #8eaa34 #348eaa

Analogous Colors of #aa348e

#aa348e #aa3453 #8b34aa

Monochromatic Colors of #aa348e

#aa348e

Complementary Color

#aa348e #34aa50

#aa348e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa348e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa348e Color CSS Codes

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

#aa348e Text Font Color

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

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


#aa348e Background Color

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

This div background color is #aa348e


#aa348e Border Color

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

This div border color is #aa348e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa348e


Comments

No comments written yet.

Please login to write comment.