Color Hex Logo

#aa79be Color Hex

#AA79BE
(170,121,190)
0 Favorites   0 Comments

Color spaces of #aa79be

RGB 170121190
HSL0.790.350.61
HSV283°36°75°
CMYK 0.110.360.00   0.25
XYZ32.709225.938551.9979
Yxy25.93850.29560.2344
Hunter Lab50.929925.5126-24.8825
CIE-Lab57.978631.5129-28.7793

#aa79be color RGB value is (170,121,190).

#aa79be hex color red value is 170, green value is 121 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aa79be hue: 0.79 , saturation: 0.35 and the lightness value of aa79be is 0.61.

The process color (four color CMYK) of #aa79be color hex is 0.11, 0.36, 0.00, 0.25. Web safe color of #aa79be is #9966cc. Color #aa79be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111001 10111110
Octal 252 171 276
Decimal 170 121 190
Hex AA 79 BE

RGB Percentages of Color #aa79be

%35.34
%25.16
%39.50

CMYK Percentages of Color #aa79be

%11
%36
%0
%25

Triadic Colors of #aa79be

#aa79be #beaa79 #79beaa

Analogous Colors of #aa79be

#aa79be #be79b0 #8879be

Monochromatic Colors of #aa79be

#aa79be

Complementary Color

#aa79be #8dbe79

#aa79be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa79be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa79be Color CSS Codes

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

#aa79be Text Font Color

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

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


#aa79be Background Color

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

This div background color is #aa79be


#aa79be Border Color

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

This div border color is #aa79be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa79be


Comments

No comments written yet.

Please login to write comment.