Color Hex Logo

#a86bac Color Hex

#A86BAC
(168,107,172)
0 Favorites   0 Comments

Color spaces of #a86bac

RGB 168107172
HSL0.820.280.55
HSV296°38°67°
CMYK 0.020.380.00   0.33
XYZ28.852521.818841.7205
Yxy21.81880.31230.2362
Hunter Lab46.710628.5135-20.2586
CIE-Lab53.834235.0258-24.8608

#a86bac color RGB value is (168,107,172).

#a86bac hex color red value is 168, green value is 107 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a86bac hue: 0.82 , saturation: 0.28 and the lightness value of a86bac is 0.55.

The process color (four color CMYK) of #a86bac color hex is 0.02, 0.38, 0.00, 0.33. Web safe color of #a86bac is #996699. Color #a86bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101011 10101100
Octal 250 153 254
Decimal 168 107 172
Hex A8 6B AC

RGB Percentages of Color #a86bac

%37.58
%23.94
%38.48

CMYK Percentages of Color #a86bac

%2
%38
%0
%33

Triadic Colors of #a86bac

#a86bac #aca86b #6baca8

Analogous Colors of #a86bac

#a86bac #ac6b90 #886bac

Monochromatic Colors of #a86bac

#a86bac

Complementary Color

#a86bac #6fac6b

#a86bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86bac Color CSS Codes

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

#a86bac Text Font Color

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

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


#a86bac Background Color

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

This div background color is #a86bac


#a86bac Border Color

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

This div border color is #a86bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86bac


Comments

No comments written yet.

Please login to write comment.