Color Hex Logo

#a66fdc Color Hex

#A66FDC
(166,111,220)
0 Favorites   0 Comments

Color spaces of #a66fdc

RGB 166111220
HSL0.750.610.65
HSV270°50°86°
CMYK 0.250.500.00   0.14
XYZ34.328624.643270.6574
Yxy24.64320.26480.1901
Hunter Lab49.641936.5638-49.6406
CIE-Lab56.726142.6013-47.7628

#a66fdc color RGB value is (166,111,220).

#a66fdc hex color red value is 166, green value is 111 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a66fdc hue: 0.75 , saturation: 0.61 and the lightness value of a66fdc is 0.65.

The process color (four color CMYK) of #a66fdc color hex is 0.25, 0.50, 0.00, 0.14. Web safe color of #a66fdc is #9966cc. Color #a66fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101111 11011100
Octal 246 157 334
Decimal 166 111 220
Hex A6 6F DC

RGB Percentages of Color #a66fdc

%33.40
%22.33
%44.27

CMYK Percentages of Color #a66fdc

%25
%50
%0
%14

Triadic Colors of #a66fdc

#a66fdc #dca66f #6fdca6

Analogous Colors of #a66fdc

#a66fdc #dc6fdc #706fdc

Monochromatic Colors of #a66fdc

#a66fdc

Complementary Color

#a66fdc #a5dc6f

#a66fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66fdc Color CSS Codes

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

#a66fdc Text Font Color

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

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


#a66fdc Background Color

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

This div background color is #a66fdc


#a66fdc Border Color

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

This div border color is #a66fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66fdc


Comments

No comments written yet.

Please login to write comment.