Color Hex Logo

#a66fdb Color Hex

#A66FDB
(166,111,219)
0 Favorites   0 Comments

Color spaces of #a66fdb

RGB 166111219
HSL0.750.600.65
HSV271°49°86°
CMYK 0.240.490.00   0.14
XYZ34.196524.590369.9619
Yxy24.59030.26560.1910
Hunter Lab49.588636.3142-48.9370
CIE-Lab56.674042.3684-47.2826

#a66fdb color RGB value is (166,111,219).

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

The process color (four color CMYK) of #a66fdb color hex is 0.24, 0.49, 0.00, 0.14. Web safe color of #a66fdb is #9966cc. Color #a66fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101111 11011011
Octal 246 157 333
Decimal 166 111 219
Hex A6 6F DB

RGB Percentages of Color #a66fdb

%33.47
%22.38
%44.15

CMYK Percentages of Color #a66fdb

%24
%49
%0
%14

Triadic Colors of #a66fdb

#a66fdb #dba66f #6fdba6

Analogous Colors of #a66fdb

#a66fdb #db6fda #706fdb

Monochromatic Colors of #a66fdb

#a66fdb

Complementary Color

#a66fdb #a4db6f

#a66fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66fdb Color CSS Codes

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

#a66fdb Text Font Color

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

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


#a66fdb Background Color

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

This div background color is #a66fdb


#a66fdb Border Color

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

This div border color is #a66fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66fdb


Comments

No comments written yet.

Please login to write comment.