Color Hex Logo

#a869eb Color Hex

#A869EB
(168,105,235)
0 Favorites   0 Comments

Color spaces of #a869eb

RGB 168105235
HSL0.750.760.67
HSV269°55°92°
CMYK 0.290.550.00   0.08
XYZ36.195424.426181.4043
Yxy24.42610.25490.1720
Hunter Lab49.422844.2369-63.0607
CIE-Lab56.511949.8655-56.5000

#a869eb color RGB value is (168,105,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101001 11101011
Octal 250 151 353
Decimal 168 105 235
Hex A8 69 EB

RGB Percentages of Color #a869eb

%33.07
%20.67
%46.26

CMYK Percentages of Color #a869eb

%29
%55
%0
%8

Triadic Colors of #a869eb

#a869eb #eba869 #69eba8

Analogous Colors of #a869eb

#a869eb #e969eb #696beb

Monochromatic Colors of #a869eb

#a869eb

Complementary Color

#a869eb #aceb69

#a869eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a869eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a869eb Color CSS Codes

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

#a869eb Text Font Color

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

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


#a869eb Background Color

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

This div background color is #a869eb


#a869eb Border Color

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

This div border color is #a869eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a869eb


Comments

No comments written yet.

Please login to write comment.