Color Hex Logo

#aa79ba Color Hex

#AA79BA
(170,121,186)
0 Favorites   0 Comments

Color spaces of #aa79ba

RGB 170121186
HSL0.790.320.60
HSV285°35°73°
CMYK 0.090.350.00   0.27
XYZ32.277925.766049.7265
Yxy25.76600.29950.2391
Hunter Lab50.760224.6759-22.5504
CIE-Lab57.814330.6745-26.7524

#aa79ba color RGB value is (170,121,186).

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

The process color (four color CMYK) of #aa79ba color hex is 0.09, 0.35, 0.00, 0.27. Web safe color of #aa79ba is #9966cc. Color #aa79ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111001 10111010
Octal 252 171 272
Decimal 170 121 186
Hex AA 79 BA

RGB Percentages of Color #aa79ba

%35.64
%25.37
%38.99

CMYK Percentages of Color #aa79ba

%9
%35
%0
%27

Triadic Colors of #aa79ba

#aa79ba #baaa79 #79baaa

Analogous Colors of #aa79ba

#aa79ba #ba79aa #8a79ba

Monochromatic Colors of #aa79ba

#aa79ba

Complementary Color

#aa79ba #89ba79

#aa79ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa79ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa79ba Color CSS Codes

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

#aa79ba Text Font Color

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

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


#aa79ba Background Color

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

This div background color is #aa79ba


#aa79ba Border Color

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

This div border color is #aa79ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa79ba


Comments

No comments written yet.

Please login to write comment.