Color Hex Logo

#aa7efd Color Hex

#AA7EFD
(170,126,253)
0 Favorites   0 Comments

Color spaces of #aa7efd

RGB 170126253
HSL0.720.970.74
HSV261°50°99°
CMYK 0.330.500.00   0.01
XYZ41.768030.559696.6257
Yxy30.55960.24720.1809
Hunter Lab55.280738.1264-64.9370
CIE-Lab62.134143.3506-57.4805

#aa7efd color RGB value is (170,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111110 11111101
Octal 252 176 375
Decimal 170 126 253
Hex AA 7E FD

RGB Percentages of Color #aa7efd

%30.97
%22.95
%46.08

CMYK Percentages of Color #aa7efd

%33
%50
%0
%1

Triadic Colors of #aa7efd

#aa7efd #fdaa7e #7efdaa

Analogous Colors of #aa7efd

#aa7efd #ea7efd #7e92fd

Monochromatic Colors of #aa7efd

#aa7efd

Complementary Color

#aa7efd #d1fd7e

#aa7efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7efd Color CSS Codes

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

#aa7efd Text Font Color

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

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


#aa7efd Background Color

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

This div background color is #aa7efd


#aa7efd Border Color

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

This div border color is #aa7efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7efd


Comments

No comments written yet.

Please login to write comment.