Color spaces of #df629e
RGB | 223 | 98 | 158 |
---|---|---|---|
HSL | 0.92 | 0.66 | 0.63 |
HSV | 331° | 56° | 87° |
CMYK | 0.00 | 0.56 | 0.29 0.13 |
XYZ | 40.9707 | 26.8920 | 35.3790 |
Yxy | 26.8920 | 0.3968 | 0.2605 |
Hunter Lab | 51.8575 | 50.2757 | -4.1495 |
CIE-Lab | 58.8742 | 54.9674 | -8.4031 |
#df629e color RGB value is (223,98,158).
#df629e hex color red value is 223, green value is 98 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #df629e hue: 0.92 , saturation: 0.66 and the lightness value of df629e is 0.63.
The process color (four color CMYK) of #df629e color hex is 0.00, 0.56, 0.29, 0.13. Web safe color of #df629e is #cc6699. Color #df629e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01100010 | 10011110 |
Octal | 337 | 142 | 236 |
Decimal | 223 | 98 | 158 |
Hex | DF | 62 | 9E |
Shades of #df629e
Tints of #df629e
RGB Percentages of Color #df629e
CMYK Percentages of Color #df629e
Complementary Color
#df629e | #62dfa3 |
#df629e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df629e Color Preview on White Background
Lorem ipsum dolor sit amet.
#df629e Color CSS Codes
.mybgcolor {background-color:#df629e; } .myforecolor {color:#df629e; } .mybordercolor {border:3px solid #df629e; }
#df629e Text Font Color
<p style="color:#df629e">Text here</p>
This sample text font color is #df629e
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.
#df629e Background Color
<div style="background-color:#df629e">
Div content here</div>
This div background color is #df629e
#df629e Border Color
<div style="border:3px solid #df629e">
Div here</div>
This div border color is #df629e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,98,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df629e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df629e; -webkit-box-shadow: 1px 1px 3px 2px #df629e; box-shadow: 1px 1px 3px 2px #df629e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,98,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df629e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df629e; -webkit-box-shadow: 1px 1px 3px 2px #df629e; box-shadow: 1px 1px 3px 2px #df629e;">
Div content here</div>
This div box has shadow with color #df629e
Comments
No comments written yet.
Please login to write comment.