Color spaces of #df4cca
RGB | 223 | 76 | 202 |
---|---|---|---|
HSL | 0.86 | 0.70 | 0.59 |
HSV | 309° | 66° | 87° |
CMYK | 0.00 | 0.66 | 0.09 0.13 |
XYZ | 43.6765 | 25.1211 | 58.4240 |
Yxy | 25.1211 | 0.3433 | 0.1975 |
Hunter Lab | 50.1210 | 67.8372 | -34.0273 |
CIE-Lab | 57.1932 | 70.3513 | -36.3249 |
#df4cca color RGB value is (223,76,202).
#df4cca hex color red value is 223, green value is 76 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #df4cca hue: 0.86 , saturation: 0.70 and the lightness value of df4cca is 0.59.
The process color (four color CMYK) of #df4cca color hex is 0.00, 0.66, 0.09, 0.13. Web safe color of #df4cca is #cc33cc. Color #df4cca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01001100 | 11001010 |
Octal | 337 | 114 | 312 |
Decimal | 223 | 76 | 202 |
Hex | DF | 4C | CA |
Shades of #df4cca
Tints of #df4cca
RGB Percentages of Color #df4cca
CMYK Percentages of Color #df4cca
Complementary Color
#df4cca | #4cdf61 |
#df4cca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df4cca Color Preview on White Background
Lorem ipsum dolor sit amet.
#df4cca Color CSS Codes
.mybgcolor {background-color:#df4cca; } .myforecolor {color:#df4cca; } .mybordercolor {border:3px solid #df4cca; }
#df4cca Text Font Color
<p style="color:#df4cca">Text here</p>
This sample text font color is #df4cca
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.
#df4cca Background Color
<div style="background-color:#df4cca">
Div content here</div>
This div background color is #df4cca
#df4cca Border Color
<div style="border:3px solid #df4cca">
Div here</div>
This div border color is #df4cca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,76,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df4cca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df4cca; -webkit-box-shadow: 1px 1px 3px 2px #df4cca; box-shadow: 1px 1px 3px 2px #df4cca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,76,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df4cca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df4cca; -webkit-box-shadow: 1px 1px 3px 2px #df4cca; box-shadow: 1px 1px 3px 2px #df4cca;">
Div content here</div>
This div box has shadow with color #df4cca
Comments
No comments written yet.
Please login to write comment.