Color spaces of #df34da
RGB | 223 | 52 | 218 |
---|---|---|---|
HSL | 0.84 | 0.73 | 0.54 |
HSV | 302° | 77° | 87° |
CMYK | 0.00 | 0.77 | 0.02 0.13 |
XYZ | 44.3143 | 23.2059 | 68.4732 |
Yxy | 23.2059 | 0.3259 | 0.1706 |
Hunter Lab | 48.1725 | 79.9018 | -50.5550 |
CIE-Lab | 55.2838 | 80.4506 | -48.4467 |
#df34da color RGB value is (223,52,218).
#df34da hex color red value is 223, green value is 52 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #df34da hue: 0.84 , saturation: 0.73 and the lightness value of df34da is 0.54.
The process color (four color CMYK) of #df34da color hex is 0.00, 0.77, 0.02, 0.13. Web safe color of #df34da is #cc33cc. Color #df34da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00110100 | 11011010 |
Octal | 337 | 64 | 332 |
Decimal | 223 | 52 | 218 |
Hex | DF | 34 | DA |
Shades of #df34da
Tints of #df34da
RGB Percentages of Color #df34da
CMYK Percentages of Color #df34da
Complementary Color
#df34da | #34df39 |
#df34da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df34da Color Preview on White Background
Lorem ipsum dolor sit amet.
#df34da Color CSS Codes
.mybgcolor {background-color:#df34da; } .myforecolor {color:#df34da; } .mybordercolor {border:3px solid #df34da; }
#df34da Text Font Color
<p style="color:#df34da">Text here</p>
This sample text font color is #df34da
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.
#df34da Background Color
<div style="background-color:#df34da">
Div content here</div>
This div background color is #df34da
#df34da Border Color
<div style="border:3px solid #df34da">
Div here</div>
This div border color is #df34da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,52,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df34da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df34da; -webkit-box-shadow: 1px 1px 3px 2px #df34da; box-shadow: 1px 1px 3px 2px #df34da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,52,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df34da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df34da; -webkit-box-shadow: 1px 1px 3px 2px #df34da; box-shadow: 1px 1px 3px 2px #df34da;">
Div content here</div>
This div box has shadow with color #df34da
Comments
No comments written yet.
Please login to write comment.