Color spaces of #dda2ca
RGB | 221 | 162 | 202 |
---|---|---|---|
HSL | 0.89 | 0.46 | 0.75 |
HSV | 319° | 27° | 87° |
CMYK | 0.00 | 0.27 | 0.09 0.13 |
XYZ | 53.3998 | 45.4771 | 61.8406 |
Yxy | 45.4771 | 0.3323 | 0.2830 |
Hunter Lab | 67.4367 | 23.3311 | -7.1642 |
CIE-Lab | 73.2049 | 28.0717 | -11.8267 |
#dda2ca color RGB value is (221,162,202).
#dda2ca hex color red value is 221, green value is 162 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dda2ca hue: 0.89 , saturation: 0.46 and the lightness value of dda2ca is 0.75.
The process color (four color CMYK) of #dda2ca color hex is 0.00, 0.27, 0.09, 0.13. Web safe color of #dda2ca is #cc99cc. Color #dda2ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10100010 | 11001010 |
Octal | 335 | 242 | 312 |
Decimal | 221 | 162 | 202 |
Hex | DD | A2 | CA |
Shades of #dda2ca
Tints of #dda2ca
RGB Percentages of Color #dda2ca
CMYK Percentages of Color #dda2ca
Complementary Color
#dda2ca | #a2ddb5 |
#dda2ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dda2ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#dda2ca Color CSS Codes
.mybgcolor {background-color:#dda2ca; } .myforecolor {color:#dda2ca; } .mybordercolor {border:3px solid #dda2ca; }
#dda2ca Text Font Color
<p style="color:#dda2ca">Text here</p>
This sample text font color is #dda2ca
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.
#dda2ca Background Color
<div style="background-color:#dda2ca">
Div content here</div>
This div background color is #dda2ca
#dda2ca Border Color
<div style="border:3px solid #dda2ca">
Div here</div>
This div border color is #dda2ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,162,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dda2ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dda2ca; -webkit-box-shadow: 1px 1px 3px 2px #dda2ca; box-shadow: 1px 1px 3px 2px #dda2ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,162,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dda2ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dda2ca; -webkit-box-shadow: 1px 1px 3px 2px #dda2ca; box-shadow: 1px 1px 3px 2px #dda2ca;">
Div content here</div>
This div box has shadow with color #dda2ca
Comments
No comments written yet.
Please login to write comment.