Color Hex Logo

#aa35ae Color Hex

#AA35AE
(170,53,174)
0 Favorites   0 Comments

Color spaces of #aa35ae

RGB 17053174
HSL0.830.530.45
HSV298°70°68°
CMYK 0.020.700.00   0.32
XYZ25.490614.148241.4318
Yxy14.14820.31440.1745
Hunter Lab37.614155.1426-38.9779
CIE-Lab44.444761.9036-40.7137

#aa35ae color RGB value is (170,53,174).

#aa35ae hex color red value is 170, green value is 53 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aa35ae hue: 0.83 , saturation: 0.53 and the lightness value of aa35ae is 0.45.

The process color (four color CMYK) of #aa35ae color hex is 0.02, 0.70, 0.00, 0.32. Web safe color of #aa35ae is #993399. Color #aa35ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110101 10101110
Octal 252 65 256
Decimal 170 53 174
Hex AA 35 AE

RGB Percentages of Color #aa35ae

%42.82
%13.35
%43.83

CMYK Percentages of Color #aa35ae

%2
%70
%0
%32

Triadic Colors of #aa35ae

#aa35ae #aeaa35 #35aeaa

Analogous Colors of #aa35ae

#aa35ae #ae3576 #6e35ae

Monochromatic Colors of #aa35ae

#aa35ae

Complementary Color

#aa35ae #39ae35

#aa35ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa35ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa35ae Color CSS Codes

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

#aa35ae Text Font Color

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

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


#aa35ae Background Color

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

This div background color is #aa35ae


#aa35ae Border Color

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

This div border color is #aa35ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa35ae


Comments

No comments written yet.

Please login to write comment.