Color Hex Logo

#aa6eff Color Hex

#AA6EFF
(170,110,255)
0 Favorites   0 Comments

Color spaces of #aa6eff

RGB 170110255
HSL0.741.000.72
HSV265°57°100°
CMYK 0.330.570.00   0.00
XYZ40.203526.917997.6845
Yxy26.91790.24390.1633
Hunter Lab51.882547.5246-75.3137
CIE-Lab58.898352.4914-63.7590

#aa6eff color RGB value is (170,110,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101110 11111111
Octal 252 156 377
Decimal 170 110 255
Hex AA 6E FF

RGB Percentages of Color #aa6eff

%31.78
%20.56
%47.66

CMYK Percentages of Color #aa6eff

%33
%57
%0
%0

Triadic Colors of #aa6eff

#aa6eff #ffaa6e #6effaa

Analogous Colors of #aa6eff

#aa6eff #f36eff #6e7bff

Monochromatic Colors of #aa6eff

#aa6eff

Complementary Color

#aa6eff #c3ff6e

#aa6eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6eff Color CSS Codes

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

#aa6eff Text Font Color

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

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


#aa6eff Background Color

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

This div background color is #aa6eff


#aa6eff Border Color

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

This div border color is #aa6eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6eff


Comments

No comments written yet.

Please login to write comment.