Color Hex Logo

#a66cfe Color Hex

#A66CFE
(166,108,254)
0 Favorites   0 Comments

Color spaces of #a66cfe

RGB 166108254
HSL0.730.990.71
HSV264°57°100°
CMYK 0.350.570.00   0.00
XYZ38.977825.987996.7277
Yxy25.98790.24110.1607
Hunter Lab50.978347.2682-76.8137
CIE-Lab58.025652.3993-64.6318

#a66cfe color RGB value is (166,108,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101100 11111110
Octal 246 154 376
Decimal 166 108 254
Hex A6 6C FE

RGB Percentages of Color #a66cfe

%31.44
%20.45
%48.11

CMYK Percentages of Color #a66cfe

%35
%57
%0
%0

Triadic Colors of #a66cfe

#a66cfe #fea66c #6cfea6

Analogous Colors of #a66cfe

#a66cfe #ef6cfe #6c7bfe

Monochromatic Colors of #a66cfe

#a66cfe

Complementary Color

#a66cfe #c4fe6c

#a66cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66cfe Color CSS Codes

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

#a66cfe Text Font Color

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

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


#a66cfe Background Color

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

This div background color is #a66cfe


#a66cfe Border Color

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

This div border color is #a66cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.