Color Hex Logo

#aa7fdd Color Hex

#AA7FDD
(170,127,221)
0 Favorites   0 Comments

Color spaces of #aa7fdd

RGB 170127221
HSL0.740.580.68
HSV267°43°87°
CMYK 0.230.430.00   0.13
XYZ37.218128.945272.0320
Yxy28.94520.26930.2095
Hunter Lab53.800729.3308-41.7209
CIE-Lab60.733235.0518-41.9696

#aa7fdd color RGB value is (170,127,221).

#aa7fdd hex color red value is 170, green value is 127 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aa7fdd hue: 0.74 , saturation: 0.58 and the lightness value of aa7fdd is 0.68.

The process color (four color CMYK) of #aa7fdd color hex is 0.23, 0.43, 0.00, 0.13. Web safe color of #aa7fdd is #9966cc. Color #aa7fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111111 11011101
Octal 252 177 335
Decimal 170 127 221
Hex AA 7F DD

RGB Percentages of Color #aa7fdd

%32.82
%24.52
%42.66

CMYK Percentages of Color #aa7fdd

%23
%43
%0
%13

Triadic Colors of #aa7fdd

#aa7fdd #ddaa7f #7fddaa

Analogous Colors of #aa7fdd

#aa7fdd #d97fdd #7f83dd

Monochromatic Colors of #aa7fdd

#aa7fdd

Complementary Color

#aa7fdd #b2dd7f

#aa7fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7fdd Color CSS Codes

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

#aa7fdd Text Font Color

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

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


#aa7fdd Background Color

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

This div background color is #aa7fdd


#aa7fdd Border Color

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

This div border color is #aa7fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7fdd


Comments

No comments written yet.

Please login to write comment.