Color spaces of #e0681c
RGB | 224 | 104 | 28 |
---|---|---|---|
HSL | 0.06 | 0.78 | 0.49 |
HSV | 23° | 88° | 88° |
CMYK | 0.00 | 0.54 | 0.88 0.12 |
XYZ | 35.9004 | 25.8318 | 4.1925 |
Yxy | 25.8318 | 0.5446 | 0.3918 |
Hunter Lab | 50.8250 | 37.1403 | 30.6867 |
CIE-Lab | 57.8771 | 42.9940 | 59.8384 |
#e0681c color RGB value is (224,104,28).
#e0681c hex color red value is 224, green value is 104 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #e0681c hue: 0.06 , saturation: 0.78 and the lightness value of e0681c is 0.49.
The process color (four color CMYK) of #e0681c color hex is 0.00, 0.54, 0.88, 0.12. Web safe color of #e0681c is #cc6633. Color #e0681c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 01101000 | 00011100 |
Octal | 340 | 150 | 34 |
Decimal | 224 | 104 | 28 |
Hex | E0 | 68 | 1C |
Shades of #e0681c
Tints of #e0681c
RGB Percentages of Color #e0681c
CMYK Percentages of Color #e0681c
Complementary Color
#e0681c | #1c94e0 |
#e0681c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0681c Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0681c Color CSS Codes
.mybgcolor {background-color:#e0681c; } .myforecolor {color:#e0681c; } .mybordercolor {border:3px solid #e0681c; }
#e0681c Text Font Color
<p style="color:#e0681c">Text here</p>
This sample text font color is #e0681c
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.
#e0681c Background Color
<div style="background-color:#e0681c">
Div content here</div>
This div background color is #e0681c
#e0681c Border Color
<div style="border:3px solid #e0681c">
Div here</div>
This div border color is #e0681c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,104,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0681c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0681c; -webkit-box-shadow: 1px 1px 3px 2px #e0681c; box-shadow: 1px 1px 3px 2px #e0681c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,104,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0681c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0681c; -webkit-box-shadow: 1px 1px 3px 2px #e0681c; box-shadow: 1px 1px 3px 2px #e0681c;">
Div content here</div>
This div box has shadow with color #e0681c
Comments
No comments written yet.
Please login to write comment.