Color spaces of #df1591
RGB | 223 | 21 | 145 |
---|---|---|---|
HSL | 0.90 | 0.83 | 0.48 |
HSV | 323° | 91° | 87° |
CMYK | 0.00 | 0.91 | 0.35 0.13 |
XYZ | 35.8104 | 18.2686 | 28.4268 |
Yxy | 18.2686 | 0.4340 | 0.2214 |
Hunter Lab | 42.7418 | 74.7548 | -9.5135 |
CIE-Lab | 49.8203 | 77.4191 | -14.3428 |
#df1591 color RGB value is (223,21,145).
#df1591 hex color red value is 223, green value is 21 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #df1591 hue: 0.90 , saturation: 0.83 and the lightness value of df1591 is 0.48.
The process color (four color CMYK) of #df1591 color hex is 0.00, 0.91, 0.35, 0.13. Web safe color of #df1591 is #cc0099. Color #df1591 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00010101 | 10010001 |
Octal | 337 | 25 | 221 |
Decimal | 223 | 21 | 145 |
Hex | DF | 15 | 91 |
Shades of #df1591
Tints of #df1591
RGB Percentages of Color #df1591
CMYK Percentages of Color #df1591
Complementary Color
#df1591 | #15df63 |
#df1591 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df1591 Color Preview on White Background
Lorem ipsum dolor sit amet.
#df1591 Color CSS Codes
.mybgcolor {background-color:#df1591; } .myforecolor {color:#df1591; } .mybordercolor {border:3px solid #df1591; }
#df1591 Text Font Color
<p style="color:#df1591">Text here</p>
This sample text font color is #df1591
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.
#df1591 Background Color
<div style="background-color:#df1591">
Div content here</div>
This div background color is #df1591
#df1591 Border Color
<div style="border:3px solid #df1591">
Div here</div>
This div border color is #df1591
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,21,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df1591; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df1591; -webkit-box-shadow: 1px 1px 3px 2px #df1591; box-shadow: 1px 1px 3px 2px #df1591; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,21,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df1591">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df1591; -webkit-box-shadow: 1px 1px 3px 2px #df1591; box-shadow: 1px 1px 3px 2px #df1591;">
Div content here</div>
This div box has shadow with color #df1591
Comments
No comments written yet.
Please login to write comment.