Color Hex Logo

#aa3aca Color Hex

#AA3ACA
(170,58,202)
0 Favorites   0 Comments

Color spaces of #aa3aca

RGB 17058202
HSL0.800.580.51
HSV287°71°79°
CMYK 0.160.710.00   0.21
XYZ28.751315.836457.4185
Yxy15.83640.28190.1552
Hunter Lab39.795059.3225-57.6906
CIE-Lab46.759165.1286-53.3770

#aa3aca color RGB value is (170,58,202).

#aa3aca hex color red value is 170, green value is 58 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aa3aca hue: 0.80 , saturation: 0.58 and the lightness value of aa3aca is 0.51.

The process color (four color CMYK) of #aa3aca color hex is 0.16, 0.71, 0.00, 0.21. Web safe color of #aa3aca is #9933cc. Color #aa3aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111010 11001010
Octal 252 72 312
Decimal 170 58 202
Hex AA 3A CA

RGB Percentages of Color #aa3aca

%39.53
%13.49
%46.98

CMYK Percentages of Color #aa3aca

%16
%71
%0
%21

Triadic Colors of #aa3aca

#aa3aca #caaa3a #3acaaa

Analogous Colors of #aa3aca

#aa3aca #ca3aa2 #623aca

Monochromatic Colors of #aa3aca

#aa3aca

Complementary Color

#aa3aca #5aca3a

#aa3aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3aca Color CSS Codes

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

#aa3aca Text Font Color

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

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


#aa3aca Background Color

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

This div background color is #aa3aca


#aa3aca Border Color

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

This div border color is #aa3aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3aca


Comments

No comments written yet.

Please login to write comment.