color codes Logo

#aa6eea color codes

#AA6EEA
(170,110,234)
0 Favorites   0 Comments

Color spaces of #aa6eea

RGB 170110234
HSL0.750.750.67
HSV269°53°92°
CMYK 0.270.530.00   0.08
XYZ37.004825.638480.8402
Yxy25.63840.25790.1787
Hunter Lab50.634441.8419-59.2153
CIE-Lab57.692247.4595-54.0447

#aa6eea color RGB value is (170,110,234).

#aa6eea hex color red value is 170, green value is 110 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aa6eea hue: 0.75 , saturation: 0.75 and the lightness value of aa6eea is 0.67.

The process color (four color CMYK) of #aa6eea color code is 0.27, 0.53, 0.00, 0.08. Web safe color of #aa6eea is #9966ff. Color #aa6eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101110 11101010
Octal 252 156 352
Decimal 170 110 234
Hex AA 6E EA

RGB Percentages of Color #aa6eea

%33.07
%21.40
%45.53

CMYK Percentages of Color #aa6eea

%27
%53
%0
%8

Triadic Colors of #aa6eea

#aa6eea #eaaa6e #6eeaaa

Analogous Colors of #aa6eea

#aa6eea #e86eea #6e70ea

Monochromatic Colors of #aa6eea

#aa6eea

Complementary Color

#aa6eea #aeea6e

#aa6eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6eea Color CSS Codes

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

#aa6eea Text Font Color

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

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


#aa6eea Background Color

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

This div background color is #aa6eea


#aa6eea Border Color

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

This div border color is #aa6eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6eea


Comments

No comments written yet.

Please login to write comment.