Color Hex Logo

#a86dab Color Hex

#A86DAB
(168,109,171)
0 Favorites   0 Comments

Color spaces of #a86dab

RGB 168109171
HSL0.830.270.55
HSV297°36°67°
CMYK 0.020.360.00   0.33
XYZ28.967822.202441.2868
Yxy22.20240.31330.2401
Hunter Lab47.119427.2782-18.9673
CIE-Lab54.241133.7191-23.6541

#a86dab color RGB value is (168,109,171).

#a86dab hex color red value is 168, green value is 109 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a86dab hue: 0.83 , saturation: 0.27 and the lightness value of a86dab is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101101 10101011
Octal 250 155 253
Decimal 168 109 171
Hex A8 6D AB

RGB Percentages of Color #a86dab

%37.50
%24.33
%38.17

CMYK Percentages of Color #a86dab

%2
%36
%0
%33

Triadic Colors of #a86dab

#a86dab #aba86d #6daba8

Analogous Colors of #a86dab

#a86dab #ab6d8f #896dab

Monochromatic Colors of #a86dab

#a86dab

Complementary Color

#a86dab #70ab6d

#a86dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86dab Color CSS Codes

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

#a86dab Text Font Color

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

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


#a86dab Background Color

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

This div background color is #a86dab


#a86dab Border Color

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

This div border color is #a86dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86dab


Comments

No comments written yet.

Please login to write comment.