Color spaces of #70375a
RGB | 112 | 55 | 90 |
---|---|---|---|
HSL | 0.90 | 0.34 | 0.33 |
HSV | 323° | 51° | 44° |
CMYK | 0.00 | 0.51 | 0.20 0.56 |
XYZ | 9.8937 | 6.9153 | 10.4862 |
Yxy | 6.9153 | 0.3625 | 0.2534 |
Hunter Lab | 26.2970 | 21.1373 | -5.2347 |
CIE-Lab | 31.6133 | 29.9736 | -9.5828 |
#70375a color RGB value is (112,55,90).
#70375a hex color red value is 112, green value is 55 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #70375a hue: 0.90 , saturation: 0.34 and the lightness value of 70375a is 0.33.
The process color (four color CMYK) of #70375a color hex is 0.00, 0.51, 0.20, 0.56. Web safe color of #70375a is #663366. Color #70375a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 00110111 | 01011010 |
Octal | 160 | 67 | 132 |
Decimal | 112 | 55 | 90 |
Hex | 70 | 37 | 5A |
Shades of #70375a
Tints of #70375a
RGB Percentages of Color #70375a
CMYK Percentages of Color #70375a
Complementary Color
#70375a | #37704d |
#70375a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#70375a Color Preview on White Background
Lorem ipsum dolor sit amet.
#70375a Color CSS Codes
.mybgcolor {background-color:#70375a; } .myforecolor {color:#70375a; } .mybordercolor {border:3px solid #70375a; }
#70375a Text Font Color
<p style="color:#70375a">Text here</p>
This sample text font color is #70375a
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.
#70375a Background Color
<div style="background-color:#70375a">
Div content here</div>
This div background color is #70375a
#70375a Border Color
<div style="border:3px solid #70375a">
Div here</div>
This div border color is #70375a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,55,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #70375a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #70375a; -webkit-box-shadow: 1px 1px 3px 2px #70375a; box-shadow: 1px 1px 3px 2px #70375a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,55,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #70375a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #70375a; -webkit-box-shadow: 1px 1px 3px 2px #70375a; box-shadow: 1px 1px 3px 2px #70375a;">
Div content here</div>
This div box has shadow with color #70375a
Comments
No comments written yet.
Please login to write comment.