Color spaces of #df72aa
RGB | 223 | 114 | 170 |
---|---|---|---|
HSL | 0.91 | 0.63 | 0.66 |
HSV | 329° | 49° | 87° |
CMYK | 0.00 | 0.49 | 0.24 0.13 |
XYZ | 43.7044 | 30.6249 | 41.6379 |
Yxy | 30.6249 | 0.3769 | 0.2641 |
Hunter Lab | 55.3398 | 44.1252 | -5.8722 |
CIE-Lab | 62.1897 | 48.8969 | -10.3588 |
#df72aa color RGB value is (223,114,170).
#df72aa hex color red value is 223, green value is 114 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #df72aa hue: 0.91 , saturation: 0.63 and the lightness value of df72aa is 0.66.
The process color (four color CMYK) of #df72aa color hex is 0.00, 0.49, 0.24, 0.13. Web safe color of #df72aa is #cc6699. Color #df72aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01110010 | 10101010 |
Octal | 337 | 162 | 252 |
Decimal | 223 | 114 | 170 |
Hex | DF | 72 | AA |
Shades of #df72aa
Tints of #df72aa
RGB Percentages of Color #df72aa
CMYK Percentages of Color #df72aa
Complementary Color
#df72aa | #72dfa7 |
#df72aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df72aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#df72aa Color CSS Codes
.mybgcolor {background-color:#df72aa; } .myforecolor {color:#df72aa; } .mybordercolor {border:3px solid #df72aa; }
#df72aa Text Font Color
<p style="color:#df72aa">Text here</p>
This sample text font color is #df72aa
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.
#df72aa Background Color
<div style="background-color:#df72aa">
Div content here</div>
This div background color is #df72aa
#df72aa Border Color
<div style="border:3px solid #df72aa">
Div here</div>
This div border color is #df72aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,114,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df72aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df72aa; -webkit-box-shadow: 1px 1px 3px 2px #df72aa; box-shadow: 1px 1px 3px 2px #df72aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,114,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df72aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df72aa; -webkit-box-shadow: 1px 1px 3px 2px #df72aa; box-shadow: 1px 1px 3px 2px #df72aa;">
Div content here</div>
This div box has shadow with color #df72aa
Comments
No comments written yet.
Please login to write comment.