Color Hex Logo

#a86ffb Color Hex

#A86FFB
(168,111,251)
0 Favorites   0 Comments

Color spaces of #a86ffb

RGB 168111251
HSL0.730.950.71
HSV264°56°98°
CMYK 0.330.560.00   0.02
XYZ39.245526.658794.3440
Yxy26.65870.24490.1664
Hunter Lab51.632145.3216-72.1944
CIE-Lab58.657150.5258-61.9505

#a86ffb color RGB value is (168,111,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101111 11111011
Octal 250 157 373
Decimal 168 111 251
Hex A8 6F FB

RGB Percentages of Color #a86ffb

%31.70
%20.94
%47.36

CMYK Percentages of Color #a86ffb

%33
%56
%0
%2

Triadic Colors of #a86ffb

#a86ffb #fba86f #6ffba8

Analogous Colors of #a86ffb

#a86ffb #ee6ffb #6f7cfb

Monochromatic Colors of #a86ffb

#a86ffb

Complementary Color

#a86ffb #c2fb6f

#a86ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86ffb Color CSS Codes

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

#a86ffb Text Font Color

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

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


#a86ffb Background Color

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

This div background color is #a86ffb


#a86ffb Border Color

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

This div border color is #a86ffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,111,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 #a86ffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86ffb


Comments

No comments written yet.

Please login to write comment.