Color Hex Logo

#aa3eab Color Hex

#AA3EAB
(170,62,171)
0 Favorites   0 Comments

Color spaces of #aa3eab

RGB 17062171
HSL0.830.470.46
HSV299°64°67°
CMYK 0.010.640.00   0.33
XYZ25.650914.931640.0582
Yxy14.93160.31810.1852
Hunter Lab38.641450.8691-34.4148
CIE-Lab45.540457.8555-37.2050

#aa3eab color RGB value is (170,62,171).

#aa3eab hex color red value is 170, green value is 62 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aa3eab hue: 0.83 , saturation: 0.47 and the lightness value of aa3eab is 0.46.

The process color (four color CMYK) of #aa3eab color hex is 0.01, 0.64, 0.00, 0.33. Web safe color of #aa3eab is #993399. Color #aa3eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111110 10101011
Octal 252 76 253
Decimal 170 62 171
Hex AA 3E AB

RGB Percentages of Color #aa3eab

%42.18
%15.38
%42.43

CMYK Percentages of Color #aa3eab

%1
%64
%0
%33

Triadic Colors of #aa3eab

#aa3eab #abaa3e #3eabaa

Analogous Colors of #aa3eab

#aa3eab #ab3e76 #743eab

Monochromatic Colors of #aa3eab

#aa3eab

Complementary Color

#aa3eab #3fab3e

#aa3eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3eab Color CSS Codes

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

#aa3eab Text Font Color

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

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


#aa3eab Background Color

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

This div background color is #aa3eab


#aa3eab Border Color

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

This div border color is #aa3eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3eab


Comments

No comments written yet.

Please login to write comment.