Color Hex Logo

#a86aec Color Hex

#A86AEC
(168,106,236)
0 Favorites   0 Comments

Color spaces of #a86aec

RGB 168106236
HSL0.750.770.67
HSV269°55°93°
CMYK 0.290.550.00   0.07
XYZ36.442824.689082.2016
Yxy24.68900.25430.1722
Hunter Lab49.688043.9636-63.3050
CIE-Lab56.771149.5720-56.6438

#a86aec color RGB value is (168,106,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101010 11101100
Octal 250 152 354
Decimal 168 106 236
Hex A8 6A EC

RGB Percentages of Color #a86aec

%32.94
%20.78
%46.27

CMYK Percentages of Color #a86aec

%29
%55
%0
%7

Triadic Colors of #a86aec

#a86aec #eca86a #6aeca8

Analogous Colors of #a86aec

#a86aec #e96aec #6a6dec

Monochromatic Colors of #a86aec

#a86aec

Complementary Color

#a86aec #aeec6a

#a86aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86aec Color CSS Codes

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

#a86aec Text Font Color

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

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


#a86aec Background Color

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

This div background color is #a86aec


#a86aec Border Color

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

This div border color is #a86aec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,106,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 #a86aec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86aec


Comments

No comments written yet.

Please login to write comment.