Color Hex Logo

#a86cde Color Hex

#A86CDE
(168,108,222)
0 Favorites   0 Comments

Color spaces of #a86cde

RGB 168108222
HSL0.750.630.65
HSV272°51°87°
CMYK 0.240.510.00   0.13
XYZ34.695824.323971.9735
Yxy24.32390.26490.1857
Hunter Lab49.319339.2649-52.0007
CIE-Lab56.410645.2262-49.3752

#a86cde color RGB value is (168,108,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101100 11011110
Octal 250 154 336
Decimal 168 108 222
Hex A8 6C DE

RGB Percentages of Color #a86cde

%33.73
%21.69
%44.58

CMYK Percentages of Color #a86cde

%24
%51
%0
%13

Triadic Colors of #a86cde

#a86cde #dea86c #6cdea8

Analogous Colors of #a86cde

#a86cde #de6cdb #6f6cde

Monochromatic Colors of #a86cde

#a86cde

Complementary Color

#a86cde #a2de6c

#a86cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86cde Color CSS Codes

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

#a86cde Text Font Color

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

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


#a86cde Background Color

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

This div background color is #a86cde


#a86cde Border Color

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

This div border color is #a86cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86cde


Comments

No comments written yet.

Please login to write comment.