Color Hex Logo

#aa7dee Color Hex

#AA7DEE
(170,125,238)
0 Favorites   0 Comments

Color spaces of #aa7dee

RGB 170125238
HSL0.730.770.71
HSV264°47°93°
CMYK 0.290.470.00   0.07
XYZ39.343829.386384.4874
Yxy29.38630.25680.1918
Hunter Lab54.209134.6854-54.4598
CIE-Lab61.121140.2158-50.8165

#aa7dee color RGB value is (170,125,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111101 11101110
Octal 252 175 356
Decimal 170 125 238
Hex AA 7D EE

RGB Percentages of Color #aa7dee

%31.89
%23.45
%44.65

CMYK Percentages of Color #aa7dee

%29
%47
%0
%7

Triadic Colors of #aa7dee

#aa7dee #eeaa7d #7deeaa

Analogous Colors of #aa7dee

#aa7dee #e37dee #7d89ee

Monochromatic Colors of #aa7dee

#aa7dee

Complementary Color

#aa7dee #c1ee7d

#aa7dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7dee Color CSS Codes

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

#aa7dee Text Font Color

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

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


#aa7dee Background Color

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

This div background color is #aa7dee


#aa7dee Border Color

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

This div border color is #aa7dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7dee


Comments

No comments written yet.

Please login to write comment.