Color Hex Logo

#a66cbf Color Hex

#A66CBF
(166,108,191)
0 Favorites   0 Comments

Color spaces of #a66cbf

RGB 166108191
HSL0.780.390.59
HSV282°43°75°
CMYK 0.130.430.00   0.25
XYZ30.492422.593752.0441
Yxy22.59370.29000.2149
Hunter Lab47.532831.3256-31.6441
CIE-Lab54.651337.7532-34.5623

#a66cbf color RGB value is (166,108,191).

#a66cbf hex color red value is 166, green value is 108 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a66cbf hue: 0.78 , saturation: 0.39 and the lightness value of a66cbf is 0.59.

The process color (four color CMYK) of #a66cbf color hex is 0.13, 0.43, 0.00, 0.25. Web safe color of #a66cbf is #9966cc. Color #a66cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101100 10111111
Octal 246 154 277
Decimal 166 108 191
Hex A6 6C BF

RGB Percentages of Color #a66cbf

%35.70
%23.23
%41.08

CMYK Percentages of Color #a66cbf

%13
%43
%0
%25

Triadic Colors of #a66cbf

#a66cbf #bfa66c #6cbfa6

Analogous Colors of #a66cbf

#a66cbf #bf6caf #7d6cbf

Monochromatic Colors of #a66cbf

#a66cbf

Complementary Color

#a66cbf #85bf6c

#a66cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66cbf Color CSS Codes

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

#a66cbf Text Font Color

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

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


#a66cbf Background Color

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

This div background color is #a66cbf


#a66cbf Border Color

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

This div border color is #a66cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66cbf


Comments

No comments written yet.

Please login to write comment.