Color Hex Logo

#a86fdc Color Hex

#A86FDC
(168,111,220)
0 Favorites   0 Comments

Color spaces of #a86fdc

RGB 168111220
HSL0.750.610.65
HSV271°50°86°
CMYK 0.240.500.00   0.14
XYZ34.751224.861070.6772
Yxy24.86100.26670.1908
Hunter Lab49.860837.1517-49.1404
CIE-Lab56.939743.1357-47.4107

#a86fdc color RGB value is (168,111,220).

#a86fdc hex color red value is 168, green value is 111 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a86fdc hue: 0.75 , saturation: 0.61 and the lightness value of a86fdc is 0.65.

The process color (four color CMYK) of #a86fdc color hex is 0.24, 0.50, 0.00, 0.14. Web safe color of #a86fdc is #9966cc. Color #a86fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101111 11011100
Octal 250 157 334
Decimal 168 111 220
Hex A8 6F DC

RGB Percentages of Color #a86fdc

%33.67
%22.24
%44.09

CMYK Percentages of Color #a86fdc

%24
%50
%0
%14

Triadic Colors of #a86fdc

#a86fdc #dca86f #6fdca8

Analogous Colors of #a86fdc

#a86fdc #dc6fda #726fdc

Monochromatic Colors of #a86fdc

#a86fdc

Complementary Color

#a86fdc #a3dc6f

#a86fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86fdc Color CSS Codes

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

#a86fdc Text Font Color

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

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


#a86fdc Background Color

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

This div background color is #a86fdc


#a86fdc Border Color

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

This div border color is #a86fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86fdc


Comments

No comments written yet.

Please login to write comment.