Color Hex Logo

#a86cce Color Hex

#A86CCE
(168,108,206)
0 Favorites   0 Comments

Color spaces of #a86cce

RGB 168108206
HSL0.770.500.62
HSV277°48°81°
CMYK 0.180.480.00   0.19
XYZ32.651623.506261.2087
Yxy23.50620.27820.2003
Hunter Lab48.483235.3674-40.9138
CIE-Lab55.590041.6031-41.6313

#a86cce color RGB value is (168,108,206).

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

The process color (four color CMYK) of #a86cce color hex is 0.18, 0.48, 0.00, 0.19. Web safe color of #a86cce is #9966cc. Color #a86cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101100 11001110
Octal 250 154 316
Decimal 168 108 206
Hex A8 6C CE

RGB Percentages of Color #a86cce

%34.85
%22.41
%42.74

CMYK Percentages of Color #a86cce

%18
%48
%0
%19

Triadic Colors of #a86cce

#a86cce #cea86c #6ccea8

Analogous Colors of #a86cce

#a86cce #ce6cc3 #776cce

Monochromatic Colors of #a86cce

#a86cce

Complementary Color

#a86cce #92ce6c

#a86cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86cce Color CSS Codes

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

#a86cce Text Font Color

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

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


#a86cce Background Color

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

This div background color is #a86cce


#a86cce Border Color

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

This div border color is #a86cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86cce


Comments

No comments written yet.

Please login to write comment.