Color Hex Logo

#a68eba Color Hex

#A68EBA
(166,142,186)
0 Favorites   0 Comments

Color spaces of #a68eba

RGB 166142186
HSL0.760.240.64
HSV273°24°73°
CMYK 0.110.240.00   0.27
XYZ34.261830.998250.6318
Yxy30.99820.29560.2675
Hunter Lab55.676012.4119-14.9451
CIE-Lab62.506117.4564-19.5921

#a68eba color RGB value is (166,142,186).

#a68eba hex color red value is 166, green value is 142 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a68eba hue: 0.76 , saturation: 0.24 and the lightness value of a68eba is 0.64.

The process color (four color CMYK) of #a68eba color hex is 0.11, 0.24, 0.00, 0.27. Web safe color of #a68eba is #9999cc. Color #a68eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001110 10111010
Octal 246 216 272
Decimal 166 142 186
Hex A6 8E BA

RGB Percentages of Color #a68eba

%33.60
%28.74
%37.65

CMYK Percentages of Color #a68eba

%11
%24
%0
%27

Triadic Colors of #a68eba

#a68eba #baa68e #8ebaa6

Analogous Colors of #a68eba

#a68eba #ba8eb8 #908eba

Monochromatic Colors of #a68eba

#a68eba

Complementary Color

#a68eba #a2ba8e

#a68eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68eba Color CSS Codes

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

#a68eba Text Font Color

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

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


#a68eba Background Color

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

This div background color is #a68eba


#a68eba Border Color

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

This div border color is #a68eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68eba


Comments

No comments written yet.

Please login to write comment.