Color Hex Logo

#aa5ffe Color Hex

#AA5FFE
(170,95,254)
0 Favorites   0 Comments

Color spaces of #aa5ffe

RGB 17095254
HSL0.750.990.68
HSV268°63°100°
CMYK 0.330.630.00   0.00
XYZ38.559223.886296.3441
Yxy23.88620.24280.1504
Hunter Lab48.873555.3006-82.6666
CIE-Lab55.973759.9091-67.9150

#aa5ffe color RGB value is (170,95,254).

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

The process color (four color CMYK) of #aa5ffe color hex is 0.33, 0.63, 0.00, 0.00. Web safe color of #aa5ffe is #9966ff. Color #aa5ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011111 11111110
Octal 252 137 376
Decimal 170 95 254
Hex AA 5F FE

RGB Percentages of Color #aa5ffe

%32.76
%18.30
%48.94

CMYK Percentages of Color #aa5ffe

%33
%63
%0
%0

Triadic Colors of #aa5ffe

#aa5ffe #feaa5f #5ffeaa

Analogous Colors of #aa5ffe

#aa5ffe #fa5ffe #5f63fe

Monochromatic Colors of #aa5ffe

#aa5ffe

Complementary Color

#aa5ffe #b3fe5f

#aa5ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5ffe Color CSS Codes

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

#aa5ffe Text Font Color

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

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


#aa5ffe Background Color

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

This div background color is #aa5ffe


#aa5ffe Border Color

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

This div border color is #aa5ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5ffe


Comments

No comments written yet.

Please login to write comment.