Color Hex Logo

#a21125 Color Hex

#A21125
(162,17,37)
0 Favorites   0 Comments

Color spaces of #a21125

RGB 1621737
HSL0.980.810.35
HSV352°90°64°
CMYK 0.000.900.77   0.36
XYZ15.43478.21592.5226
Yxy8.21590.58970.3139
Hunter Lab28.663445.958014.8464
CIE-Lab34.428555.422429.9303

#a21125 color RGB value is (162,17,37).

#a21125 hex color red value is 162, green value is 17 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #a21125 hue: 0.98 , saturation: 0.81 and the lightness value of a21125 is 0.35.

The process color (four color CMYK) of #a21125 color hex is 0.00, 0.90, 0.77, 0.36. Web safe color of #a21125 is #990033. Color #a21125 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00010001 00100101
Octal 242 21 45
Decimal 162 17 37
Hex A2 11 25

RGB Percentages of Color #a21125

%75.00
%7.87
%17.13

CMYK Percentages of Color #a21125

%0
%90
%77
%36

Triadic Colors of #a21125

#a21125 #25a211 #1125a2

Analogous Colors of #a21125

#a21125 #a24611 #a2116e

Monochromatic Colors of #a21125

#a21125

Complementary Color

#a21125 #11a28e

#a21125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21125 Color CSS Codes

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

#a21125 Text Font Color

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

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


#a21125 Background Color

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

This div background color is #a21125


#a21125 Border Color

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

This div border color is #a21125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21125


Comments

No comments written yet.

Please login to write comment.