Color Hex Logo

#aa345e Color Hex

#AA345E
(170,52,94)
0 Favorites   0 Comments

Color spaces of #aa345e

RGB 1705294
HSL0.940.530.44
HSV339°69°67°
CMYK 0.000.690.45   0.33
XYZ19.825911.810211.8243
Yxy11.81020.45620.2717
Hunter Lab34.366042.83713.6563
CIE-Lab40.912951.21562.7066

#aa345e color RGB value is (170,52,94).

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

The process color (four color CMYK) of #aa345e color hex is 0.00, 0.69, 0.45, 0.33. Web safe color of #aa345e is #993366. Color #aa345e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110100 01011110
Octal 252 64 136
Decimal 170 52 94
Hex AA 34 5E

RGB Percentages of Color #aa345e

%53.80
%16.46
%29.75

CMYK Percentages of Color #aa345e

%0
%69
%45
%33

Triadic Colors of #aa345e

#aa345e #5eaa34 #345eaa

Analogous Colors of #aa345e

#aa345e #aa4534 #aa3499

Monochromatic Colors of #aa345e

#aa345e

Complementary Color

#aa345e #34aa80

#aa345e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa345e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa345e Color CSS Codes

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

#aa345e Text Font Color

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

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


#aa345e Background Color

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

This div background color is #aa345e


#aa345e Border Color

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

This div border color is #aa345e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa345e


Comments

No comments written yet.

Please login to write comment.