Color Hex Logo

#a21472 Color Hex

#A21472
(162,20,114)
0 Favorites   0 Comments

Color spaces of #a21472

RGB 16220114
HSL0.890.780.36
HSV320°88°64°
CMYK 0.000.880.30   0.36
XYZ18.18779.396616.7747
Yxy9.39660.41000.2118
Hunter Lab30.653952.2642-10.9875
CIE-Lab36.736960.8121-16.2907

#a21472 color RGB value is (162,20,114).

#a21472 hex color red value is 162, green value is 20 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #a21472 hue: 0.89 , saturation: 0.78 and the lightness value of a21472 is 0.36.

The process color (four color CMYK) of #a21472 color hex is 0.00, 0.88, 0.30, 0.36. Web safe color of #a21472 is #990066. Color #a21472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00010100 01110010
Octal 242 24 162
Decimal 162 20 114
Hex A2 14 72

RGB Percentages of Color #a21472

%54.73
%6.76
%38.51

CMYK Percentages of Color #a21472

%0
%88
%30
%36

Triadic Colors of #a21472

#a21472 #72a214 #1472a2

Analogous Colors of #a21472

#a21472 #a2142b #8b14a2

Monochromatic Colors of #a21472

#a21472

Complementary Color

#a21472 #14a244

#a21472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21472 Color CSS Codes

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

#a21472 Text Font Color

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

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


#a21472 Background Color

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

This div background color is #a21472


#a21472 Border Color

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

This div border color is #a21472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21472


Comments

No comments written yet.

Please login to write comment.