Color Hex Logo

#a21838 Color Hex

#A21838
(162,24,56)
0 Favorites   0 Comments

Color spaces of #a21838

RGB 1622456
HSL0.960.740.36
HSV346°85°64°
CMYK 0.000.850.65   0.36
XYZ15.94078.62024.5651
Yxy8.62020.54730.2960
Hunter Lab29.360245.533811.3334
CIE-Lab35.242554.862818.8691

#a21838 color RGB value is (162,24,56).

#a21838 hex color red value is 162, green value is 24 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #a21838 hue: 0.96 , saturation: 0.74 and the lightness value of a21838 is 0.36.

The process color (four color CMYK) of #a21838 color hex is 0.00, 0.85, 0.65, 0.36. Web safe color of #a21838 is #990033. Color #a21838 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00011000 00111000
Octal 242 30 70
Decimal 162 24 56
Hex A2 18 38

RGB Percentages of Color #a21838

%66.94
%9.92
%23.14

CMYK Percentages of Color #a21838

%0
%85
%65
%36

Triadic Colors of #a21838

#a21838 #38a218 #1838a2

Analogous Colors of #a21838

#a21838 #a23d18 #a2187d

Monochromatic Colors of #a21838

#a21838

Complementary Color

#a21838 #18a282

#a21838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a21838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a21838 Color CSS Codes

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

#a21838 Text Font Color

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

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


#a21838 Background Color

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

This div background color is #a21838


#a21838 Border Color

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

This div border color is #a21838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a21838


Comments

No comments written yet.

Please login to write comment.