Color Hex Logo

#a873eb Color Hex

#A873EB
(168,115,235)
0 Favorites   0 Comments

Color spaces of #a873eb

RGB 168115235
HSL0.740.750.69
HSV267°51°92°
CMYK 0.290.510.00   0.08
XYZ37.274626.584581.7640
Yxy26.58450.25600.1826
Hunter Lab51.560238.8135-57.9299
CIE-Lab58.587744.4846-53.1879

#a873eb color RGB value is (168,115,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110011 11101011
Octal 250 163 353
Decimal 168 115 235
Hex A8 73 EB

RGB Percentages of Color #a873eb

%32.43
%22.20
%45.37

CMYK Percentages of Color #a873eb

%29
%51
%0
%8

Triadic Colors of #a873eb

#a873eb #eba873 #73eba8

Analogous Colors of #a873eb

#a873eb #e473eb #737aeb

Monochromatic Colors of #a873eb

#a873eb

Complementary Color

#a873eb #b6eb73

#a873eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a873eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a873eb Color CSS Codes

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

#a873eb Text Font Color

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

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


#a873eb Background Color

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

This div background color is #a873eb


#a873eb Border Color

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

This div border color is #a873eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a873eb


Comments

No comments written yet.

Please login to write comment.