Color spaces of #df947e
RGB | 223 | 148 | 126 |
---|---|---|---|
HSL | 0.04 | 0.60 | 0.68 |
HSV | 14° | 43° | 87° |
CMYK | 0.00 | 0.34 | 0.43 0.13 |
XYZ | 44.7872 | 38.3741 | 24.7851 |
Yxy | 38.3741 | 0.4149 | 0.3555 |
Hunter Lab | 61.9468 | 20.6475 | 19.6407 |
CIE-Lab | 68.2954 | 25.7402 | 23.2207 |
#df947e color RGB value is (223,148,126).
#df947e hex color red value is 223, green value is 148 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #df947e hue: 0.04 , saturation: 0.60 and the lightness value of df947e is 0.68.
The process color (four color CMYK) of #df947e color hex is 0.00, 0.34, 0.43, 0.13. Web safe color of #df947e is #cc9966. Color #df947e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10010100 | 01111110 |
Octal | 337 | 224 | 176 |
Decimal | 223 | 148 | 126 |
Hex | DF | 94 | 7E |
Shades of #df947e
Tints of #df947e
RGB Percentages of Color #df947e
CMYK Percentages of Color #df947e
Complementary Color
#df947e | #7ec9df |
#df947e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df947e Color Preview on White Background
Lorem ipsum dolor sit amet.
#df947e Color CSS Codes
.mybgcolor {background-color:#df947e; } .myforecolor {color:#df947e; } .mybordercolor {border:3px solid #df947e; }
#df947e Text Font Color
<p style="color:#df947e">Text here</p>
This sample text font color is #df947e
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.
#df947e Background Color
<div style="background-color:#df947e">
Div content here</div>
This div background color is #df947e
#df947e Border Color
<div style="border:3px solid #df947e">
Div here</div>
This div border color is #df947e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,148,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df947e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df947e; -webkit-box-shadow: 1px 1px 3px 2px #df947e; box-shadow: 1px 1px 3px 2px #df947e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,148,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df947e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df947e; -webkit-box-shadow: 1px 1px 3px 2px #df947e; box-shadow: 1px 1px 3px 2px #df947e;">
Div content here</div>
This div box has shadow with color #df947e
Comments
No comments written yet.
Please login to write comment.