Color Hex Logo

#a21ae5 Color Hex

#A21AE5
(162,26,229)
0 Favorites   0 Comments

Color spaces of #a21ae5

RGB 16226229
HSL0.780.800.50
HSV280°89°90°
CMYK 0.290.890.00   0.10
XYZ29.412514.077375.2957
Yxy14.07730.24760.1185
Hunter Lab37.519774.2704-92.7211
CIE-Lab44.343678.0939-72.8209

#a21ae5 color RGB value is (162,26,229).

#a21ae5 hex color red value is 162, green value is 26 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #a21ae5 hue: 0.78 , saturation: 0.80 and the lightness value of a21ae5 is 0.50.

The process color (four color CMYK) of #a21ae5 color hex is 0.29, 0.89, 0.00, 0.10. Web safe color of #a21ae5 is #9933cc. Color #a21ae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00011010 11100101
Octal 242 32 345
Decimal 162 26 229
Hex A2 1A E5

RGB Percentages of Color #a21ae5

%38.85
%6.24
%54.92

CMYK Percentages of Color #a21ae5

%29
%89
%0
%10

Triadic Colors of #a21ae5

#a21ae5 #e5a21a #1ae5a2

Analogous Colors of #a21ae5

#a21ae5 #e51ac3 #3c1ae5

Monochromatic Colors of #a21ae5

#a21ae5

Complementary Color

#a21ae5 #5de51a

#a21ae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21ae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21ae5 Color CSS Codes

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

#a21ae5 Text Font Color

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

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


#a21ae5 Background Color

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

This div background color is #a21ae5


#a21ae5 Border Color

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

This div border color is #a21ae5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,26,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a21ae5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21ae5


Comments

No comments written yet.

Please login to write comment.