Color Hex Logo

#aa4eff Color Hex

#AA4EFF
(170,78,255)
0 Favorites   0 Comments

Color spaces of #aa4eff

RGB 17078255
HSL0.751.000.65
HSV271°69°100°
CMYK 0.330.690.00   0.00
XYZ37.352021.214896.7339
Yxy21.21480.24050.1366
Hunter Lab46.059564.1505-92.2788
CIE-Lab53.183868.0307-72.9838

#aa4eff color RGB value is (170,78,255).

#aa4eff hex color red value is 170, green value is 78 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aa4eff hue: 0.75 , saturation: 1.00 and the lightness value of aa4eff is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001110 11111111
Octal 252 116 377
Decimal 170 78 255
Hex AA 4E FF

RGB Percentages of Color #aa4eff

%33.80
%15.51
%50.70

CMYK Percentages of Color #aa4eff

%33
%69
%0
%0

Triadic Colors of #aa4eff

#aa4eff #ffaa4e #4effaa

Analogous Colors of #aa4eff

#aa4eff #ff4efc #514eff

Monochromatic Colors of #aa4eff

#aa4eff

Complementary Color

#aa4eff #a3ff4e

#aa4eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4eff Color CSS Codes

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

#aa4eff Text Font Color

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

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


#aa4eff Background Color

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

This div background color is #aa4eff


#aa4eff Border Color

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

This div border color is #aa4eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,78,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aa4eff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4eff

Related Colors


Comments

No comments written yet.

Please login to write comment.