Color Hex Logo

#aa7eed Color Hex

#AA7EED
(170,126,237)
0 Favorites   0 Comments

Color spaces of #aa7eed

RGB 170126237
HSL0.730.760.71
HSV264°47°93°
CMYK 0.280.470.00   0.07
XYZ39.324529.582283.7581
Yxy29.58220.25760.1938
Hunter Lab54.389533.8767-53.2320
CIE-Lab61.292039.4178-49.9913

#aa7eed color RGB value is (170,126,237).

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

The process color (four color CMYK) of #aa7eed color hex is 0.28, 0.47, 0.00, 0.07. Web safe color of #aa7eed is #9966ff. Color #aa7eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111110 11101101
Octal 252 176 355
Decimal 170 126 237
Hex AA 7E ED

RGB Percentages of Color #aa7eed

%31.89
%23.64
%44.47

CMYK Percentages of Color #aa7eed

%28
%47
%0
%7

Triadic Colors of #aa7eed

#aa7eed #edaa7e #7eedaa

Analogous Colors of #aa7eed

#aa7eed #e27eed #7e8aed

Monochromatic Colors of #aa7eed

#aa7eed

Complementary Color

#aa7eed #c1ed7e

#aa7eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7eed Color CSS Codes

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

#aa7eed Text Font Color

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

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


#aa7eed Background Color

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

This div background color is #aa7eed


#aa7eed Border Color

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

This div border color is #aa7eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7eed


Comments

No comments written yet.

Please login to write comment.