Color Hex Logo

#a873ef Color Hex

#A873EF
(168,115,239)
0 Favorites   0 Comments

Color spaces of #a873ef

RGB 168115239
HSL0.740.790.69
HSV266°52°94°
CMYK 0.300.520.00   0.06
XYZ37.859226.818384.8424
Yxy26.81830.25320.1794
Hunter Lab51.786439.8689-60.8852
CIE-Lab58.805845.4483-55.0654

#a873ef color RGB value is (168,115,239).

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

The process color (four color CMYK) of #a873ef color hex is 0.30, 0.52, 0.00, 0.06. Web safe color of #a873ef is #9966ff. Color #a873ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110011 11101111
Octal 250 163 357
Decimal 168 115 239
Hex A8 73 EF

RGB Percentages of Color #a873ef

%32.18
%22.03
%45.79

CMYK Percentages of Color #a873ef

%30
%52
%0
%6

Triadic Colors of #a873ef

#a873ef #efa873 #73efa8

Analogous Colors of #a873ef

#a873ef #e673ef #737cef

Monochromatic Colors of #a873ef

#a873ef

Complementary Color

#a873ef #baef73

#a873ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a873ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a873ef Color CSS Codes

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

#a873ef Text Font Color

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

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


#a873ef Background Color

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

This div background color is #a873ef


#a873ef Border Color

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

This div border color is #a873ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,115,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a873ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a873ef


Comments

No comments written yet.

Please login to write comment.