Color spaces of #dc628c
RGB | 220 | 98 | 140 |
---|---|---|---|
HSL | 0.94 | 0.64 | 0.62 |
HSV | 339° | 55° | 86° |
CMYK | 0.00 | 0.55 | 0.36 0.14 |
XYZ | 38.6165 | 25.8445 | 27.7641 |
Yxy | 25.8445 | 0.4187 | 0.2802 |
Hunter Lab | 50.8375 | 46.6242 | 3.2059 |
CIE-Lab | 57.8892 | 51.8360 | 0.5702 |
#dc628c color RGB value is (220,98,140).
#dc628c hex color red value is 220, green value is 98 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dc628c hue: 0.94 , saturation: 0.64 and the lightness value of dc628c is 0.62.
The process color (four color CMYK) of #dc628c color hex is 0.00, 0.55, 0.36, 0.14. Web safe color of #dc628c is #cc6699. Color #dc628c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01100010 | 10001100 |
Octal | 334 | 142 | 214 |
Decimal | 220 | 98 | 140 |
Hex | DC | 62 | 8C |
Shades of #dc628c
Tints of #dc628c
RGB Percentages of Color #dc628c
CMYK Percentages of Color #dc628c
Complementary Color
#dc628c | #62dcb2 |
#dc628c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc628c Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc628c Color CSS Codes
.mybgcolor {background-color:#dc628c; } .myforecolor {color:#dc628c; } .mybordercolor {border:3px solid #dc628c; }
#dc628c Text Font Color
<p style="color:#dc628c">Text here</p>
This sample text font color is #dc628c
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.
#dc628c Background Color
<div style="background-color:#dc628c">
Div content here</div>
This div background color is #dc628c
#dc628c Border Color
<div style="border:3px solid #dc628c">
Div here</div>
This div border color is #dc628c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,98,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc628c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc628c; -webkit-box-shadow: 1px 1px 3px 2px #dc628c; box-shadow: 1px 1px 3px 2px #dc628c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,98,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc628c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc628c; -webkit-box-shadow: 1px 1px 3px 2px #dc628c; box-shadow: 1px 1px 3px 2px #dc628c;">
Div content here</div>
This div box has shadow with color #dc628c
Comments
No comments written yet.
Please login to write comment.