Color Hex Logo

#aa63ee Color Hex

#AA63EE
(170,99,238)
0 Favorites   0 Comments

Color spaces of #aa63ee

RGB 17099238
HSL0.750.800.66
HSV271°58°93°
CMYK 0.290.580.00   0.07
XYZ36.472023.642883.5301
Yxy23.64280.25390.1646
Hunter Lab48.623948.7983-67.8166
CIE-Lab55.728454.1636-59.4175

#aa63ee color RGB value is (170,99,238).

#aa63ee hex color red value is 170, green value is 99 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aa63ee hue: 0.75 , saturation: 0.80 and the lightness value of aa63ee is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100011 11101110
Octal 252 143 356
Decimal 170 99 238
Hex AA 63 EE

RGB Percentages of Color #aa63ee

%33.53
%19.53
%46.94

CMYK Percentages of Color #aa63ee

%29
%58
%0
%7

Triadic Colors of #aa63ee

#aa63ee #eeaa63 #63eeaa

Analogous Colors of #aa63ee

#aa63ee #ee63ed #6563ee

Monochromatic Colors of #aa63ee

#aa63ee

Complementary Color

#aa63ee #a7ee63

#aa63ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa63ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa63ee Color CSS Codes

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

#aa63ee Text Font Color

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

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


#aa63ee Background Color

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

This div background color is #aa63ee


#aa63ee Border Color

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

This div border color is #aa63ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa63ee


Comments

No comments written yet.

Please login to write comment.