Color Hex Logo

#a660cf Color Hex

#A660CF
(166,96,207)
0 Favorites   0 Comments

Color spaces of #a660cf

RGB 16696207
HSL0.770.540.59
HSV278°54°81°
CMYK 0.200.540.00   0.19
XYZ31.171220.977761.4377
Yxy20.97770.27440.1847
Hunter Lab45.801441.3298-47.4702
CIE-Lab52.925147.7153-46.4315

#a660cf color RGB value is (166,96,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100000 11001111
Octal 246 140 317
Decimal 166 96 207
Hex A6 60 CF

RGB Percentages of Color #a660cf

%35.39
%20.47
%44.14

CMYK Percentages of Color #a660cf

%20
%54
%0
%19

Triadic Colors of #a660cf

#a660cf #cfa660 #60cfa6

Analogous Colors of #a660cf

#a660cf #cf60c1 #6f60cf

Monochromatic Colors of #a660cf

#a660cf

Complementary Color

#a660cf #89cf60

#a660cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a660cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a660cf Color CSS Codes

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

#a660cf Text Font Color

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

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


#a660cf Background Color

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

This div background color is #a660cf


#a660cf Border Color

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

This div border color is #a660cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a660cf


Comments

No comments written yet.

Please login to write comment.