Color Hex Logo

#a86bec Color Hex

#A86BEC
(168,107,236)
0 Favorites   0 Comments

Color spaces of #a86bec

RGB 168107236
HSL0.750.770.67
HSV268°55°93°
CMYK 0.290.550.00   0.07
XYZ36.546524.896382.2361
Yxy24.89630.25440.1733
Hunter Lab49.896243.4241-62.7911
CIE-Lab56.974249.0407-56.3190

#a86bec color RGB value is (168,107,236).

#a86bec hex color red value is 168, green value is 107 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a86bec hue: 0.75 , saturation: 0.77 and the lightness value of a86bec is 0.67.

The process color (four color CMYK) of #a86bec color hex is 0.29, 0.55, 0.00, 0.07. Web safe color of #a86bec is #9966ff. Color #a86bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101011 11101100
Octal 250 153 354
Decimal 168 107 236
Hex A8 6B EC

RGB Percentages of Color #a86bec

%32.88
%20.94
%46.18

CMYK Percentages of Color #a86bec

%29
%55
%0
%7

Triadic Colors of #a86bec

#a86bec #eca86b #6beca8

Analogous Colors of #a86bec

#a86bec #e96bec #6b6fec

Monochromatic Colors of #a86bec

#a86bec

Complementary Color

#a86bec #afec6b

#a86bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86bec Color CSS Codes

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

#a86bec Text Font Color

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

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


#a86bec Background Color

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

This div background color is #a86bec


#a86bec Border Color

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

This div border color is #a86bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86bec


Comments

No comments written yet.

Please login to write comment.