Color Hex Logo

#a88bba Color Hex

#A88BBA
(168,139,186)
0 Favorites   0 Comments

Color spaces of #a88bba

RGB 168139186
HSL0.770.250.64
HSV277°25°73°
CMYK 0.100.250.00   0.27
XYZ34.244030.335250.5048
Yxy30.33520.29760.2636
Hunter Lab55.077414.5957-15.8135
CIE-Lab61.942419.8246-20.4344

#a88bba color RGB value is (168,139,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001011 10111010
Octal 250 213 272
Decimal 168 139 186
Hex A8 8B BA

RGB Percentages of Color #a88bba

%34.08
%28.19
%37.73

CMYK Percentages of Color #a88bba

%10
%25
%0
%27

Triadic Colors of #a88bba

#a88bba #baa88b #8bbaa8

Analogous Colors of #a88bba

#a88bba #ba8bb5 #918bba

Monochromatic Colors of #a88bba

#a88bba

Complementary Color

#a88bba #9dba8b

#a88bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88bba Color CSS Codes

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

#a88bba Text Font Color

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

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


#a88bba Background Color

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

This div background color is #a88bba


#a88bba Border Color

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

This div border color is #a88bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88bba


Comments

No comments written yet.

Please login to write comment.