Color Hex Logo

#aa19fe Color Hex

#AA19FE
(170,25,254)
0 Favorites   0 Comments

Color spaces of #aa19fe

RGB 17025254
HSL0.770.990.55
HSV278°90°100°
CMYK 0.330.900.00   0.00
XYZ34.814616.397195.0959
Yxy16.39710.23800.1121
Hunter Lab40.493382.6041-110.8933
CIE-Lab47.491284.0793-81.7071

#aa19fe color RGB value is (170,25,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011001 11111110
Octal 252 31 376
Decimal 170 25 254
Hex AA 19 FE

RGB Percentages of Color #aa19fe

%37.86
%5.57
%56.57

CMYK Percentages of Color #aa19fe

%33
%90
%0
%0

Triadic Colors of #aa19fe

#aa19fe #feaa19 #19feaa

Analogous Colors of #aa19fe

#aa19fe #fe19e0 #3819fe

Monochromatic Colors of #aa19fe

#aa19fe

Complementary Color

#aa19fe #6dfe19

#aa19fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa19fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa19fe Color CSS Codes

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

#aa19fe Text Font Color

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

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


#aa19fe Background Color

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

This div background color is #aa19fe


#aa19fe Border Color

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

This div border color is #aa19fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa19fe

Related Colors


Comments

No comments written yet.

Please login to write comment.