Color Hex Logo

#a86ccd Color Hex

#A86CCD
(168,108,205)
0 Favorites   0 Comments

Color spaces of #a86ccd

RGB 168108205
HSL0.770.490.61
HSV277°47°80°
CMYK 0.180.470.00   0.20
XYZ32.530523.457760.5709
Yxy23.45770.27910.2013
Hunter Lab48.433135.1329-40.2454
CIE-Lab55.540741.3820-41.1409

#a86ccd color RGB value is (168,108,205).

#a86ccd hex color red value is 168, green value is 108 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a86ccd hue: 0.77 , saturation: 0.49 and the lightness value of a86ccd is 0.61.

The process color (four color CMYK) of #a86ccd color hex is 0.18, 0.47, 0.00, 0.20. Web safe color of #a86ccd is #9966cc. Color #a86ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101100 11001101
Octal 250 154 315
Decimal 168 108 205
Hex A8 6C CD

RGB Percentages of Color #a86ccd

%34.93
%22.45
%42.62

CMYK Percentages of Color #a86ccd

%18
%47
%0
%20

Triadic Colors of #a86ccd

#a86ccd #cda86c #6ccda8

Analogous Colors of #a86ccd

#a86ccd #cd6cc2 #786ccd

Monochromatic Colors of #a86ccd

#a86ccd

Complementary Color

#a86ccd #91cd6c

#a86ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86ccd Color CSS Codes

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

#a86ccd Text Font Color

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

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


#a86ccd Background Color

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

This div background color is #a86ccd


#a86ccd Border Color

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

This div border color is #a86ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86ccd


Comments

No comments written yet.

Please login to write comment.