Color Hex Logo

#aa6cde Color Hex

#AA6CDE
(170,108,222)
0 Favorites   0 Comments

Color spaces of #aa6cde

RGB 170108222
HSL0.760.630.65
HSV273°51°87°
CMYK 0.230.510.00   0.13
XYZ35.124924.545171.9936
Yxy24.54510.26680.1864
Hunter Lab49.543039.8523-51.4774
CIE-Lab56.629545.7500-49.0141

#aa6cde color RGB value is (170,108,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101100 11011110
Octal 252 154 336
Decimal 170 108 222
Hex AA 6C DE

RGB Percentages of Color #aa6cde

%34.00
%21.60
%44.40

CMYK Percentages of Color #aa6cde

%23
%51
%0
%13

Triadic Colors of #aa6cde

#aa6cde #deaa6c #6cdeaa

Analogous Colors of #aa6cde

#aa6cde #de6cd9 #716cde

Monochromatic Colors of #aa6cde

#aa6cde

Complementary Color

#aa6cde #a0de6c

#aa6cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6cde Color CSS Codes

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

#aa6cde Text Font Color

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

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


#aa6cde Background Color

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

This div background color is #aa6cde


#aa6cde Border Color

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

This div border color is #aa6cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6cde


Comments

No comments written yet.

Please login to write comment.