Color spaces of #74093c
RGB | 116 | 9 | 60 |
---|---|---|---|
HSL | 0.92 | 0.86 | 0.25 |
HSV | 331° | 92° | 45° |
CMYK | 0.00 | 0.92 | 0.48 0.55 |
XYZ | 8.1158 | 4.2346 | 4.6646 |
Yxy | 4.2346 | 0.4770 | 0.2489 |
Hunter Lab | 20.5781 | 34.3867 | 0.9650 |
CIE-Lab | 24.4323 | 45.8975 | -0.2703 |
#74093c color RGB value is (116,9,60).
#74093c hex color red value is 116, green value is 9 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #74093c hue: 0.92 , saturation: 0.86 and the lightness value of 74093c is 0.25.
The process color (four color CMYK) of #74093c color hex is 0.00, 0.92, 0.48, 0.55. Web safe color of #74093c is #660033. Color #74093c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 00001001 | 00111100 |
Octal | 164 | 11 | 74 |
Decimal | 116 | 9 | 60 |
Hex | 74 | 9 | 3C |
Shades of #74093c
Tints of #74093c
RGB Percentages of Color #74093c
CMYK Percentages of Color #74093c
Complementary Color
#74093c | #097441 |
#74093c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#74093c Color Preview on White Background
Lorem ipsum dolor sit amet.
#74093c Color CSS Codes
.mybgcolor {background-color:#74093c; } .myforecolor {color:#74093c; } .mybordercolor {border:3px solid #74093c; }
#74093c Text Font Color
<p style="color:#74093c">Text here</p>
This sample text font color is #74093c
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.
#74093c Background Color
<div style="background-color:#74093c">
Div content here</div>
This div background color is #74093c
#74093c Border Color
<div style="border:3px solid #74093c">
Div here</div>
This div border color is #74093c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,9,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #74093c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74093c; -webkit-box-shadow: 1px 1px 3px 2px #74093c; box-shadow: 1px 1px 3px 2px #74093c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,9,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #74093c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #74093c; -webkit-box-shadow: 1px 1px 3px 2px #74093c; box-shadow: 1px 1px 3px 2px #74093c;">
Div content here</div>
This div box has shadow with color #74093c
Comments
No comments written yet.
Please login to write comment.