Color Hex Logo

#aa80fa Color Hex

#AA80FA
(170,128,250)
0 Favorites   0 Comments

Color spaces of #aa80fa

RGB 170128250
HSL0.720.920.74
HSV261°49°98°
CMYK 0.320.490.00   0.02
XYZ41.552130.886594.2141
Yxy30.88650.24930.1853
Hunter Lab55.575636.2013-61.6079
CIE-Lab62.411741.4979-55.3894

#aa80fa color RGB value is (170,128,250).

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

The process color (four color CMYK) of #aa80fa color hex is 0.32, 0.49, 0.00, 0.02. Web safe color of #aa80fa is #9999ff. Color #aa80fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000000 11111010
Octal 252 200 372
Decimal 170 128 250
Hex AA 80 FA

RGB Percentages of Color #aa80fa

%31.02
%23.36
%45.62

CMYK Percentages of Color #aa80fa

%32
%49
%0
%2

Triadic Colors of #aa80fa

#aa80fa #faaa80 #80faaa

Analogous Colors of #aa80fa

#aa80fa #e780fa #8093fa

Monochromatic Colors of #aa80fa

#aa80fa

Complementary Color

#aa80fa #d0fa80

#aa80fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa80fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa80fa Color CSS Codes

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

#aa80fa Text Font Color

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

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


#aa80fa Background Color

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

This div background color is #aa80fa


#aa80fa Border Color

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

This div border color is #aa80fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa80fa

Related Colors


Comments

No comments written yet.

Please login to write comment.