Color Hex Logo

#aa7bbf Color Hex

#AA7BBF
(170,123,191)
0 Favorites   0 Comments

Color spaces of #aa7bbf

RGB 170123191
HSL0.780.350.62
HSV281°36°75°
CMYK 0.110.360.00   0.25
XYZ33.064526.473652.6574
Yxy26.47360.29470.2360
Hunter Lab51.452524.6661-24.6617
CIE-Lab58.483930.5992-28.5663

#aa7bbf color RGB value is (170,123,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111011 10111111
Octal 252 173 277
Decimal 170 123 191
Hex AA 7B BF

RGB Percentages of Color #aa7bbf

%35.12
%25.41
%39.46

CMYK Percentages of Color #aa7bbf

%11
%36
%0
%25

Triadic Colors of #aa7bbf

#aa7bbf #bfaa7b #7bbfaa

Analogous Colors of #aa7bbf

#aa7bbf #bf7bb2 #887bbf

Monochromatic Colors of #aa7bbf

#aa7bbf

Complementary Color

#aa7bbf #90bf7b

#aa7bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7bbf Color CSS Codes

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

#aa7bbf Text Font Color

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

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


#aa7bbf Background Color

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

This div background color is #aa7bbf


#aa7bbf Border Color

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

This div border color is #aa7bbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,123,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 #aa7bbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7bbf


Comments

No comments written yet.

Please login to write comment.