Color Hex Logo

#aa7bbd Color Hex

#AA7BBD
(170,123,189)
0 Favorites   0 Comments

Color spaces of #aa7bbd

RGB 170123189
HSL0.790.330.61
HSV283°35°74°
CMYK 0.100.350.00   0.26
XYZ32.845826.386151.5060
Yxy26.38610.29660.2383
Hunter Lab51.367424.2451-23.4928
CIE-Lab58.401730.1763-27.5553

#aa7bbd color RGB value is (170,123,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111011 10111101
Octal 252 173 275
Decimal 170 123 189
Hex AA 7B BD

RGB Percentages of Color #aa7bbd

%35.27
%25.52
%39.21

CMYK Percentages of Color #aa7bbd

%10
%35
%0
%26

Triadic Colors of #aa7bbd

#aa7bbd #bdaa7b #7bbdaa

Analogous Colors of #aa7bbd

#aa7bbd #bd7baf #897bbd

Monochromatic Colors of #aa7bbd

#aa7bbd

Complementary Color

#aa7bbd #8ebd7b

#aa7bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7bbd Color CSS Codes

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

#aa7bbd Text Font Color

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

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


#aa7bbd Background Color

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

This div background color is #aa7bbd


#aa7bbd Border Color

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

This div border color is #aa7bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7bbd


Comments

No comments written yet.

Please login to write comment.