Color spaces of #dd3fad
RGB | 221 | 63 | 173 |
---|---|---|---|
HSL | 0.88 | 0.70 | 0.56 |
HSV | 318° | 71° | 87° |
CMYK | 0.00 | 0.71 | 0.22 0.13 |
XYZ | 39.1391 | 21.9443 | 41.7080 |
Yxy | 21.9443 | 0.3808 | 0.2135 |
Hunter Lab | 46.8447 | 67.1597 | -19.9973 |
CIE-Lab | 53.9679 | 70.4012 | -24.6159 |
#dd3fad color RGB value is (221,63,173).
#dd3fad hex color red value is 221, green value is 63 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dd3fad hue: 0.88 , saturation: 0.70 and the lightness value of dd3fad is 0.56.
The process color (four color CMYK) of #dd3fad color hex is 0.00, 0.71, 0.22, 0.13. Web safe color of #dd3fad is #cc3399. Color #dd3fad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 00111111 | 10101101 |
Octal | 335 | 77 | 255 |
Decimal | 221 | 63 | 173 |
Hex | DD | 3F | AD |
Shades of #dd3fad
Tints of #dd3fad
RGB Percentages of Color #dd3fad
CMYK Percentages of Color #dd3fad
Complementary Color
#dd3fad | #3fdd6f |
#dd3fad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd3fad Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd3fad Color CSS Codes
.mybgcolor {background-color:#dd3fad; } .myforecolor {color:#dd3fad; } .mybordercolor {border:3px solid #dd3fad; }
#dd3fad Text Font Color
<p style="color:#dd3fad">Text here</p>
This sample text font color is #dd3fad
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.
#dd3fad Background Color
<div style="background-color:#dd3fad">
Div content here</div>
This div background color is #dd3fad
#dd3fad Border Color
<div style="border:3px solid #dd3fad">
Div here</div>
This div border color is #dd3fad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,63,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd3fad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd3fad; -webkit-box-shadow: 1px 1px 3px 2px #dd3fad; box-shadow: 1px 1px 3px 2px #dd3fad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,63,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd3fad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd3fad; -webkit-box-shadow: 1px 1px 3px 2px #dd3fad; box-shadow: 1px 1px 3px 2px #dd3fad;">
Div content here</div>
This div box has shadow with color #dd3fad
Comments
No comments written yet.
Please login to write comment.