Color Hex Logo

#a66fbe Color Hex

#A66FBE
(166,111,190)
0 Favorites   0 Comments

Color spaces of #a66fbe

RGB 166111190
HSL0.780.380.59
HSV282°42°75°
CMYK 0.130.420.00   0.25
XYZ30.704623.193651.5737
Yxy23.19360.29110.2199
Hunter Lab48.159729.5245-29.7812
CIE-Lab55.271235.8736-33.0210

#a66fbe color RGB value is (166,111,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101111 10111110
Octal 246 157 276
Decimal 166 111 190
Hex A6 6F BE

RGB Percentages of Color #a66fbe

%35.55
%23.77
%40.69

CMYK Percentages of Color #a66fbe

%13
%42
%0
%25

Triadic Colors of #a66fbe

#a66fbe #bea66f #6fbea6

Analogous Colors of #a66fbe

#a66fbe #be6faf #7f6fbe

Monochromatic Colors of #a66fbe

#a66fbe

Complementary Color

#a66fbe #87be6f

#a66fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66fbe Color CSS Codes

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

#a66fbe Text Font Color

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

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


#a66fbe Background Color

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

This div background color is #a66fbe


#a66fbe Border Color

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

This div border color is #a66fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66fbe


Comments

No comments written yet.

Please login to write comment.