Color Hex Logo

#a88ebc Color Hex

#A88EBC
(168,142,188)
0 Favorites   0 Comments

Color spaces of #a88ebc

RGB 168142188
HSL0.760.260.65
HSV274°24°74°
CMYK 0.110.240.00   0.26
XYZ34.898631.301751.7794
Yxy31.30170.29580.2653
Hunter Lab55.947913.4340-15.7089
CIE-Lab62.761518.5467-20.3137

#a88ebc color RGB value is (168,142,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001110 10111100
Octal 250 216 274
Decimal 168 142 188
Hex A8 8E BC

RGB Percentages of Color #a88ebc

%33.73
%28.51
%37.75

CMYK Percentages of Color #a88ebc

%11
%24
%0
%26

Triadic Colors of #a88ebc

#a88ebc #bca88e #8ebca8

Analogous Colors of #a88ebc

#a88ebc #bc8eb9 #918ebc

Monochromatic Colors of #a88ebc

#a88ebc

Complementary Color

#a88ebc #a2bc8e

#a88ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88ebc Color CSS Codes

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

#a88ebc Text Font Color

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

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


#a88ebc Background Color

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

This div background color is #a88ebc


#a88ebc Border Color

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

This div border color is #a88ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88ebc


Comments

No comments written yet.

Please login to write comment.