Color Hex Logo

#aa70fb Color Hex

#AA70FB
(170,112,251)
0 Favorites   0 Comments

Color spaces of #aa70fb

RGB 170112251
HSL0.740.950.71
HSV265°55°98°
CMYK 0.320.550.00   0.02
XYZ39.784327.099494.4006
Yxy27.09940.24670.1680
Hunter Lab52.057145.3176-71.0769
CIE-Lab59.066250.4584-61.2832

#aa70fb color RGB value is (170,112,251).

#aa70fb hex color red value is 170, green value is 112 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #aa70fb hue: 0.74 , saturation: 0.95 and the lightness value of aa70fb is 0.71.

The process color (four color CMYK) of #aa70fb color hex is 0.32, 0.55, 0.00, 0.02. Web safe color of #aa70fb is #9966ff. Color #aa70fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110000 11111011
Octal 252 160 373
Decimal 170 112 251
Hex AA 70 FB

RGB Percentages of Color #aa70fb

%31.89
%21.01
%47.09

CMYK Percentages of Color #aa70fb

%32
%55
%0
%2

Triadic Colors of #aa70fb

#aa70fb #fbaa70 #70fbaa

Analogous Colors of #aa70fb

#aa70fb #f070fb #707cfb

Monochromatic Colors of #aa70fb

#aa70fb

Complementary Color

#aa70fb #c1fb70

#aa70fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa70fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa70fb Color CSS Codes

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

#aa70fb Text Font Color

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

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


#aa70fb Background Color

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

This div background color is #aa70fb


#aa70fb Border Color

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

This div border color is #aa70fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa70fb

Related Colors


Comments

No comments written yet.

Please login to write comment.