Color spaces of #dd64ae
RGB | 221 | 100 | 174 |
---|---|---|---|
HSL | 0.90 | 0.64 | 0.63 |
HSV | 323° | 55° | 87° |
CMYK | 0.00 | 0.55 | 0.21 0.13 |
XYZ | 42.0159 | 27.5425 | 43.1461 |
Yxy | 27.5425 | 0.3728 | 0.2444 |
Hunter Lab | 52.4809 | 51.0643 | -12.0074 |
CIE-Lab | 59.4731 | 55.5708 | -16.7746 |
#dd64ae color RGB value is (221,100,174).
#dd64ae hex color red value is 221, green value is 100 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dd64ae hue: 0.90 , saturation: 0.64 and the lightness value of dd64ae is 0.63.
The process color (four color CMYK) of #dd64ae color hex is 0.00, 0.55, 0.21, 0.13. Web safe color of #dd64ae is #cc6699. Color #dd64ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 01100100 | 10101110 |
Octal | 335 | 144 | 256 |
Decimal | 221 | 100 | 174 |
Hex | DD | 64 | AE |
Shades of #dd64ae
Tints of #dd64ae
RGB Percentages of Color #dd64ae
CMYK Percentages of Color #dd64ae
Complementary Color
#dd64ae | #64dd93 |
#dd64ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd64ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd64ae Color CSS Codes
.mybgcolor {background-color:#dd64ae; } .myforecolor {color:#dd64ae; } .mybordercolor {border:3px solid #dd64ae; }
#dd64ae Text Font Color
<p style="color:#dd64ae">Text here</p>
This sample text font color is #dd64ae
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.
#dd64ae Background Color
<div style="background-color:#dd64ae">
Div content here</div>
This div background color is #dd64ae
#dd64ae Border Color
<div style="border:3px solid #dd64ae">
Div here</div>
This div border color is #dd64ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,100,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd64ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd64ae; -webkit-box-shadow: 1px 1px 3px 2px #dd64ae; box-shadow: 1px 1px 3px 2px #dd64ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,100,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dd64ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd64ae; -webkit-box-shadow: 1px 1px 3px 2px #dd64ae; box-shadow: 1px 1px 3px 2px #dd64ae;">
Div content here</div>
This div box has shadow with color #dd64ae
Comments
No comments written yet.
Please login to write comment.