Color Hex Logo

#a66ddb Color Hex

#A66DDB
(166,109,219)
0 Favorites   0 Comments

Color spaces of #a66ddb

RGB 166109219
HSL0.750.600.64
HSV271°50°86°
CMYK 0.240.500.00   0.14
XYZ33.980724.158769.8900
Yxy24.15870.26540.1887
Hunter Lab49.151537.3902-49.9002
CIE-Lab56.246343.4623-47.9609

#a66ddb color RGB value is (166,109,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101101 11011011
Octal 246 155 333
Decimal 166 109 219
Hex A6 6D DB

RGB Percentages of Color #a66ddb

%33.60
%22.06
%44.33

CMYK Percentages of Color #a66ddb

%24
%50
%0
%14

Triadic Colors of #a66ddb

#a66ddb #dba66d #6ddba6

Analogous Colors of #a66ddb

#a66ddb #db6dd9 #6f6ddb

Monochromatic Colors of #a66ddb

#a66ddb

Complementary Color

#a66ddb #a2db6d

#a66ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66ddb Color CSS Codes

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

#a66ddb Text Font Color

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

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


#a66ddb Background Color

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

This div background color is #a66ddb


#a66ddb Border Color

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

This div border color is #a66ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66ddb


Comments

No comments written yet.

Please login to write comment.