Color Hex Logo

#a421eb Color Hex

#A421EB
(164,33,235)
0 Favorites   0 Comments

Color spaces of #a421eb

RGB 16433235
HSL0.770.830.53
HSV279°86°92°
CMYK 0.300.860.00   0.08
XYZ30.849114.978479.8625
Yxy14.97840.24540.1192
Hunter Lab38.701974.5530-95.2552
CIE-Lab45.604678.0773-74.1524

#a421eb color RGB value is (164,33,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100001 11101011
Octal 244 41 353
Decimal 164 33 235
Hex A4 21 EB

RGB Percentages of Color #a421eb

%37.96
%7.64
%54.40

CMYK Percentages of Color #a421eb

%30
%86
%0
%8

Triadic Colors of #a421eb

#a421eb #eba421 #21eba4

Analogous Colors of #a421eb

#a421eb #eb21cd #3f21eb

Monochromatic Colors of #a421eb

#a421eb

Complementary Color

#a421eb #68eb21

#a421eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a421eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a421eb Color CSS Codes

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

#a421eb Text Font Color

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

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


#a421eb Background Color

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

This div background color is #a421eb


#a421eb Border Color

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

This div border color is #a421eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a421eb


Comments

No comments written yet.

Please login to write comment.