Color Hex Logo

#aa76cf Color Hex

#AA76CF
(170,118,207)
0 Favorites   0 Comments

Color spaces of #aa76cf

RGB 170118207
HSL0.760.480.64
HSV275°43°81°
CMYK 0.180.430.00   0.19
XYZ34.318526.007962.2427
Yxy26.00790.28000.2122
Hunter Lab50.997930.8732-36.6646
CIE-Lab58.044536.8834-38.3235

#aa76cf color RGB value is (170,118,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110110 11001111
Octal 252 166 317
Decimal 170 118 207
Hex AA 76 CF

RGB Percentages of Color #aa76cf

%34.34
%23.84
%41.82

CMYK Percentages of Color #aa76cf

%18
%43
%0
%19

Triadic Colors of #aa76cf

#aa76cf #cfaa76 #76cfaa

Analogous Colors of #aa76cf

#aa76cf #cf76c8 #7e76cf

Monochromatic Colors of #aa76cf

#aa76cf

Complementary Color

#aa76cf #9bcf76

#aa76cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa76cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa76cf Color CSS Codes

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

#aa76cf Text Font Color

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

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


#aa76cf Background Color

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

This div background color is #aa76cf


#aa76cf Border Color

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

This div border color is #aa76cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa76cf


Comments

No comments written yet.

Please login to write comment.