Color spaces of #df826f
RGB | 223 | 130 | 111 |
---|---|---|---|
HSL | 0.03 | 0.64 | 0.65 |
HSV | 10° | 50° | 87° |
CMYK | 0.00 | 0.42 | 0.50 0.13 |
XYZ | 41.2833 | 32.8009 | 19.1943 |
Yxy | 32.8009 | 0.4426 | 0.3516 |
Hunter Lab | 57.2721 | 28.4416 | 20.2199 |
CIE-Lab | 63.9994 | 33.8345 | 25.7882 |
#df826f color RGB value is (223,130,111).
#df826f hex color red value is 223, green value is 130 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #df826f hue: 0.03 , saturation: 0.64 and the lightness value of df826f is 0.65.
The process color (four color CMYK) of #df826f color hex is 0.00, 0.42, 0.50, 0.13. Web safe color of #df826f is #cc9966. Color #df826f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10000010 | 01101111 |
Octal | 337 | 202 | 157 |
Decimal | 223 | 130 | 111 |
Hex | DF | 82 | 6F |
Shades of #df826f
Tints of #df826f
RGB Percentages of Color #df826f
CMYK Percentages of Color #df826f
Complementary Color
#df826f | #6fccdf |
#df826f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df826f Color Preview on White Background
Lorem ipsum dolor sit amet.
#df826f Color CSS Codes
.mybgcolor {background-color:#df826f; } .myforecolor {color:#df826f; } .mybordercolor {border:3px solid #df826f; }
#df826f Text Font Color
<p style="color:#df826f">Text here</p>
This sample text font color is #df826f
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.
#df826f Background Color
<div style="background-color:#df826f">
Div content here</div>
This div background color is #df826f
#df826f Border Color
<div style="border:3px solid #df826f">
Div here</div>
This div border color is #df826f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,130,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df826f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df826f; -webkit-box-shadow: 1px 1px 3px 2px #df826f; box-shadow: 1px 1px 3px 2px #df826f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,130,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df826f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df826f; -webkit-box-shadow: 1px 1px 3px 2px #df826f; box-shadow: 1px 1px 3px 2px #df826f;">
Div content here</div>
This div box has shadow with color #df826f
Comments
No comments written yet.
Please login to write comment.