Color Hex Logo

#aa76ce Color Hex

#AA76CE
(170,118,206)
0 Favorites   0 Comments

Color spaces of #aa76ce

RGB 170118206
HSL0.770.470.64
HSV275°43°81°
CMYK 0.170.430.00   0.19
XYZ34.196625.959161.6008
Yxy25.95910.28090.2132
Hunter Lab50.950130.6428-36.0191
CIE-Lab57.998236.6611-37.8308

#aa76ce color RGB value is (170,118,206).

#aa76ce hex color red value is 170, green value is 118 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aa76ce hue: 0.77 , saturation: 0.47 and the lightness value of aa76ce is 0.64.

The process color (four color CMYK) of #aa76ce color hex is 0.17, 0.43, 0.00, 0.19. Web safe color of #aa76ce is #9966cc. Color #aa76ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110110 11001110
Octal 252 166 316
Decimal 170 118 206
Hex AA 76 CE

RGB Percentages of Color #aa76ce

%34.41
%23.89
%41.70

CMYK Percentages of Color #aa76ce

%17
%43
%0
%19

Triadic Colors of #aa76ce

#aa76ce #ceaa76 #76ceaa

Analogous Colors of #aa76ce

#aa76ce #ce76c6 #7e76ce

Monochromatic Colors of #aa76ce

#aa76ce

Complementary Color

#aa76ce #9ace76

#aa76ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa76ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa76ce Color CSS Codes

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

#aa76ce Text Font Color

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

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


#aa76ce Background Color

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

This div background color is #aa76ce


#aa76ce Border Color

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

This div border color is #aa76ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa76ce


Comments

No comments written yet.

Please login to write comment.