Color spaces of #df326d
RGB | 223 | 50 | 109 |
---|---|---|---|
HSL | 0.94 | 0.73 | 0.54 |
HSV | 340° | 78° | 87° |
CMYK | 0.00 | 0.78 | 0.51 0.13 |
XYZ | 34.3323 | 19.0733 | 16.3400 |
Yxy | 19.0733 | 0.4923 | 0.2735 |
Hunter Lab | 43.6730 | 63.8951 | 8.3881 |
CIE-Lab | 50.7729 | 68.2747 | 8.8434 |
#df326d color RGB value is (223,50,109).
#df326d hex color red value is 223, green value is 50 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #df326d hue: 0.94 , saturation: 0.73 and the lightness value of df326d is 0.54.
The process color (four color CMYK) of #df326d color hex is 0.00, 0.78, 0.51, 0.13. Web safe color of #df326d is #cc3366. Color #df326d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00110010 | 01101101 |
Octal | 337 | 62 | 155 |
Decimal | 223 | 50 | 109 |
Hex | DF | 32 | 6D |
Shades of #df326d
Tints of #df326d
RGB Percentages of Color #df326d
CMYK Percentages of Color #df326d
Complementary Color
#df326d | #32dfa4 |
#df326d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df326d Color Preview on White Background
Lorem ipsum dolor sit amet.
#df326d Color CSS Codes
.mybgcolor {background-color:#df326d; } .myforecolor {color:#df326d; } .mybordercolor {border:3px solid #df326d; }
#df326d Text Font Color
<p style="color:#df326d">Text here</p>
This sample text font color is #df326d
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.
#df326d Background Color
<div style="background-color:#df326d">
Div content here</div>
This div background color is #df326d
#df326d Border Color
<div style="border:3px solid #df326d">
Div here</div>
This div border color is #df326d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,50,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df326d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df326d; -webkit-box-shadow: 1px 1px 3px 2px #df326d; box-shadow: 1px 1px 3px 2px #df326d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,50,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df326d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df326d; -webkit-box-shadow: 1px 1px 3px 2px #df326d; box-shadow: 1px 1px 3px 2px #df326d;">
Div content here</div>
This div box has shadow with color #df326d
Comments
No comments written yet.
Please login to write comment.