Color spaces of #700518
RGB | 112 | 5 | 24 |
---|---|---|---|
HSL | 0.97 | 0.91 | 0.23 |
HSV | 349° | 96° | 44° |
CMYK | 0.00 | 0.96 | 0.79 0.56 |
XYZ | 6.9012 | 3.6192 | 1.1990 |
Yxy | 3.6192 | 0.5889 | 0.3088 |
Hunter Lab | 19.0242 | 31.4602 | 9.5802 |
CIE-Lab | 22.3703 | 43.2032 | 21.6602 |
#700518 color RGB value is (112,5,24).
#700518 hex color red value is 112, green value is 5 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #700518 hue: 0.97 , saturation: 0.91 and the lightness value of 700518 is 0.23.
The process color (four color CMYK) of #700518 color hex is 0.00, 0.96, 0.79, 0.56. Web safe color of #700518 is #660000. Color #700518 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 00000101 | 00011000 |
Octal | 160 | 5 | 30 |
Decimal | 112 | 5 | 24 |
Hex | 70 | 5 | 18 |
Shades of #700518
Tints of #700518
RGB Percentages of Color #700518
CMYK Percentages of Color #700518
Complementary Color
#700518 | #05705d |
#700518 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#700518 Color Preview on White Background
Lorem ipsum dolor sit amet.
#700518 Color CSS Codes
.mybgcolor {background-color:#700518; } .myforecolor {color:#700518; } .mybordercolor {border:3px solid #700518; }
#700518 Text Font Color
<p style="color:#700518">Text here</p>
This sample text font color is #700518
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.
#700518 Background Color
<div style="background-color:#700518">
Div content here</div>
This div background color is #700518
#700518 Border Color
<div style="border:3px solid #700518">
Div here</div>
This div border color is #700518
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,5,24, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #700518; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #700518; -webkit-box-shadow: 1px 1px 3px 2px #700518; box-shadow: 1px 1px 3px 2px #700518; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,5,24, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #700518">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #700518; -webkit-box-shadow: 1px 1px 3px 2px #700518; box-shadow: 1px 1px 3px 2px #700518;">
Div content here</div>
This div box has shadow with color #700518
Comments
No comments written yet.
Please login to write comment.