Color Hex Logo

#a87baa Color Hex

#A87BAA
(168,123,170)
0 Favorites   0 Comments

Color spaces of #a87baa

RGB 168123170
HSL0.830.220.57
HSV297°28°67°
CMYK 0.010.280.00   0.33
XYZ30.487125.393041.3247
Yxy25.39300.31360.2612
Hunter Lab50.391519.8084-13.3481
CIE-Lab57.456325.6429-18.1549

#a87baa color RGB value is (168,123,170).

#a87baa hex color red value is 168, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a87baa hue: 0.83 , saturation: 0.22 and the lightness value of a87baa is 0.57.

The process color (four color CMYK) of #a87baa color hex is 0.01, 0.28, 0.00, 0.33. Web safe color of #a87baa is #996699. Color #a87baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111011 10101010
Octal 250 173 252
Decimal 168 123 170
Hex A8 7B AA

RGB Percentages of Color #a87baa

%36.44
%26.68
%36.88

CMYK Percentages of Color #a87baa

%1
%28
%0
%33

Triadic Colors of #a87baa

#a87baa #aaa87b #7baaa8

Analogous Colors of #a87baa

#a87baa #aa7b95 #917baa

Monochromatic Colors of #a87baa

#a87baa

Complementary Color

#a87baa #7daa7b

#a87baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87baa Color CSS Codes

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

#a87baa Text Font Color

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

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


#a87baa Background Color

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

This div background color is #a87baa


#a87baa Border Color

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

This div border color is #a87baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87baa


Comments

No comments written yet.

Please login to write comment.