Color Hex Logo

#aa70bb Color Hex

#AA70BB
(170,112,187)
0 Favorites   0 Comments

Color spaces of #aa70bb

RGB 170112187
HSL0.800.360.59
HSV286°40°73°
CMYK 0.090.400.00   0.27
XYZ31.341423.722249.9407
Yxy23.72220.29850.2259
Hunter Lab48.705429.6282-26.6999
CIE-Lab55.808635.9129-30.4313

#aa70bb color RGB value is (170,112,187).

#aa70bb hex color red value is 170, green value is 112 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aa70bb hue: 0.80 , saturation: 0.36 and the lightness value of aa70bb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110000 10111011
Octal 252 160 273
Decimal 170 112 187
Hex AA 70 BB

RGB Percentages of Color #aa70bb

%36.25
%23.88
%39.87

CMYK Percentages of Color #aa70bb

%9
%40
%0
%27

Triadic Colors of #aa70bb

#aa70bb #bbaa70 #70bbaa

Analogous Colors of #aa70bb

#aa70bb #bb70a7 #8570bb

Monochromatic Colors of #aa70bb

#aa70bb

Complementary Color

#aa70bb #81bb70

#aa70bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa70bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa70bb Color CSS Codes

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

#aa70bb Text Font Color

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

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


#aa70bb Background Color

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

This div background color is #aa70bb


#aa70bb Border Color

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

This div border color is #aa70bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa70bb


Comments

No comments written yet.

Please login to write comment.