Color Hex Logo

#aa00ce Color Hex

#AA00CE
(170,0,206)
0 Favorites   0 Comments

Color spaces of #aa00ce

RGB 1700206
HSL0.801.000.40
HSV290°100°81°
CMYK 0.171.000.00   0.19
XYZ27.718113.002359.4413
Yxy13.00230.27670.1298
Hunter Lab36.058774.1091-72.4961
CIE-Lab42.766778.2676-62.1360

#aa00ce color RGB value is (170,0,206).

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

The process color (four color CMYK) of #aa00ce color hex is 0.17, 1.00, 0.00, 0.19. Web safe color of #aa00ce is #9900cc. Color #aa00ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000000 11001110
Octal 252 0 316
Decimal 170 0 206
Hex AA 0 CE

RGB Percentages of Color #aa00ce

%45.21
%0.00
%54.79

CMYK Percentages of Color #aa00ce

%17
%100
%0
%19

Triadic Colors of #aa00ce

#aa00ce #ceaa00 #00ceaa

Analogous Colors of #aa00ce

#aa00ce #ce008b #4300ce

Monochromatic Colors of #aa00ce

#aa00ce

Complementary Color

#aa00ce #24ce00

#aa00ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa00ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa00ce Color CSS Codes

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

#aa00ce Text Font Color

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

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


#aa00ce Background Color

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

This div background color is #aa00ce


#aa00ce Border Color

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

This div border color is #aa00ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa00ce


Comments

No comments written yet.

Please login to write comment.