Color Hex Logo

#a88bad Color Hex

#A88BAD
(168,139,173)
0 Favorites   0 Comments

Color spaces of #a88bad

RGB 168139173
HSL0.810.170.61
HSV291°20°68°
CMYK 0.030.200.00   0.32
XYZ32.923929.807243.5533
Yxy29.80720.30980.2804
Hunter Lab54.596012.1008-9.0807
CIE-Lab61.487517.1534-13.7622

#a88bad color RGB value is (168,139,173).

#a88bad hex color red value is 168, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a88bad hue: 0.81 , saturation: 0.17 and the lightness value of a88bad is 0.61.

The process color (four color CMYK) of #a88bad color hex is 0.03, 0.20, 0.00, 0.32. Web safe color of #a88bad is #999999. Color #a88bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001011 10101101
Octal 250 213 255
Decimal 168 139 173
Hex A8 8B AD

RGB Percentages of Color #a88bad

%35.00
%28.96
%36.04

CMYK Percentages of Color #a88bad

%3
%20
%0
%32

Triadic Colors of #a88bad

#a88bad #ada88b #8bada8

Analogous Colors of #a88bad

#a88bad #ad8ba1 #978bad

Monochromatic Colors of #a88bad

#a88bad

Complementary Color

#a88bad #90ad8b

#a88bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88bad Color CSS Codes

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

#a88bad Text Font Color

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

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


#a88bad Background Color

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

This div background color is #a88bad


#a88bad Border Color

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

This div border color is #a88bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88bad


Comments

No comments written yet.

Please login to write comment.