Color spaces of #dd2dea
RGB | 221 | 45 | 234 |
---|---|---|---|
HSL | 0.82 | 0.82 | 0.55 |
HSV | 296° | 81° | 92° |
CMYK | 0.06 | 0.81 | 0.00 0.08 |
XYZ | 45.6085 | 23.1894 | 79.9141 |
Yxy | 23.1894 | 0.3067 | 0.1559 |
Hunter Lab | 48.1554 | 84.7875 | -64.6833 |
CIE-Lab | 55.2669 | 84.2617 | -57.5321 |
#dd2dea color RGB value is (221,45,234).
#dd2dea hex color red value is 221, green value is 45 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dd2dea hue: 0.82 , saturation: 0.82 and the lightness value of dd2dea is 0.55.
The process color (four color CMYK) of #dd2dea color hex is 0.06, 0.81, 0.00, 0.08. Web safe color of #dd2dea is #cc33ff. Color #dd2dea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 00101101 | 11101010 |
Octal | 335 | 55 | 352 |
Decimal | 221 | 45 | 234 |
Hex | DD | 2D | EA |
Shades of #dd2dea
Tints of #dd2dea
RGB Percentages of Color #dd2dea
CMYK Percentages of Color #dd2dea
Complementary Color
#dd2dea | #3aea2d |
#dd2dea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd2dea Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd2dea Color CSS Codes
.mybgcolor {background-color:#dd2dea; } .myforecolor {color:#dd2dea; } .mybordercolor {border:3px solid #dd2dea; }
#dd2dea Text Font Color
<p style="color:#dd2dea">Text here</p>
This sample text font color is #dd2dea
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.
#dd2dea Background Color
<div style="background-color:#dd2dea">
Div content here</div>
This div background color is #dd2dea
#dd2dea Border Color
<div style="border:3px solid #dd2dea">
Div here</div>
This div border color is #dd2dea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,45,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd2dea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd2dea; -webkit-box-shadow: 1px 1px 3px 2px #dd2dea; box-shadow: 1px 1px 3px 2px #dd2dea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,45,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd2dea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd2dea; -webkit-box-shadow: 1px 1px 3px 2px #dd2dea; box-shadow: 1px 1px 3px 2px #dd2dea;">
Div content here</div>
This div box has shadow with color #dd2dea
Comments
No comments written yet.
Please login to write comment.