Color Hex Logo

#aa50ee Color Hex

#AA50EE
(170,80,238)
0 Favorites   0 Comments

Color spaces of #aa50ee

RGB 17080238
HSL0.760.820.62
HSV274°66°93°
CMYK 0.290.660.00   0.07
XYZ34.878820.456482.9991
Yxy20.45640.25210.1479
Hunter Lab45.228858.5025-77.1427
CIE-Lab52.349463.3589-64.8546

#aa50ee color RGB value is (170,80,238).

#aa50ee hex color red value is 170, green value is 80 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aa50ee hue: 0.76 , saturation: 0.82 and the lightness value of aa50ee is 0.62.

The process color (four color CMYK) of #aa50ee color hex is 0.29, 0.66, 0.00, 0.07. Web safe color of #aa50ee is #9966ff. Color #aa50ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010000 11101110
Octal 252 120 356
Decimal 170 80 238
Hex AA 50 EE

RGB Percentages of Color #aa50ee

%34.84
%16.39
%48.77

CMYK Percentages of Color #aa50ee

%29
%66
%0
%7

Triadic Colors of #aa50ee

#aa50ee #eeaa50 #50eeaa

Analogous Colors of #aa50ee

#aa50ee #ee50e3 #5b50ee

Monochromatic Colors of #aa50ee

#aa50ee

Complementary Color

#aa50ee #94ee50

#aa50ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa50ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa50ee Color CSS Codes

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

#aa50ee Text Font Color

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

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


#aa50ee Background Color

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

This div background color is #aa50ee


#aa50ee Border Color

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

This div border color is #aa50ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa50ee


Comments

No comments written yet.

Please login to write comment.