color codes Logo

#aa63dd color codes

#AA63DD
(170,99,221)
0 Favorites   0 Comments

Color spaces of #aa63dd

RGB 17099221
HSL0.760.640.63
HSV275°55°87°
CMYK 0.230.550.00   0.13
XYZ34.090522.690270.9895
Yxy22.69020.26680.1776
Hunter Lab47.634244.3876-55.0162
CIE-Lab54.751850.2861-51.4377

#aa63dd color RGB value is (170,99,221).

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

The process color (four color CMYK) of #aa63dd color code is 0.23, 0.55, 0.00, 0.13. Web safe color of #aa63dd is #9966cc. Color #aa63dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100011 11011101
Octal 252 143 335
Decimal 170 99 221
Hex AA 63 DD

RGB Percentages of Color #aa63dd

%34.69
%20.20
%45.10

CMYK Percentages of Color #aa63dd

%23
%55
%0
%13

Triadic Colors of #aa63dd

#aa63dd #ddaa63 #63ddaa

Analogous Colors of #aa63dd

#aa63dd #dd63d3 #6d63dd

Monochromatic Colors of #aa63dd

#aa63dd

Complementary Color

#aa63dd #96dd63

#aa63dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa63dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa63dd Color CSS Codes

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

#aa63dd Text Font Color

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

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


#aa63dd Background Color

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

This div background color is #aa63dd


#aa63dd Border Color

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

This div border color is #aa63dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa63dd


Comments

No comments written yet.

Please login to write comment.