Color spaces of #df1eae
RGB | 223 | 30 | 174 |
---|---|---|---|
HSL | 0.88 | 0.76 | 0.50 |
HSV | 315° | 87° | 87° |
CMYK | 0.00 | 0.87 | 0.22 0.13 |
XYZ | 38.5357 | 19.6725 | 41.8105 |
Yxy | 19.6725 | 0.3853 | 0.1967 |
Hunter Lab | 44.3537 | 77.4667 | -24.8428 |
CIE-Lab | 51.4649 | 79.2683 | -29.0502 |
#df1eae color RGB value is (223,30,174).
#df1eae hex color red value is 223, green value is 30 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #df1eae hue: 0.88 , saturation: 0.76 and the lightness value of df1eae is 0.50.
The process color (four color CMYK) of #df1eae color hex is 0.00, 0.87, 0.22, 0.13. Web safe color of #df1eae is #cc3399. Color #df1eae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00011110 | 10101110 |
Octal | 337 | 36 | 256 |
Decimal | 223 | 30 | 174 |
Hex | DF | 1E | AE |
Shades of #df1eae
Tints of #df1eae
RGB Percentages of Color #df1eae
CMYK Percentages of Color #df1eae
Complementary Color
#df1eae | #1edf4f |
#df1eae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df1eae Color Preview on White Background
Lorem ipsum dolor sit amet.
#df1eae Color CSS Codes
.mybgcolor {background-color:#df1eae; } .myforecolor {color:#df1eae; } .mybordercolor {border:3px solid #df1eae; }
#df1eae Text Font Color
<p style="color:#df1eae">Text here</p>
This sample text font color is #df1eae
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.
#df1eae Background Color
<div style="background-color:#df1eae">
Div content here</div>
This div background color is #df1eae
#df1eae Border Color
<div style="border:3px solid #df1eae">
Div here</div>
This div border color is #df1eae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,30,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df1eae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df1eae; -webkit-box-shadow: 1px 1px 3px 2px #df1eae; box-shadow: 1px 1px 3px 2px #df1eae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,30,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df1eae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df1eae; -webkit-box-shadow: 1px 1px 3px 2px #df1eae; box-shadow: 1px 1px 3px 2px #df1eae;">
Div content here</div>
This div box has shadow with color #df1eae
Comments
No comments written yet.
Please login to write comment.