Color Hex Logo

#a21390 Color Hex

#A21390
(162,19,144)
0 Favorites   0 Comments

Color spaces of #a21390

RGB 16219144
HSL0.850.790.35
HSV308°88°64°
CMYK 0.000.880.11   0.36
XYZ20.167210.160727.2838
Yxy10.16070.35010.1764
Hunter Lab31.875957.1506-28.4356
CIE-Lab38.129364.9056-32.7629

#a21390 color RGB value is (162,19,144).

#a21390 hex color red value is 162, green value is 19 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #a21390 hue: 0.85 , saturation: 0.79 and the lightness value of a21390 is 0.35.

The process color (four color CMYK) of #a21390 color hex is 0.00, 0.88, 0.11, 0.36. Web safe color of #a21390 is #990099. Color #a21390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00010011 10010000
Octal 242 23 220
Decimal 162 19 144
Hex A2 13 90

RGB Percentages of Color #a21390

%49.85
%5.85
%44.31

CMYK Percentages of Color #a21390

%0
%88
%11
%36

Triadic Colors of #a21390

#a21390 #90a213 #1390a2

Analogous Colors of #a21390

#a21390 #a21349 #6d13a2

Monochromatic Colors of #a21390

#a21390

Complementary Color

#a21390 #13a225

#a21390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21390 Color CSS Codes

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

#a21390 Text Font Color

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

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


#a21390 Background Color

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

This div background color is #a21390


#a21390 Border Color

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

This div border color is #a21390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21390


Comments

No comments written yet.

Please login to write comment.