Color Hex Logo

#aa06fe Color Hex

#AA06FE
(170,6,254)
0 Favorites   0 Comments

Color spaces of #aa06fe

RGB 1706254
HSL0.780.990.51
HSV280°98°100°
CMYK 0.330.980.00   0.00
XYZ34.532115.832195.0018
Yxy15.83210.23760.1089
Hunter Lab39.789685.2827-113.7084
CIE-Lab46.753486.2892-82.9161

#aa06fe color RGB value is (170,6,254).

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

The process color (four color CMYK) of #aa06fe color hex is 0.33, 0.98, 0.00, 0.00. Web safe color of #aa06fe is #9900ff. Color #aa06fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000110 11111110
Octal 252 6 376
Decimal 170 6 254
Hex AA 6 FE

RGB Percentages of Color #aa06fe

%39.53
%1.40
%59.07

CMYK Percentages of Color #aa06fe

%33
%98
%0
%0

Triadic Colors of #aa06fe

#aa06fe #feaa06 #06feaa

Analogous Colors of #aa06fe

#aa06fe #fe06d6 #2e06fe

Monochromatic Colors of #aa06fe

#aa06fe

Complementary Color

#aa06fe #5afe06

#aa06fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa06fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa06fe Color CSS Codes

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

#aa06fe Text Font Color

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

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


#aa06fe Background Color

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

This div background color is #aa06fe


#aa06fe Border Color

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

This div border color is #aa06fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa06fe

Related Colors


Comments

No comments written yet.

Please login to write comment.