Color Hex Logo

#a868eb Color Hex

#A868EB
(168,104,235)
0 Favorites   0 Comments

Color spaces of #a868eb

RGB 168104235
HSL0.750.770.66
HSV269°56°92°
CMYK 0.290.560.00   0.08
XYZ36.094224.223681.3705
Yxy24.22360.25470.1710
Hunter Lab49.217544.7744-63.5710
CIE-Lab56.311050.3935-56.8213

#a868eb color RGB value is (168,104,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101000 11101011
Octal 250 150 353
Decimal 168 104 235
Hex A8 68 EB

RGB Percentages of Color #a868eb

%33.14
%20.51
%46.35

CMYK Percentages of Color #a868eb

%29
%56
%0
%8

Triadic Colors of #a868eb

#a868eb #eba868 #68eba8

Analogous Colors of #a868eb

#a868eb #ea68eb #686aeb

Monochromatic Colors of #a868eb

#a868eb

Complementary Color

#a868eb #abeb68

#a868eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a868eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a868eb Color CSS Codes

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

#a868eb Text Font Color

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

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


#a868eb Background Color

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

This div background color is #a868eb


#a868eb Border Color

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

This div border color is #a868eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a868eb


Comments

No comments written yet.

Please login to write comment.