Color Hex Logo

#a86bdc Color Hex

#A86BDC
(168,107,220)
0 Favorites   0 Comments

Color spaces of #a86bdc

RGB 168107220
HSL0.760.620.64
HSV272°51°86°
CMYK 0.240.510.00   0.14
XYZ34.324424.007570.5350
Yxy24.00750.26640.1863
Hunter Lab48.997439.2999-51.0536
CIE-Lab56.095345.3057-48.7504

#a86bdc color RGB value is (168,107,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101011 11011100
Octal 250 153 334
Decimal 168 107 220
Hex A8 6B DC

RGB Percentages of Color #a86bdc

%33.94
%21.62
%44.44

CMYK Percentages of Color #a86bdc

%24
%51
%0
%14

Triadic Colors of #a86bdc

#a86bdc #dca86b #6bdca8

Analogous Colors of #a86bdc

#a86bdc #dc6bd8 #706bdc

Monochromatic Colors of #a86bdc

#a86bdc

Complementary Color

#a86bdc #9fdc6b

#a86bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86bdc Color CSS Codes

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

#a86bdc Text Font Color

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

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


#a86bdc Background Color

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

This div background color is #a86bdc


#a86bdc Border Color

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

This div border color is #a86bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86bdc


Comments

No comments written yet.

Please login to write comment.