Color Hex Logo

#a86cc8 Color Hex

#A86CC8
(168,108,200)
0 Favorites   0 Comments

Color spaces of #a86cc8

RGB 168108200
HSL0.780.460.60
HSV279°46°78°
CMYK 0.160.460.00   0.22
XYZ31.936323.220157.4423
Yxy23.22010.28360.2062
Hunter Lab48.187233.9740-36.9464
CIE-Lab55.298340.2841-38.6765

#a86cc8 color RGB value is (168,108,200).

#a86cc8 hex color red value is 168, green value is 108 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #a86cc8 hue: 0.78 , saturation: 0.46 and the lightness value of a86cc8 is 0.60.

The process color (four color CMYK) of #a86cc8 color hex is 0.16, 0.46, 0.00, 0.22. Web safe color of #a86cc8 is #9966cc. Color #a86cc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101100 11001000
Octal 250 154 310
Decimal 168 108 200
Hex A8 6C C8

RGB Percentages of Color #a86cc8

%35.29
%22.69
%42.02

CMYK Percentages of Color #a86cc8

%16
%46
%0
%22

Triadic Colors of #a86cc8

#a86cc8 #c8a86c #6cc8a8

Analogous Colors of #a86cc8

#a86cc8 #c86cba #7a6cc8

Monochromatic Colors of #a86cc8

#a86cc8

Complementary Color

#a86cc8 #8cc86c

#a86cc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86cc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86cc8 Color CSS Codes

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

#a86cc8 Text Font Color

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

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


#a86cc8 Background Color

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

This div background color is #a86cc8


#a86cc8 Border Color

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

This div border color is #a86cc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86cc8


Comments

No comments written yet.

Please login to write comment.