Color Hex Logo

#82220b Color Hex

#82220B
(130,34,11)
0 Favorites   0 Comments

Color spaces of #82220b

RGB 1303411
HSL0.030.840.28
HSV12°92°51°
CMYK 0.000.740.92   0.49
XYZ9.83845.91400.9396
Yxy5.91400.58940.3543
Hunter Lab24.318729.656414.7323
CIE-Lab29.194439.960636.8958

#82220b color RGB value is (130,34,11).

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

The process color (four color CMYK) of #82220b color hex is 0.00, 0.74, 0.92, 0.49. Web safe color of #82220b is #993300. Color #82220b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00100010 00001011
Octal 202 42 13
Decimal 130 34 11
Hex 82 22 B

RGB Percentages of Color #82220b

%74.29
%19.43
%6.29

CMYK Percentages of Color #82220b

%0
%74
%92
%49

Triadic Colors of #82220b

#82220b #0b8222 #220b82

Analogous Colors of #82220b

#82220b #825e0b #820b2f

Monochromatic Colors of #82220b

#82220b

Complementary Color

#82220b #0b6b82

#82220b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82220b Color Preview on White Background

Lorem ipsum dolor sit amet.

#82220b Color CSS Codes

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

#82220b Text Font Color

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

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


#82220b Background Color

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

This div background color is #82220b


#82220b Border Color

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

This div border color is #82220b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,34,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 #82220b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82220b


Comments

No comments written yet.

Please login to write comment.