Color Hex Logo

#aa71de Color Hex

#AA71DE
(170,113,222)
0 Favorites   0 Comments

Color spaces of #aa71de

RGB 170113222
HSL0.750.620.66
HSV271°49°87°
CMYK 0.230.490.00   0.13
XYZ35.667525.630272.1745
Yxy25.63020.26720.1920
Hunter Lab50.626337.1618-49.0874
CIE-Lab57.684443.0412-47.3412

#aa71de color RGB value is (170,113,222).

#aa71de hex color red value is 170, green value is 113 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aa71de hue: 0.75 , saturation: 0.62 and the lightness value of aa71de is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110001 11011110
Octal 252 161 336
Decimal 170 113 222
Hex AA 71 DE

RGB Percentages of Color #aa71de

%33.66
%22.38
%43.96

CMYK Percentages of Color #aa71de

%23
%49
%0
%13

Triadic Colors of #aa71de

#aa71de #deaa71 #71deaa

Analogous Colors of #aa71de

#aa71de #de71dc #7471de

Monochromatic Colors of #aa71de

#aa71de

Complementary Color

#aa71de #a5de71

#aa71de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa71de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa71de Color CSS Codes

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

#aa71de Text Font Color

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

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


#aa71de Background Color

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

This div background color is #aa71de


#aa71de Border Color

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

This div border color is #aa71de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,113,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 #aa71de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa71de


Comments

No comments written yet.

Please login to write comment.