Color Hex Logo

#aa3293 Color Hex

#AA3293
(170,50,147)
0 Favorites   0 Comments

Color spaces of #aa3293

RGB 17050147
HSL0.870.550.43
HSV312°71°67°
CMYK 0.000.710.14   0.33
XYZ22.984612.933828.8888
Yxy12.93380.35470.1996
Hunter Lab35.963651.1444-22.4519
CIE-Lab42.663358.6490-27.3711

#aa3293 color RGB value is (170,50,147).

#aa3293 hex color red value is 170, green value is 50 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #aa3293 hue: 0.87 , saturation: 0.55 and the lightness value of aa3293 is 0.43.

The process color (four color CMYK) of #aa3293 color hex is 0.00, 0.71, 0.14, 0.33. Web safe color of #aa3293 is #993399. Color #aa3293 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110010 10010011
Octal 252 62 223
Decimal 170 50 147
Hex AA 32 93

RGB Percentages of Color #aa3293

%46.32
%13.62
%40.05

CMYK Percentages of Color #aa3293

%0
%71
%14
%33

Triadic Colors of #aa3293

#aa3293 #93aa32 #3293aa

Analogous Colors of #aa3293

#aa3293 #aa3257 #8532aa

Monochromatic Colors of #aa3293

#aa3293

Complementary Color

#aa3293 #32aa49

#aa3293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3293 Color CSS Codes

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

#aa3293 Text Font Color

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

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


#aa3293 Background Color

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

This div background color is #aa3293


#aa3293 Border Color

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

This div border color is #aa3293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3293


Comments

No comments written yet.

Please login to write comment.