Color Hex Logo

#a86dfb Color Hex

#A86DFB
(168,109,251)
0 Favorites   0 Comments

Color spaces of #a86dfb

RGB 168109251
HSL0.740.950.71
HSV265°57°98°
CMYK 0.330.570.00   0.02
XYZ39.029726.227194.2720
Yxy26.22710.24470.1644
Hunter Lab51.212446.4157-73.2926
CIE-Lab58.252051.5882-62.6004

#a86dfb color RGB value is (168,109,251).

#a86dfb hex color red value is 168, green value is 109 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a86dfb hue: 0.74 , saturation: 0.95 and the lightness value of a86dfb is 0.71.

The process color (four color CMYK) of #a86dfb color hex is 0.33, 0.57, 0.00, 0.02. Web safe color of #a86dfb is #9966ff. Color #a86dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101101 11111011
Octal 250 155 373
Decimal 168 109 251
Hex A8 6D FB

RGB Percentages of Color #a86dfb

%31.82
%20.64
%47.54

CMYK Percentages of Color #a86dfb

%33
%57
%0
%2

Triadic Colors of #a86dfb

#a86dfb #fba86d #6dfba8

Analogous Colors of #a86dfb

#a86dfb #ef6dfb #6d79fb

Monochromatic Colors of #a86dfb

#a86dfb

Complementary Color

#a86dfb #c0fb6d

#a86dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86dfb Color CSS Codes

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

#a86dfb Text Font Color

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

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


#a86dfb Background Color

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

This div background color is #a86dfb


#a86dfb Border Color

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

This div border color is #a86dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.