Color spaces of #820212
RGB | 130 | 2 | 18 |
---|---|---|---|
HSL | 0.98 | 0.97 | 0.26 |
HSV | 353° | 98° | 51° |
CMYK | 0.00 | 0.98 | 0.86 0.49 |
XYZ | 9.3368 | 4.8329 | 1.0130 |
Yxy | 4.8329 | 0.6150 | 0.3183 |
Hunter Lab | 21.9839 | 37.3393 | 12.6567 |
CIE-Lab | 26.2533 | 48.5785 | 30.7863 |
#820212 color RGB value is (130,2,18).
#820212 hex color red value is 130, green value is 2 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #820212 hue: 0.98 , saturation: 0.97 and the lightness value of 820212 is 0.26.
The process color (four color CMYK) of #820212 color hex is 0.00, 0.98, 0.86, 0.49. Web safe color of #820212 is #990000. Color #820212 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 00000010 | 00010010 |
Octal | 202 | 2 | 22 |
Decimal | 130 | 2 | 18 |
Hex | 82 | 2 | 12 |
Shades of #820212
Tints of #820212
RGB Percentages of Color #820212
CMYK Percentages of Color #820212
Complementary Color
#820212 | #028272 |
#820212 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#820212 Color Preview on White Background
Lorem ipsum dolor sit amet.
#820212 Color CSS Codes
.mybgcolor {background-color:#820212; } .myforecolor {color:#820212; } .mybordercolor {border:3px solid #820212; }
#820212 Text Font Color
<p style="color:#820212">Text here</p>
This sample text font color is #820212
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.
#820212 Background Color
<div style="background-color:#820212">
Div content here</div>
This div background color is #820212
#820212 Border Color
<div style="border:3px solid #820212">
Div here</div>
This div border color is #820212
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,2,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #820212; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #820212; -webkit-box-shadow: 1px 1px 3px 2px #820212; box-shadow: 1px 1px 3px 2px #820212; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,2,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #820212">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #820212; -webkit-box-shadow: 1px 1px 3px 2px #820212; box-shadow: 1px 1px 3px 2px #820212;">
Div content here</div>
This div box has shadow with color #820212
Comments
No comments written yet.
Please login to write comment.