Color Hex Logo

#a66dee Color Hex

#A66DEE
(166,109,238)
0 Favorites   0 Comments

Color spaces of #a66dee

RGB 166109238
HSL0.740.790.68
HSV267°54°93°
CMYK 0.300.540.00   0.07
XYZ36.627125.217383.8259
Yxy25.21730.25140.1731
Hunter Lab50.216842.3147-63.8198
CIE-Lab57.286547.9617-56.9468

#a66dee color RGB value is (166,109,238).

#a66dee hex color red value is 166, green value is 109 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a66dee hue: 0.74 , saturation: 0.79 and the lightness value of a66dee is 0.68.

The process color (four color CMYK) of #a66dee color hex is 0.30, 0.54, 0.00, 0.07. Web safe color of #a66dee is #9966ff. Color #a66dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101101 11101110
Octal 246 155 356
Decimal 166 109 238
Hex A6 6D EE

RGB Percentages of Color #a66dee

%32.36
%21.25
%46.39

CMYK Percentages of Color #a66dee

%30
%54
%0
%7

Triadic Colors of #a66dee

#a66dee #eea66d #6deea6

Analogous Colors of #a66dee

#a66dee #e76dee #6d75ee

Monochromatic Colors of #a66dee

#a66dee

Complementary Color

#a66dee #b5ee6d

#a66dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66dee Color CSS Codes

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

#a66dee Text Font Color

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

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


#a66dee Background Color

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

This div background color is #a66dee


#a66dee Border Color

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

This div border color is #a66dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66dee


Comments

No comments written yet.

Please login to write comment.