Color spaces of #dd7462
RGB | 221 | 116 | 98 |
---|---|---|---|
HSL | 0.02 | 0.64 | 0.63 |
HSV | 9° | 56° | 87° |
CMYK | 0.00 | 0.48 | 0.56 0.13 |
XYZ | 38.2688 | 28.7448 | 15.0866 |
Yxy | 28.7448 | 0.4661 | 0.3501 |
Hunter Lab | 53.6142 | 33.5852 | 20.8462 |
CIE-Lab | 60.5557 | 39.2273 | 28.5006 |
#dd7462 color RGB value is (221,116,98).
#dd7462 hex color red value is 221, green value is 116 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #dd7462 hue: 0.02 , saturation: 0.64 and the lightness value of dd7462 is 0.63.
The process color (four color CMYK) of #dd7462 color hex is 0.00, 0.48, 0.56, 0.13. Web safe color of #dd7462 is #cc6666. Color #dd7462 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 01110100 | 01100010 |
Octal | 335 | 164 | 142 |
Decimal | 221 | 116 | 98 |
Hex | DD | 74 | 62 |
Shades of #dd7462
Tints of #dd7462
RGB Percentages of Color #dd7462
CMYK Percentages of Color #dd7462
Complementary Color
#dd7462 | #62cbdd |
#dd7462 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd7462 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd7462 Color CSS Codes
.mybgcolor {background-color:#dd7462; } .myforecolor {color:#dd7462; } .mybordercolor {border:3px solid #dd7462; }
#dd7462 Text Font Color
<p style="color:#dd7462">Text here</p>
This sample text font color is #dd7462
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.
#dd7462 Background Color
<div style="background-color:#dd7462">
Div content here</div>
This div background color is #dd7462
#dd7462 Border Color
<div style="border:3px solid #dd7462">
Div here</div>
This div border color is #dd7462
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,116,98, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd7462; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd7462; -webkit-box-shadow: 1px 1px 3px 2px #dd7462; box-shadow: 1px 1px 3px 2px #dd7462; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,116,98, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd7462">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd7462; -webkit-box-shadow: 1px 1px 3px 2px #dd7462; box-shadow: 1px 1px 3px 2px #dd7462;">
Div content here</div>
This div box has shadow with color #dd7462
Comments
No comments written yet.
Please login to write comment.