Color spaces of #dc707d
RGB | 220 | 112 | 125 |
---|---|---|---|
HSL | 0.98 | 0.61 | 0.65 |
HSV | 353° | 49° | 86° |
CMYK | 0.00 | 0.49 | 0.43 0.14 |
XYZ | 39.0110 | 28.2847 | 22.8054 |
Yxy | 28.2847 | 0.4330 | 0.3139 |
Hunter Lab | 53.1834 | 37.8622 | 11.8044 |
CIE-Lab | 60.1451 | 43.3689 | 12.5103 |
#dc707d color RGB value is (220,112,125).
#dc707d hex color red value is 220, green value is 112 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dc707d hue: 0.98 , saturation: 0.61 and the lightness value of dc707d is 0.65.
The process color (four color CMYK) of #dc707d color hex is 0.00, 0.49, 0.43, 0.14. Web safe color of #dc707d is #cc6666. Color #dc707d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01110000 | 01111101 |
Octal | 334 | 160 | 175 |
Decimal | 220 | 112 | 125 |
Hex | DC | 70 | 7D |
Shades of #dc707d
Tints of #dc707d
RGB Percentages of Color #dc707d
CMYK Percentages of Color #dc707d
Complementary Color
#dc707d | #70dccf |
#dc707d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc707d Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc707d Color CSS Codes
.mybgcolor {background-color:#dc707d; } .myforecolor {color:#dc707d; } .mybordercolor {border:3px solid #dc707d; }
#dc707d Text Font Color
<p style="color:#dc707d">Text here</p>
This sample text font color is #dc707d
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.
#dc707d Background Color
<div style="background-color:#dc707d">
Div content here</div>
This div background color is #dc707d
#dc707d Border Color
<div style="border:3px solid #dc707d">
Div here</div>
This div border color is #dc707d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,112,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc707d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc707d; -webkit-box-shadow: 1px 1px 3px 2px #dc707d; box-shadow: 1px 1px 3px 2px #dc707d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,112,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc707d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc707d; -webkit-box-shadow: 1px 1px 3px 2px #dc707d; box-shadow: 1px 1px 3px 2px #dc707d;">
Div content here</div>
This div box has shadow with color #dc707d
Comments
No comments written yet.
Please login to write comment.