Color Hex Logo

#aa6ece Color Hex

#AA6ECE
(170,110,206)
0 Favorites   0 Comments

Color spaces of #aa6ece

RGB 170110206
HSL0.770.490.62
HSV278°47°81°
CMYK 0.170.470.00   0.19
XYZ33.294124.154161.2999
Yxy24.15410.28040.2034
Hunter Lab49.146834.9164-39.5485
CIE-Lab56.241841.0757-40.5894

#aa6ece color RGB value is (170,110,206).

#aa6ece hex color red value is 170, green value is 110 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aa6ece hue: 0.77 , saturation: 0.49 and the lightness value of aa6ece is 0.62.

The process color (four color CMYK) of #aa6ece color hex is 0.17, 0.47, 0.00, 0.19. Web safe color of #aa6ece is #9966cc. Color #aa6ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101110 11001110
Octal 252 156 316
Decimal 170 110 206
Hex AA 6E CE

RGB Percentages of Color #aa6ece

%34.98
%22.63
%42.39

CMYK Percentages of Color #aa6ece

%17
%47
%0
%19

Triadic Colors of #aa6ece

#aa6ece #ceaa6e #6eceaa

Analogous Colors of #aa6ece

#aa6ece #ce6ec2 #7a6ece

Monochromatic Colors of #aa6ece

#aa6ece

Complementary Color

#aa6ece #92ce6e

#aa6ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6ece Color CSS Codes

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

#aa6ece Text Font Color

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

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


#aa6ece Background Color

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

This div background color is #aa6ece


#aa6ece Border Color

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

This div border color is #aa6ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6ece


Comments

No comments written yet.

Please login to write comment.