Color Hex Logo

#a88cbb Color Hex

#A88CBB
(168,140,187)
0 Favorites   0 Comments

Color spaces of #a88cbb

RGB 168140187
HSL0.770.260.64
HSV276°25°73°
CMYK 0.100.250.00   0.27
XYZ34.496230.668951.1152
Yxy30.66890.29670.2637
Hunter Lab55.379514.2745-15.9589
CIE-Lab62.227119.4685-20.5646

#a88cbb color RGB value is (168,140,187).

#a88cbb hex color red value is 168, green value is 140 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a88cbb hue: 0.77 , saturation: 0.26 and the lightness value of a88cbb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001100 10111011
Octal 250 214 273
Decimal 168 140 187
Hex A8 8C BB

RGB Percentages of Color #a88cbb

%33.94
%28.28
%37.78

CMYK Percentages of Color #a88cbb

%10
%25
%0
%27

Triadic Colors of #a88cbb

#a88cbb #bba88c #8cbba8

Analogous Colors of #a88cbb

#a88cbb #bb8cb7 #918cbb

Monochromatic Colors of #a88cbb

#a88cbb

Complementary Color

#a88cbb #9fbb8c

#a88cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88cbb Color CSS Codes

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

#a88cbb Text Font Color

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

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


#a88cbb Background Color

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

This div background color is #a88cbb


#a88cbb Border Color

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

This div border color is #a88cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88cbb


Comments

No comments written yet.

Please login to write comment.