Color Hex Logo

#a86daf Color Hex

#A86DAF
(168,109,175)
0 Favorites   0 Comments

Color spaces of #a86daf

RGB 168109175
HSL0.820.290.56
HSV294°38°69°
CMYK 0.040.380.00   0.31
XYZ29.355022.357343.3256
Yxy22.35730.30890.2352
Hunter Lab47.283528.0719-21.2286
CIE-Lab54.404134.5092-25.7178

#a86daf color RGB value is (168,109,175).

#a86daf hex color red value is 168, green value is 109 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a86daf hue: 0.82 , saturation: 0.29 and the lightness value of a86daf is 0.56.

The process color (four color CMYK) of #a86daf color hex is 0.04, 0.38, 0.00, 0.31. Web safe color of #a86daf is #996699. Color #a86daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101101 10101111
Octal 250 155 257
Decimal 168 109 175
Hex A8 6D AF

RGB Percentages of Color #a86daf

%37.17
%24.12
%38.72

CMYK Percentages of Color #a86daf

%4
%38
%0
%31

Triadic Colors of #a86daf

#a86daf #afa86d #6dafa8

Analogous Colors of #a86daf

#a86daf #af6d95 #876daf

Monochromatic Colors of #a86daf

#a86daf

Complementary Color

#a86daf #74af6d

#a86daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86daf Color CSS Codes

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

#a86daf Text Font Color

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

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


#a86daf Background Color

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

This div background color is #a86daf


#a86daf Border Color

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

This div border color is #a86daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86daf


Comments

No comments written yet.

Please login to write comment.