Color spaces of #dd0ece
RGB | 221 | 14 | 206 |
---|---|---|---|
HSL | 0.85 | 0.88 | 0.46 |
HSV | 304° | 94° | 87° |
CMYK | 0.00 | 0.94 | 0.07 0.13 |
XYZ | 41.1164 | 20.1425 | 60.1133 |
Yxy | 20.1425 | 0.3388 | 0.1660 |
Hunter Lab | 44.8804 | 84.9890 | -47.9974 |
CIE-Lab | 51.9979 | 85.0538 | -46.8338 |
#dd0ece color RGB value is (221,14,206).
#dd0ece hex color red value is 221, green value is 14 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dd0ece hue: 0.85 , saturation: 0.88 and the lightness value of dd0ece is 0.46.
The process color (four color CMYK) of #dd0ece color hex is 0.00, 0.94, 0.07, 0.13. Web safe color of #dd0ece is #cc00cc. Color #dd0ece contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 00001110 | 11001110 |
Octal | 335 | 16 | 316 |
Decimal | 221 | 14 | 206 |
Hex | DD | E | CE |
Shades of #dd0ece
Tints of #dd0ece
RGB Percentages of Color #dd0ece
CMYK Percentages of Color #dd0ece
Complementary Color
#dd0ece | #0edd1d |
#dd0ece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd0ece Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd0ece Color CSS Codes
.mybgcolor {background-color:#dd0ece; } .myforecolor {color:#dd0ece; } .mybordercolor {border:3px solid #dd0ece; }
#dd0ece Text Font Color
<p style="color:#dd0ece">Text here</p>
This sample text font color is #dd0ece
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.
#dd0ece Background Color
<div style="background-color:#dd0ece">
Div content here</div>
This div background color is #dd0ece
#dd0ece Border Color
<div style="border:3px solid #dd0ece">
Div here</div>
This div border color is #dd0ece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,14,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd0ece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd0ece; -webkit-box-shadow: 1px 1px 3px 2px #dd0ece; box-shadow: 1px 1px 3px 2px #dd0ece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,14,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd0ece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd0ece; -webkit-box-shadow: 1px 1px 3px 2px #dd0ece; box-shadow: 1px 1px 3px 2px #dd0ece;">
Div content here</div>
This div box has shadow with color #dd0ece
Comments
No comments written yet.
Please login to write comment.