Color Hex Logo

#aa47de Color Hex

#AA47DE
(170,71,222)
0 Favorites   0 Comments

Color spaces of #aa47de

RGB 17071222
HSL0.780.700.57
HSV279°68°87°
CMYK 0.230.680.00   0.13
XYZ32.015618.326570.9572
Yxy18.32650.26390.1511
Hunter Lab42.809558.5769-68.3073
CIE-Lab49.889763.8845-59.7942

#aa47de color RGB value is (170,71,222).

#aa47de hex color red value is 170, green value is 71 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aa47de hue: 0.78 , saturation: 0.70 and the lightness value of aa47de is 0.57.

The process color (four color CMYK) of #aa47de color hex is 0.23, 0.68, 0.00, 0.13. Web safe color of #aa47de is #9933cc. Color #aa47de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000111 11011110
Octal 252 107 336
Decimal 170 71 222
Hex AA 47 DE

RGB Percentages of Color #aa47de

%36.72
%15.33
%47.95

CMYK Percentages of Color #aa47de

%23
%68
%0
%13

Triadic Colors of #aa47de

#aa47de #deaa47 #47deaa

Analogous Colors of #aa47de

#aa47de #de47c7 #5e47de

Monochromatic Colors of #aa47de

#aa47de

Complementary Color

#aa47de #7bde47

#aa47de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa47de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa47de Color CSS Codes

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

#aa47de Text Font Color

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

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


#aa47de Background Color

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

This div background color is #aa47de


#aa47de Border Color

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

This div border color is #aa47de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa47de


Comments

No comments written yet.

Please login to write comment.