Color Hex Logo

#a660de Color Hex

#A660DE
(166,96,222)
0 Favorites   0 Comments

Color spaces of #a660de

RGB 16696222
HSL0.760.660.62
HSV273°57°87°
CMYK 0.250.570.00   0.13
XYZ33.093621.746771.5605
Yxy21.74670.26180.1720
Hunter Lab46.633445.0651-58.3392
CIE-Lab53.757251.0760-53.6162

#a660de color RGB value is (166,96,222).

#a660de hex color red value is 166, green value is 96 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a660de hue: 0.76 , saturation: 0.66 and the lightness value of a660de is 0.62.

The process color (four color CMYK) of #a660de color hex is 0.25, 0.57, 0.00, 0.13. Web safe color of #a660de is #9966cc. Color #a660de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100000 11011110
Octal 246 140 336
Decimal 166 96 222
Hex A6 60 DE

RGB Percentages of Color #a660de

%34.30
%19.83
%45.87

CMYK Percentages of Color #a660de

%25
%57
%0
%13

Triadic Colors of #a660de

#a660de #dea660 #60dea6

Analogous Colors of #a660de

#a660de #de60d7 #6760de

Monochromatic Colors of #a660de

#a660de

Complementary Color

#a660de #98de60

#a660de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a660de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a660de Color CSS Codes

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

#a660de Text Font Color

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

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


#a660de Background Color

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

This div background color is #a660de


#a660de Border Color

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

This div border color is #a660de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a660de


Comments

No comments written yet.

Please login to write comment.