Color Hex Logo

#a88bbe Color Hex

#A88BBE
(168,139,190)
0 Favorites   0 Comments

Color spaces of #a88bbe

RGB 168139190
HSL0.760.280.65
HSV274°27°75°
CMYK 0.120.270.00   0.25
XYZ34.675330.507852.7762
Yxy30.50780.29400.2586
Hunter Lab55.233915.4013-17.9881
CIE-Lab62.089920.6761-22.4670

#a88bbe color RGB value is (168,139,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001011 10111110
Octal 250 213 276
Decimal 168 139 190
Hex A8 8B BE

RGB Percentages of Color #a88bbe

%33.80
%27.97
%38.23

CMYK Percentages of Color #a88bbe

%12
%27
%0
%25

Triadic Colors of #a88bbe

#a88bbe #bea88b #8bbea8

Analogous Colors of #a88bbe

#a88bbe #be8bbb #8f8bbe

Monochromatic Colors of #a88bbe

#a88bbe

Complementary Color

#a88bbe #a1be8b

#a88bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88bbe Color CSS Codes

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

#a88bbe Text Font Color

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

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


#a88bbe Background Color

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

This div background color is #a88bbe


#a88bbe Border Color

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

This div border color is #a88bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88bbe


Comments

No comments written yet.

Please login to write comment.