Color spaces of #dd52da
RGB | 221 | 82 | 218 |
---|---|---|---|
HSL | 0.84 | 0.67 | 0.59 |
HSV | 301° | 63° | 87° |
CMYK | 0.00 | 0.63 | 0.01 0.13 |
XYZ | 45.4910 | 26.4687 | 69.0410 |
Yxy | 26.4687 | 0.3226 | 0.1877 |
Hunter Lab | 51.4477 | 67.7993 | -43.5516 |
CIE-Lab | 58.4793 | 70.0787 | -43.4095 |
#dd52da color RGB value is (221,82,218).
#dd52da hex color red value is 221, green value is 82 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dd52da hue: 0.84 , saturation: 0.67 and the lightness value of dd52da is 0.59.
The process color (four color CMYK) of #dd52da color hex is 0.00, 0.63, 0.01, 0.13. Web safe color of #dd52da is #cc66cc. Color #dd52da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 01010010 | 11011010 |
Octal | 335 | 122 | 332 |
Decimal | 221 | 82 | 218 |
Hex | DD | 52 | DA |
Shades of #dd52da
Tints of #dd52da
RGB Percentages of Color #dd52da
CMYK Percentages of Color #dd52da
Complementary Color
#dd52da | #52dd55 |
#dd52da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd52da Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd52da Color CSS Codes
.mybgcolor {background-color:#dd52da; } .myforecolor {color:#dd52da; } .mybordercolor {border:3px solid #dd52da; }
#dd52da Text Font Color
<p style="color:#dd52da">Text here</p>
This sample text font color is #dd52da
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.
#dd52da Background Color
<div style="background-color:#dd52da">
Div content here</div>
This div background color is #dd52da
#dd52da Border Color
<div style="border:3px solid #dd52da">
Div here</div>
This div border color is #dd52da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,82,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd52da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd52da; -webkit-box-shadow: 1px 1px 3px 2px #dd52da; box-shadow: 1px 1px 3px 2px #dd52da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,82,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd52da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd52da; -webkit-box-shadow: 1px 1px 3px 2px #dd52da; box-shadow: 1px 1px 3px 2px #dd52da;">
Div content here</div>
This div box has shadow with color #dd52da
Comments
No comments written yet.
Please login to write comment.