Color Hex Logo

#a68ebe Color Hex

#A68EBE
(166,142,190)
0 Favorites   0 Comments

Color spaces of #a68ebe

RGB 166142190
HSL0.750.270.65
HSV270°25°75°
CMYK 0.130.250.00   0.25
XYZ34.693131.170752.9032
Yxy31.17070.29210.2625
Hunter Lab55.830713.2158-17.0996
CIE-Lab62.651518.3168-21.6247

#a68ebe color RGB value is (166,142,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001110 10111110
Octal 246 216 276
Decimal 166 142 190
Hex A6 8E BE

RGB Percentages of Color #a68ebe

%33.33
%28.51
%38.15

CMYK Percentages of Color #a68ebe

%13
%25
%0
%25

Triadic Colors of #a68ebe

#a68ebe #bea68e #8ebea6

Analogous Colors of #a68ebe

#a68ebe #be8ebe #8e8ebe

Monochromatic Colors of #a68ebe

#a68ebe

Complementary Color

#a68ebe #a6be8e

#a68ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68ebe Color CSS Codes

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

#a68ebe Text Font Color

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

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


#a68ebe Background Color

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

This div background color is #a68ebe


#a68ebe Border Color

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

This div border color is #a68ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68ebe


Comments

No comments written yet.

Please login to write comment.