Color spaces of #dd5d5f
RGB | 221 | 93 | 95 |
---|---|---|---|
HSL | 1.00 | 0.65 | 0.62 |
HSV | 359° | 58° | 87° |
CMYK | 0.00 | 0.58 | 0.57 0.13 |
XYZ | 35.7987 | 24.0271 | 13.5774 |
Yxy | 24.0271 | 0.4877 | 0.3273 |
Hunter Lab | 49.0174 | 44.5826 | 17.8894 |
CIE-Lab | 56.1149 | 50.2478 | 24.4169 |
#dd5d5f color RGB value is (221,93,95).
#dd5d5f hex color red value is 221, green value is 93 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dd5d5f hue: 1.00 , saturation: 0.65 and the lightness value of dd5d5f is 0.62.
The process color (four color CMYK) of #dd5d5f color hex is 0.00, 0.58, 0.57, 0.13. Web safe color of #dd5d5f is #cc6666. Color #dd5d5f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 01011101 | 01011111 |
Octal | 335 | 135 | 137 |
Decimal | 221 | 93 | 95 |
Hex | DD | 5D | 5F |
Shades of #dd5d5f
Tints of #dd5d5f
RGB Percentages of Color #dd5d5f
CMYK Percentages of Color #dd5d5f
Complementary Color
#dd5d5f | #5ddddb |
#dd5d5f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd5d5f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd5d5f Color CSS Codes
.mybgcolor {background-color:#dd5d5f; } .myforecolor {color:#dd5d5f; } .mybordercolor {border:3px solid #dd5d5f; }
#dd5d5f Text Font Color
<p style="color:#dd5d5f">Text here</p>
This sample text font color is #dd5d5f
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.
#dd5d5f Background Color
<div style="background-color:#dd5d5f">
Div content here</div>
This div background color is #dd5d5f
#dd5d5f Border Color
<div style="border:3px solid #dd5d5f">
Div here</div>
This div border color is #dd5d5f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,93,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd5d5f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd5d5f; -webkit-box-shadow: 1px 1px 3px 2px #dd5d5f; box-shadow: 1px 1px 3px 2px #dd5d5f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,93,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd5d5f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd5d5f; -webkit-box-shadow: 1px 1px 3px 2px #dd5d5f; box-shadow: 1px 1px 3px 2px #dd5d5f;">
Div content here</div>
This div box has shadow with color #dd5d5f
Comments
No comments written yet.
Please login to write comment.