Color Hex Logo

#a86cdf Color Hex

#A86CDF
(168,108,223)
0 Favorites   0 Comments

Color spaces of #a86cdf

RGB 168108223
HSL0.750.640.65
HSV271°52°87°
CMYK 0.250.520.00   0.13
XYZ34.830324.377772.6816
Yxy24.37770.26410.1848
Hunter Lab49.373839.5172-52.7173
CIE-Lab56.464045.4574-49.8527

#a86cdf color RGB value is (168,108,223).

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

The process color (four color CMYK) of #a86cdf color hex is 0.25, 0.52, 0.00, 0.13. Web safe color of #a86cdf is #9966cc. Color #a86cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101100 11011111
Octal 250 154 337
Decimal 168 108 223
Hex A8 6C DF

RGB Percentages of Color #a86cdf

%33.67
%21.64
%44.69

CMYK Percentages of Color #a86cdf

%25
%52
%0
%13

Triadic Colors of #a86cdf

#a86cdf #dfa86c #6cdfa8

Analogous Colors of #a86cdf

#a86cdf #df6cdd #6f6cdf

Monochromatic Colors of #a86cdf

#a86cdf

Complementary Color

#a86cdf #a3df6c

#a86cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86cdf Color CSS Codes

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

#a86cdf Text Font Color

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

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


#a86cdf Background Color

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

This div background color is #a86cdf


#a86cdf Border Color

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

This div border color is #a86cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86cdf


Comments

No comments written yet.

Please login to write comment.