Color Hex Logo

#a86dbf Color Hex

#A86DBF
(168,109,191)
0 Favorites   0 Comments

Color spaces of #a86dbf

RGB 168109191
HSL0.790.390.59
HSV283°43°75°
CMYK 0.120.430.00   0.25
XYZ31.021123.023752.0992
Yxy23.02370.29230.2169
Hunter Lab47.983031.4303-30.7880
CIE-Lab55.096737.8004-33.8495

#a86dbf color RGB value is (168,109,191).

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

The process color (four color CMYK) of #a86dbf color hex is 0.12, 0.43, 0.00, 0.25. Web safe color of #a86dbf is #9966cc. Color #a86dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101101 10111111
Octal 250 155 277
Decimal 168 109 191
Hex A8 6D BF

RGB Percentages of Color #a86dbf

%35.90
%23.29
%40.81

CMYK Percentages of Color #a86dbf

%12
%43
%0
%25

Triadic Colors of #a86dbf

#a86dbf #bfa86d #6dbfa8

Analogous Colors of #a86dbf

#a86dbf #bf6dad #7f6dbf

Monochromatic Colors of #a86dbf

#a86dbf

Complementary Color

#a86dbf #84bf6d

#a86dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86dbf Color CSS Codes

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

#a86dbf Text Font Color

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

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


#a86dbf Background Color

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

This div background color is #a86dbf


#a86dbf Border Color

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

This div border color is #a86dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86dbf


Comments

No comments written yet.

Please login to write comment.