Color Hex Logo

#a66ecb Color Hex

#A66ECB
(166,110,203)
0 Favorites   0 Comments

Color spaces of #a66ecb

RGB 166110203
HSL0.770.470.61
HSV276°46°80°
CMYK 0.180.460.00   0.20
XYZ32.081323.570659.3586
Yxy23.57060.27890.2049
Hunter Lab48.549632.9901-38.5056
CIE-Lab55.655339.2708-39.8385

#a66ecb color RGB value is (166,110,203).

#a66ecb hex color red value is 166, green value is 110 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a66ecb hue: 0.77 , saturation: 0.47 and the lightness value of a66ecb is 0.61.

The process color (four color CMYK) of #a66ecb color hex is 0.18, 0.46, 0.00, 0.20. Web safe color of #a66ecb is #9966cc. Color #a66ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101110 11001011
Octal 246 156 313
Decimal 166 110 203
Hex A6 6E CB

RGB Percentages of Color #a66ecb

%34.66
%22.96
%42.38

CMYK Percentages of Color #a66ecb

%18
%46
%0
%20

Triadic Colors of #a66ecb

#a66ecb #cba66e #6ecba6

Analogous Colors of #a66ecb

#a66ecb #cb6ec2 #786ecb

Monochromatic Colors of #a66ecb

#a66ecb

Complementary Color

#a66ecb #93cb6e

#a66ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66ecb Color CSS Codes

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

#a66ecb Text Font Color

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

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


#a66ecb Background Color

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

This div background color is #a66ecb


#a66ecb Border Color

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

This div border color is #a66ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66ecb


Comments

No comments written yet.

Please login to write comment.