Color spaces of #dd608e
RGB | 221 | 96 | 142 |
---|---|---|---|
HSL | 0.94 | 0.65 | 0.62 |
HSV | 338° | 57° | 87° |
CMYK | 0.00 | 0.57 | 0.36 0.13 |
XYZ | 38.8841 | 25.6909 | 28.5006 |
Yxy | 25.6909 | 0.4178 | 0.2760 |
Hunter Lab | 50.6862 | 48.2361 | 2.1419 |
CIE-Lab | 57.7425 | 53.3216 | -0.7943 |
#dd608e color RGB value is (221,96,142).
#dd608e hex color red value is 221, green value is 96 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dd608e hue: 0.94 , saturation: 0.65 and the lightness value of dd608e is 0.62.
The process color (four color CMYK) of #dd608e color hex is 0.00, 0.57, 0.36, 0.13. Web safe color of #dd608e is #cc6699. Color #dd608e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 01100000 | 10001110 |
Octal | 335 | 140 | 216 |
Decimal | 221 | 96 | 142 |
Hex | DD | 60 | 8E |
Shades of #dd608e
Tints of #dd608e
RGB Percentages of Color #dd608e
CMYK Percentages of Color #dd608e
Complementary Color
#dd608e | #60ddaf |
#dd608e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd608e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd608e Color CSS Codes
.mybgcolor {background-color:#dd608e; } .myforecolor {color:#dd608e; } .mybordercolor {border:3px solid #dd608e; }
#dd608e Text Font Color
<p style="color:#dd608e">Text here</p>
This sample text font color is #dd608e
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.
#dd608e Background Color
<div style="background-color:#dd608e">
Div content here</div>
This div background color is #dd608e
#dd608e Border Color
<div style="border:3px solid #dd608e">
Div here</div>
This div border color is #dd608e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,96,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd608e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd608e; -webkit-box-shadow: 1px 1px 3px 2px #dd608e; box-shadow: 1px 1px 3px 2px #dd608e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,96,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd608e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd608e; -webkit-box-shadow: 1px 1px 3px 2px #dd608e; box-shadow: 1px 1px 3px 2px #dd608e;">
Div content here</div>
This div box has shadow with color #dd608e
Comments
No comments written yet.
Please login to write comment.