Color Hex Logo

#a88ebd Color Hex

#A88EBD
(168,142,189)
1 Favorites   0 Comments

Color spaces of #a88ebd

RGB 168142189
HSL0.760.260.65
HSV273°25°74°
CMYK 0.110.250.00   0.26
XYZ35.006831.345052.3492
Yxy31.34500.29490.2641
Hunter Lab55.986613.6343-16.2474
CIE-Lab62.797818.7598-20.8216

#a88ebd color RGB value is (168,142,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001110 10111101
Octal 250 216 275
Decimal 168 142 189
Hex A8 8E BD

RGB Percentages of Color #a88ebd

%33.67
%28.46
%37.88

CMYK Percentages of Color #a88ebd

%11
%25
%0
%26

Triadic Colors of #a88ebd

#a88ebd #bda88e #8ebda8

Analogous Colors of #a88ebd

#a88ebd #bd8ebb #918ebd

Monochromatic Colors of #a88ebd

#a88ebd

Complementary Color

#a88ebd #a3bd8e

#a88ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88ebd Color CSS Codes

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

#a88ebd Text Font Color

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

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


#a88ebd Background Color

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

This div background color is #a88ebd


#a88ebd Border Color

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

This div border color is #a88ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88ebd


Comments

No comments written yet.

Please login to write comment.