Color spaces of #600118
RGB | 96 | 1 | 24 |
---|---|---|---|
HSL | 0.96 | 0.98 | 0.19 |
HSV | 345° | 99° | 38° |
CMYK | 0.00 | 0.99 | 0.75 0.62 |
XYZ | 4.9996 | 2.5745 | 1.0976 |
Yxy | 2.5745 | 0.5765 | 0.2969 |
Hunter Lab | 16.0452 | 27.5403 | 7.1758 |
CIE-Lab | 18.2522 | 39.7032 | 15.8515 |
#600118 color RGB value is (96,1,24).
#600118 hex color red value is 96, green value is 1 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #600118 hue: 0.96 , saturation: 0.98 and the lightness value of 600118 is 0.19.
The process color (four color CMYK) of #600118 color hex is 0.00, 0.99, 0.75, 0.62. Web safe color of #600118 is #660000. Color #600118 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 00000001 | 00011000 |
Octal | 140 | 1 | 30 |
Decimal | 96 | 1 | 24 |
Hex | 60 | 1 | 18 |
Shades of #600118
Tints of #600118
RGB Percentages of Color #600118
CMYK Percentages of Color #600118
Complementary Color
#600118 | #016049 |
#600118 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#600118 Color Preview on White Background
Lorem ipsum dolor sit amet.
#600118 Color CSS Codes
.mybgcolor {background-color:#600118; } .myforecolor {color:#600118; } .mybordercolor {border:3px solid #600118; }
#600118 Text Font Color
<p style="color:#600118">Text here</p>
This sample text font color is #600118
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.
#600118 Background Color
<div style="background-color:#600118">
Div content here</div>
This div background color is #600118
#600118 Border Color
<div style="border:3px solid #600118">
Div here</div>
This div border color is #600118
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,1,24, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #600118; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #600118; -webkit-box-shadow: 1px 1px 3px 2px #600118; box-shadow: 1px 1px 3px 2px #600118; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,1,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 #600118">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #600118; -webkit-box-shadow: 1px 1px 3px 2px #600118; box-shadow: 1px 1px 3px 2px #600118;">
Div content here</div>
This div box has shadow with color #600118
Comments
No comments written yet.
Please login to write comment.