Color Hex Logo

#a88ebe Color Hex

#A88EBE
(168,142,190)
0 Favorites   0 Comments

Color spaces of #a88ebe

RGB 168142190
HSL0.760.270.65
HSV273°25°75°
CMYK 0.120.250.00   0.25
XYZ35.115731.388552.9230
Yxy31.38850.29400.2628
Hunter Lab56.025413.8359-16.7890
CIE-Lab62.834218.9740-21.3292

#a88ebe color RGB value is (168,142,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001110 10111110
Octal 250 216 276
Decimal 168 142 190
Hex A8 8E BE

RGB Percentages of Color #a88ebe

%33.60
%28.40
%38.00

CMYK Percentages of Color #a88ebe

%12
%25
%0
%25

Triadic Colors of #a88ebe

#a88ebe #bea88e #8ebea8

Analogous Colors of #a88ebe

#a88ebe #be8ebc #908ebe

Monochromatic Colors of #a88ebe

#a88ebe

Complementary Color

#a88ebe #a4be8e

#a88ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88ebe Color CSS Codes

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

#a88ebe Text Font Color

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

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


#a88ebe Background Color

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

This div background color is #a88ebe


#a88ebe Border Color

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

This div border color is #a88ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88ebe


Comments

No comments written yet.

Please login to write comment.