Color spaces of #df28ae
RGB | 223 | 40 | 174 |
---|---|---|---|
HSL | 0.88 | 0.74 | 0.52 |
HSV | 316° | 82° | 87° |
CMYK | 0.00 | 0.82 | 0.22 0.13 |
XYZ | 38.8302 | 20.2616 | 41.9087 |
Yxy | 20.2616 | 0.3845 | 0.2006 |
Hunter Lab | 45.0129 | 75.2098 | -23.6922 |
CIE-Lab | 52.1317 | 77.3344 | -28.0143 |
#df28ae color RGB value is (223,40,174).
#df28ae hex color red value is 223, green value is 40 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #df28ae hue: 0.88 , saturation: 0.74 and the lightness value of df28ae is 0.52.
The process color (four color CMYK) of #df28ae color hex is 0.00, 0.82, 0.22, 0.13. Web safe color of #df28ae is #cc3399. Color #df28ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00101000 | 10101110 |
Octal | 337 | 50 | 256 |
Decimal | 223 | 40 | 174 |
Hex | DF | 28 | AE |
Shades of #df28ae
Tints of #df28ae
RGB Percentages of Color #df28ae
CMYK Percentages of Color #df28ae
Complementary Color
#df28ae | #28df59 |
#df28ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df28ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#df28ae Color CSS Codes
.mybgcolor {background-color:#df28ae; } .myforecolor {color:#df28ae; } .mybordercolor {border:3px solid #df28ae; }
#df28ae Text Font Color
<p style="color:#df28ae">Text here</p>
This sample text font color is #df28ae
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.
#df28ae Background Color
<div style="background-color:#df28ae">
Div content here</div>
This div background color is #df28ae
#df28ae Border Color
<div style="border:3px solid #df28ae">
Div here</div>
This div border color is #df28ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,40,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df28ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df28ae; -webkit-box-shadow: 1px 1px 3px 2px #df28ae; box-shadow: 1px 1px 3px 2px #df28ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,40,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 #df28ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df28ae; -webkit-box-shadow: 1px 1px 3px 2px #df28ae; box-shadow: 1px 1px 3px 2px #df28ae;">
Div content here</div>
This div box has shadow with color #df28ae
Comments
No comments written yet.
Please login to write comment.