Color Hex Logo

#aa79bd Color Hex

#AA79BD
(170,121,189)
0 Favorites   0 Comments

Color spaces of #aa79bd

RGB 170121189
HSL0.790.340.61
HSV283°36°74°
CMYK 0.100.360.00   0.26
XYZ32.600225.894951.4241
Yxy25.89490.29660.2356
Hunter Lab50.887025.3017-24.2948
CIE-Lab57.937231.3021-28.2736

#aa79bd color RGB value is (170,121,189).

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

The process color (four color CMYK) of #aa79bd color hex is 0.10, 0.36, 0.00, 0.26. Web safe color of #aa79bd is #9966cc. Color #aa79bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111001 10111101
Octal 252 171 275
Decimal 170 121 189
Hex AA 79 BD

RGB Percentages of Color #aa79bd

%35.42
%25.21
%39.38

CMYK Percentages of Color #aa79bd

%10
%36
%0
%26

Triadic Colors of #aa79bd

#aa79bd #bdaa79 #79bdaa

Analogous Colors of #aa79bd

#aa79bd #bd79ae #8879bd

Monochromatic Colors of #aa79bd

#aa79bd

Complementary Color

#aa79bd #8cbd79

#aa79bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa79bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa79bd Color CSS Codes

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

#aa79bd Text Font Color

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

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


#aa79bd Background Color

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

This div background color is #aa79bd


#aa79bd Border Color

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

This div border color is #aa79bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa79bd


Comments

No comments written yet.

Please login to write comment.