Color Hex Logo

#aa69de Color Hex

#AA69DE
(170,105,222)
0 Favorites   0 Comments

Color spaces of #aa69de

RGB 170105222
HSL0.760.640.64
HSV273°53°87°
CMYK 0.230.530.00   0.13
XYZ34.814023.923171.8900
Yxy23.92310.26650.1831
Hunter Lab48.911241.4579-52.9069
CIE-Lab56.010747.3553-49.9973

#aa69de color RGB value is (170,105,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101001 11011110
Octal 252 151 336
Decimal 170 105 222
Hex AA 69 DE

RGB Percentages of Color #aa69de

%34.21
%21.13
%44.67

CMYK Percentages of Color #aa69de

%23
%53
%0
%13

Triadic Colors of #aa69de

#aa69de #deaa69 #69deaa

Analogous Colors of #aa69de

#aa69de #de69d8 #7069de

Monochromatic Colors of #aa69de

#aa69de

Complementary Color

#aa69de #9dde69

#aa69de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa69de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa69de Color CSS Codes

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

#aa69de Text Font Color

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

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


#aa69de Background Color

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

This div background color is #aa69de


#aa69de Border Color

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

This div border color is #aa69de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa69de


Comments

No comments written yet.

Please login to write comment.