Color Hex Logo

#a86cef Color Hex

#A86CEF
(168,108,239)
0 Favorites   0 Comments

Color spaces of #a86cef

RGB 168108239
HSL0.740.800.68
HSV267°55°94°
CMYK 0.300.550.00   0.06
XYZ37.091025.282084.5863
Yxy25.28200.25240.1720
Hunter Lab50.281243.6822-64.5446
CIE-Lab57.349249.2215-57.3914

#a86cef color RGB value is (168,108,239).

#a86cef hex color red value is 168, green value is 108 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a86cef hue: 0.74 , saturation: 0.80 and the lightness value of a86cef is 0.68.

The process color (four color CMYK) of #a86cef color hex is 0.30, 0.55, 0.00, 0.06. Web safe color of #a86cef is #9966ff. Color #a86cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101100 11101111
Octal 250 154 357
Decimal 168 108 239
Hex A8 6C EF

RGB Percentages of Color #a86cef

%32.62
%20.97
%46.41

CMYK Percentages of Color #a86cef

%30
%55
%0
%6

Triadic Colors of #a86cef

#a86cef #efa86c #6cefa8

Analogous Colors of #a86cef

#a86cef #ea6cef #6c72ef

Monochromatic Colors of #a86cef

#a86cef

Complementary Color

#a86cef #b3ef6c

#a86cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86cef Color CSS Codes

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

#a86cef Text Font Color

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

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


#a86cef Background Color

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

This div background color is #a86cef


#a86cef Border Color

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

This div border color is #a86cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86cef


Comments

No comments written yet.

Please login to write comment.