Color Hex Logo

#a21eac Color Hex

#A21EAC
(162,30,172)
0 Favorites   0 Comments

Color spaces of #a21eac

RGB 16230172
HSL0.820.700.40
HSV296°83°67°
CMYK 0.060.830.00   0.33
XYZ22.811011.588540.0643
Yxy11.58850.30630.1556
Hunter Lab34.041960.0371-45.9498
CIE-Lab40.554566.9526-45.8086

#a21eac color RGB value is (162,30,172).

#a21eac hex color red value is 162, green value is 30 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a21eac hue: 0.82 , saturation: 0.70 and the lightness value of a21eac is 0.40.

The process color (four color CMYK) of #a21eac color hex is 0.06, 0.83, 0.00, 0.33. Web safe color of #a21eac is #993399. Color #a21eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00011110 10101100
Octal 242 36 254
Decimal 162 30 172
Hex A2 1E AC

RGB Percentages of Color #a21eac

%44.51
%8.24
%47.25

CMYK Percentages of Color #a21eac

%6
%83
%0
%33

Triadic Colors of #a21eac

#a21eac #aca21e #1eaca2

Analogous Colors of #a21eac

#a21eac #ac1e6f #5b1eac

Monochromatic Colors of #a21eac

#a21eac

Complementary Color

#a21eac #28ac1e

#a21eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21eac Color CSS Codes

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

#a21eac Text Font Color

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

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


#a21eac Background Color

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

This div background color is #a21eac


#a21eac Border Color

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

This div border color is #a21eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21eac


Comments

No comments written yet.

Please login to write comment.