Color spaces of #dc468f
RGB | 220 | 70 | 143 |
---|---|---|---|
HSL | 0.92 | 0.68 | 0.57 |
HSV | 331° | 68° | 86° |
CMYK | 0.00 | 0.68 | 0.35 0.14 |
XYZ | 36.6633 | 21.5791 | 28.2194 |
Yxy | 21.5791 | 0.4240 | 0.2496 |
Hunter Lab | 46.4533 | 59.5879 | -3.5001 |
CIE-Lab | 53.5775 | 64.0686 | -7.5531 |
#dc468f color RGB value is (220,70,143).
#dc468f hex color red value is 220, green value is 70 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dc468f hue: 0.92 , saturation: 0.68 and the lightness value of dc468f is 0.57.
The process color (four color CMYK) of #dc468f color hex is 0.00, 0.68, 0.35, 0.14. Web safe color of #dc468f is #cc3399. Color #dc468f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01000110 | 10001111 |
Octal | 334 | 106 | 217 |
Decimal | 220 | 70 | 143 |
Hex | DC | 46 | 8F |
Shades of #dc468f
Tints of #dc468f
RGB Percentages of Color #dc468f
CMYK Percentages of Color #dc468f
Complementary Color
#dc468f | #46dc93 |
#dc468f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc468f Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc468f Color CSS Codes
.mybgcolor {background-color:#dc468f; } .myforecolor {color:#dc468f; } .mybordercolor {border:3px solid #dc468f; }
#dc468f Text Font Color
<p style="color:#dc468f">Text here</p>
This sample text font color is #dc468f
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.
#dc468f Background Color
<div style="background-color:#dc468f">
Div content here</div>
This div background color is #dc468f
#dc468f Border Color
<div style="border:3px solid #dc468f">
Div here</div>
This div border color is #dc468f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,70,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc468f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc468f; -webkit-box-shadow: 1px 1px 3px 2px #dc468f; box-shadow: 1px 1px 3px 2px #dc468f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,70,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc468f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc468f; -webkit-box-shadow: 1px 1px 3px 2px #dc468f; box-shadow: 1px 1px 3px 2px #dc468f;">
Div content here</div>
This div box has shadow with color #dc468f
Comments
No comments written yet.
Please login to write comment.