Color Hex Logo

#a840eb Color Hex

#A840EB
(168,64,235)
0 Favorites   0 Comments

Color spaces of #a840eb

RGB 16864235
HSL0.770.810.59
HSV276°73°92°
CMYK 0.290.730.00   0.08
XYZ32.977217.989880.3315
Yxy17.98980.25120.1370
Hunter Lab42.414464.5586-82.6033
CIE-Lab49.483769.0832-67.8166

#a840eb color RGB value is (168,64,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000000 11101011
Octal 250 100 353
Decimal 168 64 235
Hex A8 40 EB

RGB Percentages of Color #a840eb

%35.97
%13.70
%50.32

CMYK Percentages of Color #a840eb

%29
%73
%0
%8

Triadic Colors of #a840eb

#a840eb #eba840 #40eba8

Analogous Colors of #a840eb

#a840eb #eb40d9 #5240eb

Monochromatic Colors of #a840eb

#a840eb

Complementary Color

#a840eb #83eb40

#a840eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a840eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a840eb Color CSS Codes

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

#a840eb Text Font Color

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

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


#a840eb Background Color

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

This div background color is #a840eb


#a840eb Border Color

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

This div border color is #a840eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a840eb


Comments

No comments written yet.

Please login to write comment.