Color Hex Logo

#a86aeb Color Hex

#A86AEB
(168,106,235)
0 Favorites   0 Comments

Color spaces of #a86aeb

RGB 168106235
HSL0.750.760.67
HSV269°55°92°
CMYK 0.290.550.00   0.08
XYZ36.297924.631181.4384
Yxy24.63110.25500.1730
Hunter Lab49.629743.6983-62.5493
CIE-Lab56.714249.3353-56.1766

#a86aeb color RGB value is (168,106,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101010 11101011
Octal 250 152 353
Decimal 168 106 235
Hex A8 6A EB

RGB Percentages of Color #a86aeb

%33.01
%20.83
%46.17

CMYK Percentages of Color #a86aeb

%29
%55
%0
%8

Triadic Colors of #a86aeb

#a86aeb #eba86a #6aeba8

Analogous Colors of #a86aeb

#a86aeb #e96aeb #6a6deb

Monochromatic Colors of #a86aeb

#a86aeb

Complementary Color

#a86aeb #adeb6a

#a86aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86aeb Color CSS Codes

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

#a86aeb Text Font Color

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

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


#a86aeb Background Color

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

This div background color is #a86aeb


#a86aeb Border Color

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

This div border color is #a86aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86aeb


Comments

No comments written yet.

Please login to write comment.