color details

Color Details
#70193D Color Hex

#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
Color spaces of #70193DValue
RGB112, 25, 61
HSL0.93, 0.64, 0.27
HSV335°, 78°, 44°
XYZ7.87, 4.48, 4.86
Base Numbers
Base Red Green Blue
Binary 1110000 11001 111101
Octal 160 31 75
Decimal 112 25 61
Hex 70 19 3D

RGB Percentages for Color #70193D

56.57%
12.63%
30.81%

CMYK Percentages of the Color #70193D

77.68%
45.54%
56.08%
CSS Codes for Color #70193D
.mybgColor {background-color: #70193D;}
.myforeColor {color: #70193D;}
.myborderColor {border:3px solid #70193D;}
Text Font Color #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,

Background Color #70193D

<div style="background-color:#70193D">Div content here</div>

The background color of this div is #70193D
Border Color #70193D

<div style="border:3px solid #70193D">Div here</div>

The border color of this div is #70193D
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112, 25, 61, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #70193D;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #70193D
Scroll to Top