Color Hex Logo

#a21ca1 Color Hex

#A21CA1
(162,28,161)
0 Favorites   0 Comments

Color spaces of #a21ca1

RGB 16228161
HSL0.830.710.37
HSV300°83°64°
CMYK 0.000.830.01   0.36
XYZ21.748611.085134.7116
Yxy11.08510.32200.1641
Hunter Lab33.294358.3353-38.5079
CIE-Lab39.723465.6340-40.5516

#a21ca1 color RGB value is (162,28,161).

#a21ca1 hex color red value is 162, green value is 28 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #a21ca1 hue: 0.83 , saturation: 0.71 and the lightness value of a21ca1 is 0.37.

The process color (four color CMYK) of #a21ca1 color hex is 0.00, 0.83, 0.01, 0.36. Web safe color of #a21ca1 is #993399. Color #a21ca1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00011100 10100001
Octal 242 34 241
Decimal 162 28 161
Hex A2 1C A1

RGB Percentages of Color #a21ca1

%46.15
%7.98
%45.87

CMYK Percentages of Color #a21ca1

%0
%83
%1
%36

Triadic Colors of #a21ca1

#a21ca1 #a1a21c #1ca1a2

Analogous Colors of #a21ca1

#a21ca1 #a21c5e #601ca2

Monochromatic Colors of #a21ca1

#a21ca1

Complementary Color

#a21ca1 #1ca21d

#a21ca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21ca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21ca1 Color CSS Codes

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

#a21ca1 Text Font Color

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

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


#a21ca1 Background Color

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

This div background color is #a21ca1


#a21ca1 Border Color

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

This div border color is #a21ca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21ca1


Comments

No comments written yet.

Please login to write comment.