Color Hex Logo

#a86ade Color Hex

#A86ADE
(168,106,222)
0 Favorites   0 Comments

Color spaces of #a86ade

RGB 168106222
HSL0.760.640.64
HSV272°52°87°
CMYK 0.240.520.00   0.13
XYZ34.487323.906871.9040
Yxy23.90680.26470.1835
Hunter Lab48.894640.3377-52.9652
CIE-Lab55.994446.3032-50.0368

#a86ade color RGB value is (168,106,222).

#a86ade hex color red value is 168, green value is 106 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a86ade hue: 0.76 , saturation: 0.64 and the lightness value of a86ade is 0.64.

The process color (four color CMYK) of #a86ade color hex is 0.24, 0.52, 0.00, 0.13. Web safe color of #a86ade is #9966cc. Color #a86ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101010 11011110
Octal 250 152 336
Decimal 168 106 222
Hex A8 6A DE

RGB Percentages of Color #a86ade

%33.87
%21.37
%44.76

CMYK Percentages of Color #a86ade

%24
%52
%0
%13

Triadic Colors of #a86ade

#a86ade #dea86a #6adea8

Analogous Colors of #a86ade

#a86ade #de6ada #6e6ade

Monochromatic Colors of #a86ade

#a86ade

Complementary Color

#a86ade #a0de6a

#a86ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86ade Color CSS Codes

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

#a86ade Text Font Color

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

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


#a86ade Background Color

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

This div background color is #a86ade


#a86ade Border Color

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

This div border color is #a86ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86ade


Comments

No comments written yet.

Please login to write comment.