Color Hex Logo

#aa7efe Color Hex

#AA7EFE
(170,126,254)
0 Favorites   0 Comments

Color spaces of #aa7efe

RGB 170126254
HSL0.720.980.75
HSV261°50°100°
CMYK 0.330.500.00   0.00
XYZ41.927830.623597.4670
Yxy30.62350.24660.1801
Hunter Lab55.338538.4000-65.6898
CIE-Lab62.188543.6002-57.9429

#aa7efe color RGB value is (170,126,254).

#aa7efe hex color red value is 170, green value is 126 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #aa7efe hue: 0.72 , saturation: 0.98 and the lightness value of aa7efe is 0.75.

The process color (four color CMYK) of #aa7efe color hex is 0.33, 0.50, 0.00, 0.00. Web safe color of #aa7efe is #9966ff. Color #aa7efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111110 11111110
Octal 252 176 376
Decimal 170 126 254
Hex AA 7E FE

RGB Percentages of Color #aa7efe

%30.91
%22.91
%46.18

CMYK Percentages of Color #aa7efe

%33
%50
%0
%0

Triadic Colors of #aa7efe

#aa7efe #feaa7e #7efeaa

Analogous Colors of #aa7efe

#aa7efe #ea7efe #7e92fe

Monochromatic Colors of #aa7efe

#aa7efe

Complementary Color

#aa7efe #d2fe7e

#aa7efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7efe Color CSS Codes

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

#aa7efe Text Font Color

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

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


#aa7efe Background Color

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

This div background color is #aa7efe


#aa7efe Border Color

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

This div border color is #aa7efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7efe

Related Colors


Comments

No comments written yet.

Please login to write comment.