Color Hex Logo

#a21572 Color Hex

#A21572
(162,21,114)
0 Favorites   0 Comments

Color spaces of #a21572

RGB 16221114
HSL0.890.770.36
HSV320°87°64°
CMYK 0.000.870.30   0.36
XYZ18.20579.432616.7807
Yxy9.43260.40990.2124
Hunter Lab30.712552.0638-10.8961
CIE-Lab36.804260.6172-16.1875

#a21572 color RGB value is (162,21,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00010101 01110010
Octal 242 25 162
Decimal 162 21 114
Hex A2 15 72

RGB Percentages of Color #a21572

%54.55
%7.07
%38.38

CMYK Percentages of Color #a21572

%0
%87
%30
%36

Triadic Colors of #a21572

#a21572 #72a215 #1572a2

Analogous Colors of #a21572

#a21572 #a2152c #8c15a2

Monochromatic Colors of #a21572

#a21572

Complementary Color

#a21572 #15a245

#a21572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21572 Color CSS Codes

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

#a21572 Text Font Color

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

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


#a21572 Background Color

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

This div background color is #a21572


#a21572 Border Color

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

This div border color is #a21572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21572


Comments

No comments written yet.

Please login to write comment.