Color Hex Logo

#a66bcb Color Hex

#A66BCB
(166,107,203)
0 Favorites   0 Comments

Color spaces of #a66bcb

RGB 166107203
HSL0.770.480.61
HSV277°47°80°
CMYK 0.180.470.00   0.20
XYZ31.763122.934259.2526
Yxy22.93420.27870.2013
Hunter Lab47.889734.5843-39.8352
CIE-Lab55.004540.9211-40.8633

#a66bcb color RGB value is (166,107,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101011 11001011
Octal 246 153 313
Decimal 166 107 203
Hex A6 6B CB

RGB Percentages of Color #a66bcb

%34.87
%22.48
%42.65

CMYK Percentages of Color #a66bcb

%18
%47
%0
%20

Triadic Colors of #a66bcb

#a66bcb #cba66b #6bcba6

Analogous Colors of #a66bcb

#a66bcb #cb6bc0 #766bcb

Monochromatic Colors of #a66bcb

#a66bcb

Complementary Color

#a66bcb #90cb6b

#a66bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66bcb Color CSS Codes

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

#a66bcb Text Font Color

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

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


#a66bcb Background Color

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

This div background color is #a66bcb


#a66bcb Border Color

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

This div border color is #a66bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66bcb


Comments

No comments written yet.

Please login to write comment.