Color Hex Logo

#aa80ec Color Hex

#AA80EC
(170,128,236)
0 Favorites   0 Comments

Color spaces of #aa80ec

RGB 170128236
HSL0.730.740.71
HSV263°46°93°
CMYK 0.280.460.00   0.07
XYZ39.437130.040583.0767
Yxy30.04050.25850.1969
Hunter Lab54.809232.5207-51.5020
CIE-Lab61.689238.0614-48.8084

#aa80ec color RGB value is (170,128,236).

#aa80ec hex color red value is 170, green value is 128 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #aa80ec hue: 0.73 , saturation: 0.74 and the lightness value of aa80ec is 0.71.

The process color (four color CMYK) of #aa80ec color hex is 0.28, 0.46, 0.00, 0.07. Web safe color of #aa80ec is #9999ff. Color #aa80ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000000 11101100
Octal 252 200 354
Decimal 170 128 236
Hex AA 80 EC

RGB Percentages of Color #aa80ec

%31.84
%23.97
%44.19

CMYK Percentages of Color #aa80ec

%28
%46
%0
%7

Triadic Colors of #aa80ec

#aa80ec #ecaa80 #80ecaa

Analogous Colors of #aa80ec

#aa80ec #e080ec #808cec

Monochromatic Colors of #aa80ec

#aa80ec

Complementary Color

#aa80ec #c2ec80

#aa80ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa80ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa80ec Color CSS Codes

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

#aa80ec Text Font Color

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

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


#aa80ec Background Color

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

This div background color is #aa80ec


#aa80ec Border Color

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

This div border color is #aa80ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa80ec

#aa80ec Color Palettes


Comments

No comments written yet.

Please login to write comment.