Color Hex Logo

#a847eb Color Hex

#A847EB
(168,71,235)
0 Favorites   0 Comments

Color spaces of #a847eb

RGB 16871235
HSL0.770.800.60
HSV275°70°92°
CMYK 0.290.700.00   0.08
XYZ33.397118.829580.4715
Yxy18.82950.25170.1419
Hunter Lab43.393061.4436-79.5772
CIE-Lab50.487166.2432-66.1915

#a847eb color RGB value is (168,71,235).

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

The process color (four color CMYK) of #a847eb color hex is 0.29, 0.70, 0.00, 0.08. Web safe color of #a847eb is #9933ff. Color #a847eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000111 11101011
Octal 250 107 353
Decimal 168 71 235
Hex A8 47 EB

RGB Percentages of Color #a847eb

%35.44
%14.98
%49.58

CMYK Percentages of Color #a847eb

%29
%70
%0
%8

Triadic Colors of #a847eb

#a847eb #eba847 #47eba8

Analogous Colors of #a847eb

#a847eb #eb47dc #5647eb

Monochromatic Colors of #a847eb

#a847eb

Complementary Color

#a847eb #8aeb47

#a847eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a847eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a847eb Color CSS Codes

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

#a847eb Text Font Color

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

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


#a847eb Background Color

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

This div background color is #a847eb


#a847eb Border Color

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

This div border color is #a847eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a847eb


Comments

No comments written yet.

Please login to write comment.