Color Hex Logo

#aa79ce Color Hex

#AA79CE
(170,121,206)
0 Favorites   0 Comments

Color spaces of #aa79ce

RGB 170121206
HSL0.760.460.64
HSV275°41°81°
CMYK 0.170.410.00   0.19
XYZ34.555526.677061.7204
Yxy26.67700.28100.2170
Hunter Lab51.649829.0356-34.6955
CIE-Lab58.674234.9873-36.7724

#aa79ce color RGB value is (170,121,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111001 11001110
Octal 252 171 316
Decimal 170 121 206
Hex AA 79 CE

RGB Percentages of Color #aa79ce

%34.21
%24.35
%41.45

CMYK Percentages of Color #aa79ce

%17
%41
%0
%19

Triadic Colors of #aa79ce

#aa79ce #ceaa79 #79ceaa

Analogous Colors of #aa79ce

#aa79ce #ce79c8 #8079ce

Monochromatic Colors of #aa79ce

#aa79ce

Complementary Color

#aa79ce #9dce79

#aa79ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa79ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa79ce Color CSS Codes

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

#aa79ce Text Font Color

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

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


#aa79ce Background Color

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

This div background color is #aa79ce


#aa79ce Border Color

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

This div border color is #aa79ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa79ce


Comments

No comments written yet.

Please login to write comment.