Color Hex Logo

#aa79eb Color Hex

#AA79EB
(170,121,235)
0 Favorites   0 Comments

Color spaces of #aa79eb

RGB 170121235
HSL0.740.740.70
HSV266°49°92°
CMYK 0.280.490.00   0.08
XYZ38.410328.219082.0196
Yxy28.21900.25840.1898
Hunter Lab53.121636.1042-54.3586
CIE-Lab60.086141.7062-50.7938

#aa79eb color RGB value is (170,121,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111001 11101011
Octal 252 171 353
Decimal 170 121 235
Hex AA 79 EB

RGB Percentages of Color #aa79eb

%32.32
%23.00
%44.68

CMYK Percentages of Color #aa79eb

%28
%49
%0
%8

Triadic Colors of #aa79eb

#aa79eb #ebaa79 #79ebaa

Analogous Colors of #aa79eb

#aa79eb #e379eb #7981eb

Monochromatic Colors of #aa79eb

#aa79eb

Complementary Color

#aa79eb #baeb79

#aa79eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa79eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa79eb Color CSS Codes

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

#aa79eb Text Font Color

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

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


#aa79eb Background Color

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

This div background color is #aa79eb


#aa79eb Border Color

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

This div border color is #aa79eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa79eb


Comments

No comments written yet.

Please login to write comment.