Color Hex Logo

#aa70fe Color Hex

#AA70FE
(170,112,254)
0 Favorites   0 Comments

Color spaces of #aa70fe

RGB 170112254
HSL0.730.990.72
HSV265°56°100°
CMYK 0.330.560.00   0.00
XYZ40.261127.290196.9115
Yxy27.29010.24480.1659
Hunter Lab52.239946.1494-73.4223
CIE-Lab59.241951.1894-62.6564

#aa70fe color RGB value is (170,112,254).

#aa70fe hex color red value is 170, green value is 112 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #aa70fe hue: 0.73 , saturation: 0.99 and the lightness value of aa70fe is 0.72.

The process color (four color CMYK) of #aa70fe color hex is 0.33, 0.56, 0.00, 0.00. Web safe color of #aa70fe is #9966ff. Color #aa70fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110000 11111110
Octal 252 160 376
Decimal 170 112 254
Hex AA 70 FE

RGB Percentages of Color #aa70fe

%31.72
%20.90
%47.39

CMYK Percentages of Color #aa70fe

%33
%56
%0
%0

Triadic Colors of #aa70fe

#aa70fe #feaa70 #70feaa

Analogous Colors of #aa70fe

#aa70fe #f170fe #707dfe

Monochromatic Colors of #aa70fe

#aa70fe

Complementary Color

#aa70fe #c4fe70

#aa70fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa70fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa70fe Color CSS Codes

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

#aa70fe Text Font Color

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

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


#aa70fe Background Color

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

This div background color is #aa70fe


#aa70fe Border Color

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

This div border color is #aa70fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa70fe

Related Colors


Comments

No comments written yet.

Please login to write comment.