Color Hex Logo

#a666fe Color Hex

#A666FE
(166,102,254)
0 Favorites   0 Comments

Color spaces of #a666fe

RGB 166102254
HSL0.740.990.70
HSV265°60°100°
CMYK 0.350.600.00   0.00
XYZ38.366624.765596.5240
Yxy24.76550.24030.1551
Hunter Lab49.764950.5270-80.1633
CIE-Lab56.846255.5308-66.5301

#a666fe color RGB value is (166,102,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100110 11111110
Octal 246 146 376
Decimal 166 102 254
Hex A6 66 FE

RGB Percentages of Color #a666fe

%31.80
%19.54
%48.66

CMYK Percentages of Color #a666fe

%35
%60
%0
%0

Triadic Colors of #a666fe

#a666fe #fea666 #66fea6

Analogous Colors of #a666fe

#a666fe #f266fe #6672fe

Monochromatic Colors of #a666fe

#a666fe

Complementary Color

#a666fe #befe66

#a666fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a666fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a666fe Color CSS Codes

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

#a666fe Text Font Color

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

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


#a666fe Background Color

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

This div background color is #a666fe


#a666fe Border Color

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

This div border color is #a666fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a666fe

Related Colors


Comments

No comments written yet.

Please login to write comment.