Color Hex Logo

#a011eb Color Hex

#A011EB
(160,17,235)
0 Favorites   0 Comments

Color spaces of #a011eb

RGB 16017235
HSL0.780.870.49
HSV279°93°92°
CMYK 0.320.930.00   0.08
XYZ29.693013.872679.7100
Yxy13.87260.24090.1125
Hunter Lab37.245977.1224-100.8143
CIE-Lab44.049780.4324-76.7184

#a011eb color RGB value is (160,17,235).

#a011eb hex color red value is 160, green value is 17 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a011eb hue: 0.78 , saturation: 0.87 and the lightness value of a011eb is 0.49.

The process color (four color CMYK) of #a011eb color hex is 0.32, 0.93, 0.00, 0.08. Web safe color of #a011eb is #9900ff. Color #a011eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010001 11101011
Octal 240 21 353
Decimal 160 17 235
Hex A0 11 EB

RGB Percentages of Color #a011eb

%38.83
%4.13
%57.04

CMYK Percentages of Color #a011eb

%32
%93
%0
%8

Triadic Colors of #a011eb

#a011eb #eba011 #11eba0

Analogous Colors of #a011eb

#a011eb #eb11c9 #3311eb

Monochromatic Colors of #a011eb

#a011eb

Complementary Color

#a011eb #5ceb11

#a011eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a011eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a011eb Color CSS Codes

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

#a011eb Text Font Color

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

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


#a011eb Background Color

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

This div background color is #a011eb


#a011eb Border Color

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

This div border color is #a011eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a011eb


Comments

No comments written yet.

Please login to write comment.