Color Hex Logo

#a221eb Color Hex

#A221EB
(162,33,235)
0 Favorites   0 Comments

Color spaces of #a221eb

RGB 16233235
HSL0.770.830.53
HSV278°86°92°
CMYK 0.310.860.00   0.08
XYZ30.439514.767379.8433
Yxy14.76730.24340.1181
Hunter Lab38.428274.1427-96.2885
CIE-Lab45.313877.8031-74.6393

#a221eb color RGB value is (162,33,235).

#a221eb hex color red value is 162, green value is 33 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a221eb hue: 0.77 , saturation: 0.83 and the lightness value of a221eb is 0.53.

The process color (four color CMYK) of #a221eb color hex is 0.31, 0.86, 0.00, 0.08. Web safe color of #a221eb is #9933ff. Color #a221eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00100001 11101011
Octal 242 41 353
Decimal 162 33 235
Hex A2 21 EB

RGB Percentages of Color #a221eb

%37.67
%7.67
%54.65

CMYK Percentages of Color #a221eb

%31
%86
%0
%8

Triadic Colors of #a221eb

#a221eb #eba221 #21eba2

Analogous Colors of #a221eb

#a221eb #eb21cf #3d21eb

Monochromatic Colors of #a221eb

#a221eb

Complementary Color

#a221eb #6aeb21

#a221eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a221eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a221eb Color CSS Codes

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

#a221eb Text Font Color

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

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


#a221eb Background Color

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

This div background color is #a221eb


#a221eb Border Color

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

This div border color is #a221eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a221eb


Comments

No comments written yet.

Please login to write comment.