Color Hex Logo

#a660fe Color Hex

#A660FE
(166,96,254)
0 Favorites   0 Comments

Color spaces of #a660fe

RGB 16696254
HSL0.740.990.69
HSV267°62°100°
CMYK 0.350.620.00   0.00
XYZ37.798123.628596.3345
Yxy23.62850.23960.1498
Hunter Lab48.609253.7342-83.4756
CIE-Lab55.713958.5772-68.3565

#a660fe color RGB value is (166,96,254).

#a660fe hex color red value is 166, green value is 96 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a660fe hue: 0.74 , saturation: 0.99 and the lightness value of a660fe is 0.69.

The process color (four color CMYK) of #a660fe color hex is 0.35, 0.62, 0.00, 0.00. Web safe color of #a660fe is #9966ff. Color #a660fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100000 11111110
Octal 246 140 376
Decimal 166 96 254
Hex A6 60 FE

RGB Percentages of Color #a660fe

%32.17
%18.60
%49.22

CMYK Percentages of Color #a660fe

%35
%62
%0
%0

Triadic Colors of #a660fe

#a660fe #fea660 #60fea6

Analogous Colors of #a660fe

#a660fe #f560fe #6069fe

Monochromatic Colors of #a660fe

#a660fe

Complementary Color

#a660fe #b8fe60

#a660fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a660fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a660fe Color CSS Codes

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

#a660fe Text Font Color

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

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


#a660fe Background Color

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

This div background color is #a660fe


#a660fe Border Color

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

This div border color is #a660fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a660fe

Related Colors


Comments

No comments written yet.

Please login to write comment.