Color spaces of #df97d8
RGB | 223 | 151 | 216 |
---|---|---|---|
HSL | 0.85 | 0.53 | 0.73 |
HSV | 306° | 32° | 87° |
CMYK | 0.00 | 0.32 | 0.03 0.13 |
XYZ | 53.8927 | 42.7791 | 70.3825 |
Yxy | 42.7791 | 0.3226 | 0.2561 |
Hunter Lab | 65.4057 | 32.6195 | -18.0174 |
CIE-Lab | 71.4048 | 37.0966 | -22.2299 |
#df97d8 color RGB value is (223,151,216).
#df97d8 hex color red value is 223, green value is 151 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #df97d8 hue: 0.85 , saturation: 0.53 and the lightness value of df97d8 is 0.73.
The process color (four color CMYK) of #df97d8 color hex is 0.00, 0.32, 0.03, 0.13. Web safe color of #df97d8 is #cc99cc. Color #df97d8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10010111 | 11011000 |
Octal | 337 | 227 | 330 |
Decimal | 223 | 151 | 216 |
Hex | DF | 97 | D8 |
Shades of #df97d8
Tints of #df97d8
RGB Percentages of Color #df97d8
CMYK Percentages of Color #df97d8
Complementary Color
#df97d8 | #97df9e |
#df97d8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df97d8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#df97d8 Color CSS Codes
.mybgcolor {background-color:#df97d8; } .myforecolor {color:#df97d8; } .mybordercolor {border:3px solid #df97d8; }
#df97d8 Text Font Color
<p style="color:#df97d8">Text here</p>
This sample text font color is #df97d8
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.
#df97d8 Background Color
<div style="background-color:#df97d8">
Div content here</div>
This div background color is #df97d8
#df97d8 Border Color
<div style="border:3px solid #df97d8">
Div here</div>
This div border color is #df97d8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,151,216, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df97d8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df97d8; -webkit-box-shadow: 1px 1px 3px 2px #df97d8; box-shadow: 1px 1px 3px 2px #df97d8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,151,216, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df97d8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df97d8; -webkit-box-shadow: 1px 1px 3px 2px #df97d8; box-shadow: 1px 1px 3px 2px #df97d8;">
Div content here</div>
This div box has shadow with color #df97d8
Comments
No comments written yet.
Please login to write comment.