Color Hex Logo

#a814eb Color Hex

#A814EB
(168,20,235)
0 Favorites   0 Comments

Color spaces of #a814eb

RGB 16820235
HSL0.780.840.50
HSV281°91°92°
CMYK 0.290.910.00   0.08
XYZ31.394014.823379.8038
Yxy14.82330.24910.1176
Hunter Lab38.501078.1733-95.9438
CIE-Lab45.391281.0084-74.4761

#a814eb color RGB value is (168,20,235).

#a814eb hex color red value is 168, green value is 20 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a814eb hue: 0.78 , saturation: 0.84 and the lightness value of a814eb is 0.50.

The process color (four color CMYK) of #a814eb color hex is 0.29, 0.91, 0.00, 0.08. Web safe color of #a814eb is #9900ff. Color #a814eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010100 11101011
Octal 250 24 353
Decimal 168 20 235
Hex A8 14 EB

RGB Percentages of Color #a814eb

%39.72
%4.73
%55.56

CMYK Percentages of Color #a814eb

%29
%91
%0
%8

Triadic Colors of #a814eb

#a814eb #eba814 #14eba8

Analogous Colors of #a814eb

#a814eb #eb14c3 #3c14eb

Monochromatic Colors of #a814eb

#a814eb

Complementary Color

#a814eb #57eb14

#a814eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a814eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a814eb Color CSS Codes

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

#a814eb Text Font Color

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

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


#a814eb Background Color

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

This div background color is #a814eb


#a814eb Border Color

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

This div border color is #a814eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a814eb


Comments

No comments written yet.

Please login to write comment.