Color spaces of #d4672f
RGB | 212 | 103 | 47 |
---|---|---|---|
HSL | 0.06 | 0.66 | 0.51 |
HSV | 20° | 78° | 83° |
CMYK | 0.00 | 0.51 | 0.78 0.17 |
XYZ | 32.5147 | 23.9028 | 5.5893 |
Yxy | 23.9028 | 0.5244 | 0.3855 |
Hunter Lab | 48.8905 | 33.1534 | 27.4451 |
CIE-Lab | 55.9903 | 39.3873 | 49.7916 |
#d4672f color RGB value is (212,103,47).
#d4672f hex color red value is 212, green value is 103 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #d4672f hue: 0.06 , saturation: 0.66 and the lightness value of d4672f is 0.51.
The process color (four color CMYK) of #d4672f color hex is 0.00, 0.51, 0.78, 0.17. Web safe color of #d4672f is #cc6633. Color #d4672f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 01100111 | 00101111 |
Octal | 324 | 147 | 57 |
Decimal | 212 | 103 | 47 |
Hex | D4 | 67 | 2F |
Shades of #d4672f
Tints of #d4672f
RGB Percentages of Color #d4672f
CMYK Percentages of Color #d4672f
Complementary Color
#d4672f | #2f9cd4 |
#d4672f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4672f Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4672f Color CSS Codes
.mybgcolor {background-color:#d4672f; } .myforecolor {color:#d4672f; } .mybordercolor {border:3px solid #d4672f; }
#d4672f Text Font Color
<p style="color:#d4672f">Text here</p>
This sample text font color is #d4672f
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.
#d4672f Background Color
<div style="background-color:#d4672f">
Div content here</div>
This div background color is #d4672f
#d4672f Border Color
<div style="border:3px solid #d4672f">
Div here</div>
This div border color is #d4672f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,103,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4672f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4672f; -webkit-box-shadow: 1px 1px 3px 2px #d4672f; box-shadow: 1px 1px 3px 2px #d4672f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,103,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d4672f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4672f; -webkit-box-shadow: 1px 1px 3px 2px #d4672f; box-shadow: 1px 1px 3px 2px #d4672f;">
Div content here</div>
This div box has shadow with color #d4672f
Comments
No comments written yet.
Please login to write comment.