Color Hex Logo

#aa5eea Color Hex

#AA5EEA
(170,94,234)
0 Favorites   0 Comments

Color spaces of #aa5eea

RGB 17094234
HSL0.760.770.64
HSV273°60°92°
CMYK 0.270.600.00   0.08
XYZ35.431622.492080.3158
Yxy22.49200.25630.1627
Hunter Lab47.425750.3617-67.2100
CIE-Lab54.545255.7754-59.0782

#aa5eea color RGB value is (170,94,234).

#aa5eea hex color red value is 170, green value is 94 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aa5eea hue: 0.76 , saturation: 0.77 and the lightness value of aa5eea is 0.64.

The process color (four color CMYK) of #aa5eea color hex is 0.27, 0.60, 0.00, 0.08. Web safe color of #aa5eea is #9966ff. Color #aa5eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011110 11101010
Octal 252 136 352
Decimal 170 94 234
Hex AA 5E EA

RGB Percentages of Color #aa5eea

%34.14
%18.88
%46.99

CMYK Percentages of Color #aa5eea

%27
%60
%0
%8

Triadic Colors of #aa5eea

#aa5eea #eaaa5e #5eeaaa

Analogous Colors of #aa5eea

#aa5eea #ea5ee4 #645eea

Monochromatic Colors of #aa5eea

#aa5eea

Complementary Color

#aa5eea #9eea5e

#aa5eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5eea Color CSS Codes

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

#aa5eea Text Font Color

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

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


#aa5eea Background Color

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

This div background color is #aa5eea


#aa5eea Border Color

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

This div border color is #aa5eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5eea


Comments

No comments written yet.

Please login to write comment.