Color Hex Logo

#a86beb Color Hex

#A86BEB
(168,107,235)
0 Favorites   0 Comments

Color spaces of #a86beb

RGB 168107235
HSL0.750.760.67
HSV269°54°92°
CMYK 0.290.540.00   0.08
XYZ36.401524.838481.4730
Yxy24.83840.25510.1740
Hunter Lab49.838143.1587-62.0378
CIE-Lab56.917648.8033-55.8515

#a86beb color RGB value is (168,107,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101011 11101011
Octal 250 153 353
Decimal 168 107 235
Hex A8 6B EB

RGB Percentages of Color #a86beb

%32.94
%20.98
%46.08

CMYK Percentages of Color #a86beb

%29
%54
%0
%8

Triadic Colors of #a86beb

#a86beb #eba86b #6beba8

Analogous Colors of #a86beb

#a86beb #e86beb #6b6eeb

Monochromatic Colors of #a86beb

#a86beb

Complementary Color

#a86beb #aeeb6b

#a86beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86beb Color CSS Codes

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

#a86beb Text Font Color

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

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


#a86beb Background Color

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

This div background color is #a86beb


#a86beb Border Color

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

This div border color is #a86beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86beb


Comments

No comments written yet.

Please login to write comment.