Color Hex Logo

#821e0b Color Hex

#821E0B
(130,30,11)
0 Favorites   0 Comments

Color spaces of #821e0b

RGB 1303011
HSL0.030.840.28
HSV10°92°51°
CMYK 0.000.770.92   0.49
XYZ9.73065.69850.9037
Yxy5.69850.59580.3489
Hunter Lab23.871530.985614.4655
CIE-Lab28.638741.495536.4511

#821e0b color RGB value is (130,30,11).

#821e0b hex color red value is 130, green value is 30 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #821e0b hue: 0.03 , saturation: 0.84 and the lightness value of 821e0b is 0.28.

The process color (four color CMYK) of #821e0b color hex is 0.00, 0.77, 0.92, 0.49. Web safe color of #821e0b is #993300. Color #821e0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011110 00001011
Octal 202 36 13
Decimal 130 30 11
Hex 82 1E B

RGB Percentages of Color #821e0b

%76.02
%17.54
%6.43

CMYK Percentages of Color #821e0b

%0
%77
%92
%49

Triadic Colors of #821e0b

#821e0b #0b821e #1e0b82

Analogous Colors of #821e0b

#821e0b #825a0b #820b33

Monochromatic Colors of #821e0b

#821e0b

Complementary Color

#821e0b #0b6f82

#821e0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#821e0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#821e0b Color CSS Codes

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

#821e0b Text Font Color

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

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


#821e0b Background Color

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

This div background color is #821e0b


#821e0b Border Color

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

This div border color is #821e0b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,30,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #821e0b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #821e0b;
  -webkit-box-shadow: 1px 1px 3px 2px #821e0b;
  box-shadow:         1px 1px 3px 2px #821e0b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,30,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #821e0b


Comments

No comments written yet.

Please login to write comment.