Color Hex Logo

#820b1e Color Hex

#820B1E
(130,11,30)
0 Favorites   0 Comments

Color spaces of #820b1e

RGB 1301130
HSL0.970.840.28
HSV350°92°51°
CMYK 0.000.920.77   0.49
XYZ9.55995.07891.7048
Yxy5.07890.58490.3108
Hunter Lab22.536436.280611.2904
CIE-Lab26.958447.362424.0319

#820b1e color RGB value is (130,11,30).

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

The process color (four color CMYK) of #820b1e color hex is 0.00, 0.92, 0.77, 0.49. Web safe color of #820b1e is #990033. Color #820b1e contains mainly RED color.

Base Numbers

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

RGB Percentages of Color #820b1e

%76.02
%6.43
%17.54

CMYK Percentages of Color #820b1e

%0
%92
%77
%49

Triadic Colors of #820b1e

#820b1e #1e820b #0b1e82

Analogous Colors of #820b1e

#820b1e #82340b #820b5a

Monochromatic Colors of #820b1e

#820b1e

Complementary Color

#820b1e #0b826f

#820b1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820b1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#820b1e Color CSS Codes

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

#820b1e Text Font Color

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

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


#820b1e Background Color

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

This div background color is #820b1e


#820b1e Border Color

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

This div border color is #820b1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820b1e


Comments

No comments written yet.

Please login to write comment.