Color Hex Logo

#aa68dd Color Hex

#AA68DD
(170,104,221)
0 Favorites   0 Comments

Color spaces of #aa68dd

RGB 170104221
HSL0.760.630.64
HSV274°53°87°
CMYK 0.230.530.00   0.13
XYZ34.579023.667171.1523
Yxy23.66710.26720.1829
Hunter Lab48.648841.7401-52.6615
CIE-Lab55.752947.6597-49.8440

#aa68dd color RGB value is (170,104,221).

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

The process color (four color CMYK) of #aa68dd color hex is 0.23, 0.53, 0.00, 0.13. Web safe color of #aa68dd is #9966cc. Color #aa68dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101000 11011101
Octal 252 150 335
Decimal 170 104 221
Hex AA 68 DD

RGB Percentages of Color #aa68dd

%34.34
%21.01
%44.65

CMYK Percentages of Color #aa68dd

%23
%53
%0
%13

Triadic Colors of #aa68dd

#aa68dd #ddaa68 #68ddaa

Analogous Colors of #aa68dd

#aa68dd #dd68d6 #7068dd

Monochromatic Colors of #aa68dd

#aa68dd

Complementary Color

#aa68dd #9bdd68

#aa68dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa68dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa68dd Color CSS Codes

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

#aa68dd Text Font Color

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

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


#aa68dd Background Color

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

This div background color is #aa68dd


#aa68dd Border Color

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

This div border color is #aa68dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa68dd


Comments

No comments written yet.

Please login to write comment.