Color Hex Logo

#aa40ce Color Hex

#AA40CE
(170,64,206)
0 Favorites   0 Comments

Color spaces of #aa40ce

RGB 17064206
HSL0.790.590.53
HSV285°69°81°
CMYK 0.170.690.00   0.19
XYZ29.551516.669160.0524
Yxy16.66910.27810.1569
Hunter Lab40.827857.7511-58.6284
CIE-Lab47.840463.5534-53.9466

#aa40ce color RGB value is (170,64,206).

#aa40ce hex color red value is 170, green value is 64 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aa40ce hue: 0.79 , saturation: 0.59 and the lightness value of aa40ce is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000000 11001110
Octal 252 100 316
Decimal 170 64 206
Hex AA 40 CE

RGB Percentages of Color #aa40ce

%38.64
%14.55
%46.82

CMYK Percentages of Color #aa40ce

%17
%69
%0
%19

Triadic Colors of #aa40ce

#aa40ce #ceaa40 #40ceaa

Analogous Colors of #aa40ce

#aa40ce #ce40ab #6340ce

Monochromatic Colors of #aa40ce

#aa40ce

Complementary Color

#aa40ce #64ce40

#aa40ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa40ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa40ce Color CSS Codes

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

#aa40ce Text Font Color

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

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


#aa40ce Background Color

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

This div background color is #aa40ce


#aa40ce Border Color

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

This div border color is #aa40ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa40ce


Comments

No comments written yet.

Please login to write comment.