Color Hex Logo

#a21cac Color Hex

#A21CAC
(162,28,172)
0 Favorites   0 Comments

Color spaces of #a21cac

RGB 16228172
HSL0.820.720.39
HSV296°84°67°
CMYK 0.060.840.00   0.33
XYZ22.761911.490440.0479
Yxy11.49040.30640.1546
Hunter Lab33.897560.5407-46.3194
CIE-Lab40.394567.4193-46.0650

#a21cac color RGB value is (162,28,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00011100 10101100
Octal 242 34 254
Decimal 162 28 172
Hex A2 1C AC

RGB Percentages of Color #a21cac

%44.75
%7.73
%47.51

CMYK Percentages of Color #a21cac

%6
%84
%0
%33

Triadic Colors of #a21cac

#a21cac #aca21c #1caca2

Analogous Colors of #a21cac

#a21cac #ac1c6e #5a1cac

Monochromatic Colors of #a21cac

#a21cac

Complementary Color

#a21cac #26ac1c

#a21cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21cac Color CSS Codes

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

#a21cac Text Font Color

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

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


#a21cac Background Color

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

This div background color is #a21cac


#a21cac Border Color

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

This div border color is #a21cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21cac


Comments

No comments written yet.

Please login to write comment.