Color Hex Logo

#aa79ec Color Hex

#AA79EC
(170,121,236)
0 Favorites   0 Comments

Color spaces of #aa79ec

RGB 170121236
HSL0.740.750.70
HSV266°49°93°
CMYK 0.280.490.00   0.07
XYZ38.555328.276982.7828
Yxy28.27690.25770.1890
Hunter Lab53.176036.3634-55.0776
CIE-Lab60.138141.9466-51.2669

#aa79ec color RGB value is (170,121,236).

#aa79ec hex color red value is 170, green value is 121 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #aa79ec hue: 0.74 , saturation: 0.75 and the lightness value of aa79ec is 0.70.

The process color (four color CMYK) of #aa79ec color hex is 0.28, 0.49, 0.00, 0.07. Web safe color of #aa79ec is #9966ff. Color #aa79ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111001 11101100
Octal 252 171 354
Decimal 170 121 236
Hex AA 79 EC

RGB Percentages of Color #aa79ec

%32.26
%22.96
%44.78

CMYK Percentages of Color #aa79ec

%28
%49
%0
%7

Triadic Colors of #aa79ec

#aa79ec #ecaa79 #79ecaa

Analogous Colors of #aa79ec

#aa79ec #e479ec #7982ec

Monochromatic Colors of #aa79ec

#aa79ec

Complementary Color

#aa79ec #bbec79

#aa79ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa79ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa79ec Color CSS Codes

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

#aa79ec Text Font Color

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

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


#aa79ec Background Color

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

This div background color is #aa79ec


#aa79ec Border Color

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

This div border color is #aa79ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa79ec


Comments

No comments written yet.

Please login to write comment.