Color Hex Logo

#a86dbd Color Hex

#A86DBD
(168,109,189)
0 Favorites   0 Comments

Color spaces of #a86dbd

RGB 168109189
HSL0.790.380.58
HSV284°42°74°
CMYK 0.110.420.00   0.26
XYZ30.802422.936250.9478
Yxy22.93620.29420.2191
Hunter Lab47.891830.9948-29.5492
CIE-Lab55.006637.3782-32.8440

#a86dbd color RGB value is (168,109,189).

#a86dbd hex color red value is 168, green value is 109 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a86dbd hue: 0.79 , saturation: 0.38 and the lightness value of a86dbd is 0.58.

The process color (four color CMYK) of #a86dbd color hex is 0.11, 0.42, 0.00, 0.26. Web safe color of #a86dbd is #9966cc. Color #a86dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101101 10111101
Octal 250 155 275
Decimal 168 109 189
Hex A8 6D BD

RGB Percentages of Color #a86dbd

%36.05
%23.39
%40.56

CMYK Percentages of Color #a86dbd

%11
%42
%0
%26

Triadic Colors of #a86dbd

#a86dbd #bda86d #6dbda8

Analogous Colors of #a86dbd

#a86dbd #bd6daa #806dbd

Monochromatic Colors of #a86dbd

#a86dbd

Complementary Color

#a86dbd #82bd6d

#a86dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86dbd Color CSS Codes

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

#a86dbd Text Font Color

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

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


#a86dbd Background Color

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

This div background color is #a86dbd


#a86dbd Border Color

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

This div border color is #a86dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86dbd

#a86dbd Color Palettes


Comments

No comments written yet.

Please login to write comment.