Color Hex Logo

#a66eba Color Hex

#A66EBA
(166,110,186)
0 Favorites   0 Comments

Color spaces of #a66eba

RGB 166110186
HSL0.790.360.58
HSV284°41°73°
CMYK 0.110.410.00   0.27
XYZ30.164722.804049.2661
Yxy22.80400.29510.2231
Hunter Lab47.753529.1853-27.7405
CIE-Lab54.869935.5807-31.3521

#a66eba color RGB value is (166,110,186).

#a66eba hex color red value is 166, green value is 110 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a66eba hue: 0.79 , saturation: 0.36 and the lightness value of a66eba is 0.58.

The process color (four color CMYK) of #a66eba color hex is 0.11, 0.41, 0.00, 0.27. Web safe color of #a66eba is #9966cc. Color #a66eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101110 10111010
Octal 246 156 272
Decimal 166 110 186
Hex A6 6E BA

RGB Percentages of Color #a66eba

%35.93
%23.81
%40.26

CMYK Percentages of Color #a66eba

%11
%41
%0
%27

Triadic Colors of #a66eba

#a66eba #baa66e #6ebaa6

Analogous Colors of #a66eba

#a66eba #ba6ea8 #806eba

Monochromatic Colors of #a66eba

#a66eba

Complementary Color

#a66eba #82ba6e

#a66eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66eba Color CSS Codes

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

#a66eba Text Font Color

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

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


#a66eba Background Color

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

This div background color is #a66eba


#a66eba Border Color

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

This div border color is #a66eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66eba


Comments

No comments written yet.

Please login to write comment.