Color Hex Logo

#a211eb Color Hex

#A211EB
(162,17,235)
0 Favorites   0 Comments

Color spaces of #a211eb

RGB 16217235
HSL0.780.870.49
HSV280°93°92°
CMYK 0.310.930.00   0.08
XYZ30.096114.080479.7288
Yxy14.08040.24290.1136
Hunter Lab37.523977.4996-99.7097
CIE-Lab44.348080.6748-76.2182

#a211eb color RGB value is (162,17,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00010001 11101011
Octal 242 21 353
Decimal 162 17 235
Hex A2 11 EB

RGB Percentages of Color #a211eb

%39.13
%4.11
%56.76

CMYK Percentages of Color #a211eb

%31
%93
%0
%8

Triadic Colors of #a211eb

#a211eb #eba211 #11eba2

Analogous Colors of #a211eb

#a211eb #eb11c7 #3511eb

Monochromatic Colors of #a211eb

#a211eb

Complementary Color

#a211eb #5aeb11

#a211eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a211eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a211eb Color CSS Codes

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

#a211eb Text Font Color

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

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


#a211eb Background Color

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

This div background color is #a211eb


#a211eb Border Color

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

This div border color is #a211eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a211eb


Comments

No comments written yet.

Please login to write comment.