Color Hex Logo

#a66ebd Color Hex

#A66EBD
(166,110,189)
0 Favorites   0 Comments

Color spaces of #a66ebd

RGB 166110189
HSL0.780.370.59
HSV283°42°74°
CMYK 0.120.420.00   0.26
XYZ30.487122.933050.9638
Yxy22.93300.29210.2197
Hunter Lab47.888429.8334-29.5757
CIE-Lab55.003336.2165-32.8660

#a66ebd color RGB value is (166,110,189).

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

The process color (four color CMYK) of #a66ebd color hex is 0.12, 0.42, 0.00, 0.26. Web safe color of #a66ebd is #9966cc. Color #a66ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101110 10111101
Octal 246 156 275
Decimal 166 110 189
Hex A6 6E BD

RGB Percentages of Color #a66ebd

%35.70
%23.66
%40.65

CMYK Percentages of Color #a66ebd

%12
%42
%0
%26

Triadic Colors of #a66ebd

#a66ebd #bda66e #6ebda6

Analogous Colors of #a66ebd

#a66ebd #bd6ead #7f6ebd

Monochromatic Colors of #a66ebd

#a66ebd

Complementary Color

#a66ebd #85bd6e

#a66ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66ebd Color CSS Codes

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

#a66ebd Text Font Color

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

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


#a66ebd Background Color

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

This div background color is #a66ebd


#a66ebd Border Color

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

This div border color is #a66ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66ebd


Comments

No comments written yet.

Please login to write comment.