Color spaces of #dd50be
RGB | 221 | 80 | 190 |
---|---|---|---|
HSL | 0.87 | 0.67 | 0.59 |
HSV | 313° | 64° | 87° |
CMYK | 0.00 | 0.64 | 0.14 0.13 |
XYZ | 41.9817 | 24.8272 | 51.2946 |
Yxy | 24.8272 | 0.3555 | 0.2102 |
Hunter Lab | 49.8269 | 63.1983 | -26.1576 |
CIE-Lab | 56.9067 | 66.5298 | -29.9195 |
#dd50be color RGB value is (221,80,190).
#dd50be hex color red value is 221, green value is 80 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dd50be hue: 0.87 , saturation: 0.67 and the lightness value of dd50be is 0.59.
The process color (four color CMYK) of #dd50be color hex is 0.00, 0.64, 0.14, 0.13. Web safe color of #dd50be is #cc66cc. Color #dd50be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 01010000 | 10111110 |
Octal | 335 | 120 | 276 |
Decimal | 221 | 80 | 190 |
Hex | DD | 50 | BE |
Shades of #dd50be
Tints of #dd50be
RGB Percentages of Color #dd50be
CMYK Percentages of Color #dd50be
Complementary Color
#dd50be | #50dd6f |
#dd50be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd50be Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd50be Color CSS Codes
.mybgcolor {background-color:#dd50be; } .myforecolor {color:#dd50be; } .mybordercolor {border:3px solid #dd50be; }
#dd50be Text Font Color
<p style="color:#dd50be">Text here</p>
This sample text font color is #dd50be
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.
#dd50be Background Color
<div style="background-color:#dd50be">
Div content here</div>
This div background color is #dd50be
#dd50be Border Color
<div style="border:3px solid #dd50be">
Div here</div>
This div border color is #dd50be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,80,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd50be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd50be; -webkit-box-shadow: 1px 1px 3px 2px #dd50be; box-shadow: 1px 1px 3px 2px #dd50be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,80,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd50be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd50be; -webkit-box-shadow: 1px 1px 3px 2px #dd50be; box-shadow: 1px 1px 3px 2px #dd50be;">
Div content here</div>
This div box has shadow with color #dd50be
Comments
No comments written yet.
Please login to write comment.