Color Hex Logo

#a86aed Color Hex

#A86AED
(168,106,237)
0 Favorites   0 Comments

Color spaces of #a86aed

RGB 168106237
HSL0.750.780.67
HSV268°55°93°
CMYK 0.290.550.00   0.07
XYZ36.588524.747382.9690
Yxy24.74730.25360.1715
Hunter Lab49.746744.2295-64.0630
CIE-Lab56.828449.8087-57.1100

#a86aed color RGB value is (168,106,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101010 11101101
Octal 250 152 355
Decimal 168 106 237
Hex A8 6A ED

RGB Percentages of Color #a86aed

%32.88
%20.74
%46.38

CMYK Percentages of Color #a86aed

%29
%55
%0
%7

Triadic Colors of #a86aed

#a86aed #eda86a #6aeda8

Analogous Colors of #a86aed

#a86aed #ea6aed #6a6eed

Monochromatic Colors of #a86aed

#a86aed

Complementary Color

#a86aed #afed6a

#a86aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86aed Color CSS Codes

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

#a86aed Text Font Color

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

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


#a86aed Background Color

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

This div background color is #a86aed


#a86aed Border Color

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

This div border color is #a86aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86aed


Comments

No comments written yet.

Please login to write comment.