Color Hex Logo

#a68ebc Color Hex

#A68EBC
(166,142,188)
0 Favorites   0 Comments

Color spaces of #a68ebc

RGB 166142188
HSL0.750.260.65
HSV271°24°74°
CMYK 0.120.240.00   0.26
XYZ34.476031.083851.7597
Yxy31.08380.29390.2649
Hunter Lab55.752812.8119-16.0165
CIE-Lab62.578317.8852-20.6097

#a68ebc color RGB value is (166,142,188).

#a68ebc hex color red value is 166, green value is 142 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a68ebc hue: 0.75 , saturation: 0.26 and the lightness value of a68ebc is 0.65.

The process color (four color CMYK) of #a68ebc color hex is 0.12, 0.24, 0.00, 0.26. Web safe color of #a68ebc is #9999cc. Color #a68ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001110 10111100
Octal 246 216 274
Decimal 166 142 188
Hex A6 8E BC

RGB Percentages of Color #a68ebc

%33.47
%28.63
%37.90

CMYK Percentages of Color #a68ebc

%12
%24
%0
%26

Triadic Colors of #a68ebc

#a68ebc #bca68e #8ebca6

Analogous Colors of #a68ebc

#a68ebc #bc8ebb #8f8ebc

Monochromatic Colors of #a68ebc

#a68ebc

Complementary Color

#a68ebc #a4bc8e

#a68ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68ebc Color CSS Codes

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

#a68ebc Text Font Color

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

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


#a68ebc Background Color

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

This div background color is #a68ebc


#a68ebc Border Color

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

This div border color is #a68ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68ebc


Comments

No comments written yet.

Please login to write comment.