#70193D color RGB value is (7, 1, 147).
#70193D hex color red value is 7, green value is 1, and blue value is 147.
Cylindrical-coordinate representations (HSL) of color #70193D
hue: 242.47,
saturation: 0.99 and lightness: 0.29.
The process color (four-color CMYK) of #70193D color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #70193D is #ff9999. Color #70193D contains mainly RED.
| Color spaces of #70193D | Value |
|---|---|
| RGB | 112, 25, 61 |
| HSL | 0.93, 0.64, 0.27 |
| HSV | 335°, 78°, 44° |
| XYZ | 7.87, 4.48, 4.86 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1110000 | 11001 | 111101 |
| Octal | 160 | 31 | 75 |
| Decimal | 112 | 25 | 61 |
| Hex | 70 | 19 | 3D |
Shades of #70193D
Tints of #70193D
.mybgColor {background-color: #70193D;}
.myforeColor {color: #70193D;}
.myborderColor {border:3px solid #70193D;}
<p style="color:#70193D">Text here</p>
This sample text is styled with the font color #70193D. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#70193D">Div content here</div>
<div style="border:3px solid #70193D">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(112, 25, 61, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #70193D; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #70193D;
-webkit-box-shadow: 1px 1px 3px #70193D;
box-shadow: 1px 1px 3px #70193D; }
<p style="text-shadow: 4px 4px 2px rgba(112, 25, 61, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #70193D;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #70193D;
-webkit-box-shadow: 1px 1px 3px #70193D;
box-shadow: 1px 1px 3px #70193D;">Div content here</div>
