Color Hex Logo

#a82321 Color Hex

#A82321
(168,35,33)
0 Favorites   0 Comments

Color spaces of #a82321

RGB 1683533
HSL0.000.670.39
HSV80°66°
CMYK 0.000.790.80   0.34
XYZ17.02409.63672.4016
Yxy9.63670.58580.3316
Hunter Lab31.043043.564117.1432
CIE-Lab37.182352.611335.6048

#a82321 color RGB value is (168,35,33).

#a82321 hex color red value is 168, green value is 35 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #a82321 hue: 0.00 , saturation: 0.67 and the lightness value of a82321 is 0.39.

The process color (four color CMYK) of #a82321 color hex is 0.00, 0.79, 0.80, 0.34. Web safe color of #a82321 is #993333. Color #a82321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100011 00100001
Octal 250 43 41
Decimal 168 35 33
Hex A8 23 21

RGB Percentages of Color #a82321

%71.19
%14.83
%13.98

CMYK Percentages of Color #a82321

%0
%79
%80
%34

Triadic Colors of #a82321

#a82321 #21a823 #2321a8

Analogous Colors of #a82321

#a82321 #a86721 #a82162

Monochromatic Colors of #a82321

#a82321

Complementary Color

#a82321 #21a6a8

#a82321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82321 Color CSS Codes

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

#a82321 Text Font Color

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

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


#a82321 Background Color

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

This div background color is #a82321


#a82321 Border Color

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

This div border color is #a82321


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,35,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a82321; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a82321;
  -webkit-box-shadow: 1px 1px 3px 2px #a82321;
  box-shadow:         1px 1px 3px 2px #a82321; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,35,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82321


Comments

No comments written yet.

Please login to write comment.