Color Hex Logo

#aa1ace Color Hex

#AA1ACE
(170,26,206)
0 Favorites   0 Comments

Color spaces of #aa1ace

RGB 17026206
HSL0.800.780.45
HSV288°87°81°
CMYK 0.170.870.00   0.19
XYZ28.087513.741159.5644
Yxy13.74110.27700.1355
Hunter Lab37.069070.3803-69.3220
CIE-Lab43.859375.0245-60.3650

#aa1ace color RGB value is (170,26,206).

#aa1ace hex color red value is 170, green value is 26 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aa1ace hue: 0.80 , saturation: 0.78 and the lightness value of aa1ace is 0.45.

The process color (four color CMYK) of #aa1ace color hex is 0.17, 0.87, 0.00, 0.19. Web safe color of #aa1ace is #9933cc. Color #aa1ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011010 11001110
Octal 252 32 316
Decimal 170 26 206
Hex AA 1A CE

RGB Percentages of Color #aa1ace

%42.29
%6.47
%51.24

CMYK Percentages of Color #aa1ace

%17
%87
%0
%19

Triadic Colors of #aa1ace

#aa1ace #ceaa1a #1aceaa

Analogous Colors of #aa1ace

#aa1ace #ce1a98 #501ace

Monochromatic Colors of #aa1ace

#aa1ace

Complementary Color

#aa1ace #3ece1a

#aa1ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1ace Color CSS Codes

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

#aa1ace Text Font Color

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

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


#aa1ace Background Color

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

This div background color is #aa1ace


#aa1ace Border Color

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

This div border color is #aa1ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1ace


Comments

No comments written yet.

Please login to write comment.