Color spaces of #822202
RGB | 130 | 34 | 2 |
---|---|---|---|
HSL | 0.04 | 0.97 | 0.26 |
HSV | 15° | 98° | 51° |
CMYK | 0.00 | 0.74 | 0.98 0.49 |
XYZ | 9.7889 | 5.8943 | 0.6792 |
Yxy | 5.8943 | 0.5983 | 0.3602 |
Hunter Lab | 24.2782 | 29.4839 | 15.3360 |
CIE-Lab | 29.1442 | 39.7828 | 40.5338 |
#822202 color RGB value is (130,34,2).
#822202 hex color red value is 130, green value is 34 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #822202 hue: 0.04 , saturation: 0.97 and the lightness value of 822202 is 0.26.
The process color (four color CMYK) of #822202 color hex is 0.00, 0.74, 0.98, 0.49. Web safe color of #822202 is #993300. Color #822202 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 00100010 | 00000010 |
Octal | 202 | 42 | 2 |
Decimal | 130 | 34 | 2 |
Hex | 82 | 22 | 2 |
Shades of #822202
Tints of #822202
RGB Percentages of Color #822202
CMYK Percentages of Color #822202
Complementary Color
#822202 | #026282 |
#822202 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#822202 Color Preview on White Background
Lorem ipsum dolor sit amet.
#822202 Color CSS Codes
.mybgcolor {background-color:#822202; } .myforecolor {color:#822202; } .mybordercolor {border:3px solid #822202; }
#822202 Text Font Color
<p style="color:#822202">Text here</p>
This sample text font color is #822202
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.
#822202 Background Color
<div style="background-color:#822202">
Div content here</div>
This div background color is #822202
#822202 Border Color
<div style="border:3px solid #822202">
Div here</div>
This div border color is #822202
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,34,2, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #822202; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #822202; -webkit-box-shadow: 1px 1px 3px 2px #822202; box-shadow: 1px 1px 3px 2px #822202; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,34,2, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #822202">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #822202; -webkit-box-shadow: 1px 1px 3px 2px #822202; box-shadow: 1px 1px 3px 2px #822202;">
Div content here</div>
This div box has shadow with color #822202
Comments
No comments written yet.
Please login to write comment.