Color spaces of #dd2eca
RGB | 221 | 46 | 202 |
---|---|---|---|
HSL | 0.85 | 0.72 | 0.52 |
HSV | 307° | 79° | 87° |
CMYK | 0.00 | 0.79 | 0.09 0.13 |
XYZ | 41.4565 | 21.5904 | 57.8595 |
Yxy | 21.5904 | 0.3429 | 0.1786 |
Hunter Lab | 46.4655 | 77.9432 | -41.3030 |
CIE-Lab | 53.5897 | 79.2326 | -42.0127 |
#dd2eca color RGB value is (221,46,202).
#dd2eca hex color red value is 221, green value is 46 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dd2eca hue: 0.85 , saturation: 0.72 and the lightness value of dd2eca is 0.52.
The process color (four color CMYK) of #dd2eca color hex is 0.00, 0.79, 0.09, 0.13. Web safe color of #dd2eca is #cc33cc. Color #dd2eca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 00101110 | 11001010 |
Octal | 335 | 56 | 312 |
Decimal | 221 | 46 | 202 |
Hex | DD | 2E | CA |
Shades of #dd2eca
Tints of #dd2eca
RGB Percentages of Color #dd2eca
CMYK Percentages of Color #dd2eca
Complementary Color
#dd2eca | #2edd41 |
#dd2eca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd2eca Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd2eca Color CSS Codes
.mybgcolor {background-color:#dd2eca; } .myforecolor {color:#dd2eca; } .mybordercolor {border:3px solid #dd2eca; }
#dd2eca Text Font Color
<p style="color:#dd2eca">Text here</p>
This sample text font color is #dd2eca
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.
#dd2eca Background Color
<div style="background-color:#dd2eca">
Div content here</div>
This div background color is #dd2eca
#dd2eca Border Color
<div style="border:3px solid #dd2eca">
Div here</div>
This div border color is #dd2eca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,46,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd2eca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd2eca; -webkit-box-shadow: 1px 1px 3px 2px #dd2eca; box-shadow: 1px 1px 3px 2px #dd2eca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,46,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd2eca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd2eca; -webkit-box-shadow: 1px 1px 3px 2px #dd2eca; box-shadow: 1px 1px 3px 2px #dd2eca;">
Div content here</div>
This div box has shadow with color #dd2eca
Comments
No comments written yet.
Please login to write comment.