Color spaces of #df4cea
RGB | 223 | 76 | 234 |
---|---|---|---|
HSL | 0.82 | 0.79 | 0.61 |
HSV | 296° | 68° | 92° |
CMYK | 0.05 | 0.68 | 0.00 0.08 |
XYZ | 47.8671 | 26.7974 | 80.4914 |
Yxy | 26.7974 | 0.3085 | 0.1727 |
Hunter Lab | 51.7662 | 74.4643 | -55.9538 |
CIE-Lab | 58.7863 | 75.4495 | -51.8975 |
#df4cea color RGB value is (223,76,234).
#df4cea hex color red value is 223, green value is 76 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #df4cea hue: 0.82 , saturation: 0.79 and the lightness value of df4cea is 0.61.
The process color (four color CMYK) of #df4cea color hex is 0.05, 0.68, 0.00, 0.08. Web safe color of #df4cea is #cc33ff. Color #df4cea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01001100 | 11101010 |
Octal | 337 | 114 | 352 |
Decimal | 223 | 76 | 234 |
Hex | DF | 4C | EA |
Shades of #df4cea
Tints of #df4cea
RGB Percentages of Color #df4cea
CMYK Percentages of Color #df4cea
Complementary Color
#df4cea | #57ea4c |
#df4cea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df4cea Color Preview on White Background
Lorem ipsum dolor sit amet.
#df4cea Color CSS Codes
.mybgcolor {background-color:#df4cea; } .myforecolor {color:#df4cea; } .mybordercolor {border:3px solid #df4cea; }
#df4cea Text Font Color
<p style="color:#df4cea">Text here</p>
This sample text font color is #df4cea
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.
#df4cea Background Color
<div style="background-color:#df4cea">
Div content here</div>
This div background color is #df4cea
#df4cea Border Color
<div style="border:3px solid #df4cea">
Div here</div>
This div border color is #df4cea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,76,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df4cea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df4cea; -webkit-box-shadow: 1px 1px 3px 2px #df4cea; box-shadow: 1px 1px 3px 2px #df4cea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,76,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df4cea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df4cea; -webkit-box-shadow: 1px 1px 3px 2px #df4cea; box-shadow: 1px 1px 3px 2px #df4cea;">
Div content here</div>
This div box has shadow with color #df4cea
Comments
No comments written yet.
Please login to write comment.