Color Hex Logo

#aa71df Color Hex

#AA71DF
(170,113,223)
0 Favorites   0 Comments

Color spaces of #aa71df

RGB 170113223
HSL0.750.630.66
HSV271°49°87°
CMYK 0.240.490.00   0.13
XYZ35.802025.684072.8826
Yxy25.68400.26640.1911
Hunter Lab50.679437.4108-49.7901
CIE-Lab57.735943.2719-47.8208

#aa71df color RGB value is (170,113,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110001 11011111
Octal 252 161 337
Decimal 170 113 223
Hex AA 71 DF

RGB Percentages of Color #aa71df

%33.60
%22.33
%44.07

CMYK Percentages of Color #aa71df

%24
%49
%0
%13

Triadic Colors of #aa71df

#aa71df #dfaa71 #71dfaa

Analogous Colors of #aa71df

#aa71df #df71dd #7371df

Monochromatic Colors of #aa71df

#aa71df

Complementary Color

#aa71df #a6df71

#aa71df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa71df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa71df Color CSS Codes

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

#aa71df Text Font Color

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

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


#aa71df Background Color

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

This div background color is #aa71df


#aa71df Border Color

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

This div border color is #aa71df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa71df


Comments

No comments written yet.

Please login to write comment.