Color Hex Logo

#a86ceb Color Hex

#A86CEB
(168,108,235)
0 Favorites   0 Comments

Color spaces of #a86ceb

RGB 168108235
HSL0.750.760.67
HSV268°54°92°
CMYK 0.290.540.00   0.08
XYZ36.506425.048181.5079
Yxy25.04810.25520.1751
Hunter Lab50.048142.6185-61.5256
CIE-Lab57.122348.2697-55.5246

#a86ceb color RGB value is (168,108,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101100 11101011
Octal 250 154 353
Decimal 168 108 235
Hex A8 6C EB

RGB Percentages of Color #a86ceb

%32.88
%21.14
%45.99

CMYK Percentages of Color #a86ceb

%29
%54
%0
%8

Triadic Colors of #a86ceb

#a86ceb #eba86c #6ceba8

Analogous Colors of #a86ceb

#a86ceb #e86ceb #6c70eb

Monochromatic Colors of #a86ceb

#a86ceb

Complementary Color

#a86ceb #afeb6c

#a86ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86ceb Color CSS Codes

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

#a86ceb Text Font Color

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

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


#a86ceb Background Color

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

This div background color is #a86ceb


#a86ceb Border Color

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

This div border color is #a86ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86ceb


Comments

No comments written yet.

Please login to write comment.