Color spaces of #dd008e
RGB | 221 | 0 | 142 |
---|---|---|---|
HSL | 0.89 | 1.00 | 0.43 |
HSV | 321° | 100° | 87° |
CMYK | 0.00 | 1.00 | 0.36 0.13 |
XYZ | 34.7013 | 17.3251 | 27.1063 |
Yxy | 17.3251 | 0.4385 | 0.2189 |
Hunter Lab | 41.6234 | 75.9738 | -9.4748 |
CIE-Lab | 48.6671 | 78.6225 | -14.3203 |
#dd008e color RGB value is (221,0,142).
#dd008e hex color red value is 221, green value is 0 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dd008e hue: 0.89 , saturation: 1.00 and the lightness value of dd008e is 0.43.
The process color (four color CMYK) of #dd008e color hex is 0.00, 1.00, 0.36, 0.13. Web safe color of #dd008e is #cc0099. Color #dd008e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 00000000 | 10001110 |
Octal | 335 | 0 | 216 |
Decimal | 221 | 0 | 142 |
Hex | DD | 0 | 8E |
Shades of #dd008e
Tints of #dd008e
RGB Percentages of Color #dd008e
CMYK Percentages of Color #dd008e
Complementary Color
#dd008e | #00dd4f |
#dd008e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd008e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd008e Color CSS Codes
.mybgcolor {background-color:#dd008e; } .myforecolor {color:#dd008e; } .mybordercolor {border:3px solid #dd008e; }
#dd008e Text Font Color
<p style="color:#dd008e">Text here</p>
This sample text font color is #dd008e
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.
#dd008e Background Color
<div style="background-color:#dd008e">
Div content here</div>
This div background color is #dd008e
#dd008e Border Color
<div style="border:3px solid #dd008e">
Div here</div>
This div border color is #dd008e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,0,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd008e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd008e; -webkit-box-shadow: 1px 1px 3px 2px #dd008e; box-shadow: 1px 1px 3px 2px #dd008e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,0,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 #dd008e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd008e; -webkit-box-shadow: 1px 1px 3px 2px #dd008e; box-shadow: 1px 1px 3px 2px #dd008e;">
Div content here</div>
This div box has shadow with color #dd008e
Comments
No comments written yet.
Please login to write comment.