Color Hex Logo

#a21cca Color Hex

#A21CCA
(162,28,202)
0 Favorites   0 Comments

Color spaces of #a21cca

RGB 16228202
HSL0.800.760.45
HSV286°86°79°
CMYK 0.200.860.00   0.21
XYZ25.976212.776256.9741
Yxy12.77620.27140.1335
Hunter Lab35.743867.1701-69.4850
CIE-Lab42.424172.6479-60.4332

#a21cca color RGB value is (162,28,202).

#a21cca hex color red value is 162, green value is 28 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a21cca hue: 0.80 , saturation: 0.76 and the lightness value of a21cca is 0.45.

The process color (four color CMYK) of #a21cca color hex is 0.20, 0.86, 0.00, 0.21. Web safe color of #a21cca is #9933cc. Color #a21cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00011100 11001010
Octal 242 34 312
Decimal 162 28 202
Hex A2 1C CA

RGB Percentages of Color #a21cca

%41.33
%7.14
%51.53

CMYK Percentages of Color #a21cca

%20
%86
%0
%21

Triadic Colors of #a21cca

#a21cca #caa21c #1ccaa2

Analogous Colors of #a21cca

#a21cca #ca1c9b #4b1cca

Monochromatic Colors of #a21cca

#a21cca

Complementary Color

#a21cca #44ca1c

#a21cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21cca Color CSS Codes

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

#a21cca Text Font Color

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

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


#a21cca Background Color

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

This div background color is #a21cca


#a21cca Border Color

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

This div border color is #a21cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21cca


Comments

No comments written yet.

Please login to write comment.