Color Hex Logo

#aa7fbf Color Hex

#AA7FBF
(170,127,191)
0 Favorites   0 Comments

Color spaces of #aa7fbf

RGB 170127191
HSL0.780.330.62
HSV280°34°75°
CMYK 0.110.340.00   0.25
XYZ33.570927.486452.8262
Yxy27.48640.29480.2414
Hunter Lab52.427522.5509-23.0417
CIE-Lab59.421928.3424-27.1167

#aa7fbf color RGB value is (170,127,191).

#aa7fbf hex color red value is 170, green value is 127 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aa7fbf hue: 0.78 , saturation: 0.33 and the lightness value of aa7fbf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111111 10111111
Octal 252 177 277
Decimal 170 127 191
Hex AA 7F BF

RGB Percentages of Color #aa7fbf

%34.84
%26.02
%39.14

CMYK Percentages of Color #aa7fbf

%11
%34
%0
%25

Triadic Colors of #aa7fbf

#aa7fbf #bfaa7f #7fbfaa

Analogous Colors of #aa7fbf

#aa7fbf #bf7fb4 #8a7fbf

Monochromatic Colors of #aa7fbf

#aa7fbf

Complementary Color

#aa7fbf #94bf7f

#aa7fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7fbf Color CSS Codes

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

#aa7fbf Text Font Color

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

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


#aa7fbf Background Color

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

This div background color is #aa7fbf


#aa7fbf Border Color

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

This div border color is #aa7fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7fbf


Comments

No comments written yet.

Please login to write comment.