Color Hex Logo

#a66fcb Color Hex

#A66FCB
(166,111,203)
0 Favorites   0 Comments

Color spaces of #a66fcb

RGB 166111203
HSL0.770.470.62
HSV276°45°80°
CMYK 0.180.450.00   0.20
XYZ32.189823.787759.3948
Yxy23.78770.27900.2062
Hunter Lab48.772632.4574-38.0619
CIE-Lab55.874638.7175-39.4936

#a66fcb color RGB value is (166,111,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101111 11001011
Octal 246 157 313
Decimal 166 111 203
Hex A6 6F CB

RGB Percentages of Color #a66fcb

%34.58
%23.13
%42.29

CMYK Percentages of Color #a66fcb

%18
%45
%0
%20

Triadic Colors of #a66fcb

#a66fcb #cba66f #6fcba6

Analogous Colors of #a66fcb

#a66fcb #cb6fc2 #786fcb

Monochromatic Colors of #a66fcb

#a66fcb

Complementary Color

#a66fcb #94cb6f

#a66fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66fcb Color CSS Codes

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

#a66fcb Text Font Color

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

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


#a66fcb Background Color

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

This div background color is #a66fcb


#a66fcb Border Color

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

This div border color is #a66fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66fcb


Comments

No comments written yet.

Please login to write comment.