Color spaces of #df5065
RGB | 223 | 80 | 101 |
---|---|---|---|
HSL | 0.98 | 0.69 | 0.59 |
HSV | 351° | 64° | 87° |
CMYK | 0.00 | 0.64 | 0.55 0.13 |
XYZ | 35.6490 | 22.3649 | 14.7499 |
Yxy | 22.3649 | 0.4899 | 0.3074 |
Hunter Lab | 47.2915 | 51.7955 | 14.6119 |
CIE-Lab | 54.4120 | 57.0837 | 18.6837 |
#df5065 color RGB value is (223,80,101).
#df5065 hex color red value is 223, green value is 80 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #df5065 hue: 0.98 , saturation: 0.69 and the lightness value of df5065 is 0.59.
The process color (four color CMYK) of #df5065 color hex is 0.00, 0.64, 0.55, 0.13. Web safe color of #df5065 is #cc6666. Color #df5065 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01010000 | 01100101 |
Octal | 337 | 120 | 145 |
Decimal | 223 | 80 | 101 |
Hex | DF | 50 | 65 |
Shades of #df5065
Tints of #df5065
RGB Percentages of Color #df5065
CMYK Percentages of Color #df5065
Complementary Color
#df5065 | #50dfca |
#df5065 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df5065 Color Preview on White Background
Lorem ipsum dolor sit amet.
#df5065 Color CSS Codes
.mybgcolor {background-color:#df5065; } .myforecolor {color:#df5065; } .mybordercolor {border:3px solid #df5065; }
#df5065 Text Font Color
<p style="color:#df5065">Text here</p>
This sample text font color is #df5065
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.
#df5065 Background Color
<div style="background-color:#df5065">
Div content here</div>
This div background color is #df5065
#df5065 Border Color
<div style="border:3px solid #df5065">
Div here</div>
This div border color is #df5065
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,80,101, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df5065; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df5065; -webkit-box-shadow: 1px 1px 3px 2px #df5065; box-shadow: 1px 1px 3px 2px #df5065; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,80,101, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df5065">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df5065; -webkit-box-shadow: 1px 1px 3px 2px #df5065; box-shadow: 1px 1px 3px 2px #df5065;">
Div content here</div>
This div box has shadow with color #df5065
Comments
No comments written yet.
Please login to write comment.