Color Hex Logo

#a660cd Color Hex

#A660CD
(166,96,205)
0 Favorites   0 Comments

Color spaces of #a660cd

RGB 16696205
HSL0.770.520.59
HSV279°53°80°
CMYK 0.190.530.00   0.20
XYZ30.928220.880560.1579
Yxy20.88050.27620.1865
Hunter Lab45.695240.8489-46.0689
CIE-Lab52.818547.2765-45.4597

#a660cd color RGB value is (166,96,205).

#a660cd hex color red value is 166, green value is 96 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a660cd hue: 0.77 , saturation: 0.52 and the lightness value of a660cd is 0.59.

The process color (four color CMYK) of #a660cd color hex is 0.19, 0.53, 0.00, 0.20. Web safe color of #a660cd is #9966cc. Color #a660cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100000 11001101
Octal 246 140 315
Decimal 166 96 205
Hex A6 60 CD

RGB Percentages of Color #a660cd

%35.55
%20.56
%43.90

CMYK Percentages of Color #a660cd

%19
%53
%0
%20

Triadic Colors of #a660cd

#a660cd #cda660 #60cda6

Analogous Colors of #a660cd

#a660cd #cd60be #7060cd

Monochromatic Colors of #a660cd

#a660cd

Complementary Color

#a660cd #87cd60

#a660cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a660cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a660cd Color CSS Codes

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

#a660cd Text Font Color

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

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


#a660cd Background Color

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

This div background color is #a660cd


#a660cd Border Color

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

This div border color is #a660cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,96,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a660cd


Comments

No comments written yet.

Please login to write comment.