Color spaces of #dc627b
RGB | 220 | 98 | 123 |
---|---|---|---|
HSL | 0.97 | 0.64 | 0.62 |
HSV | 348° | 55° | 86° |
CMYK | 0.00 | 0.55 | 0.44 0.14 |
XYZ | 37.4580 | 25.3811 | 21.6637 |
Yxy | 25.3811 | 0.4433 | 0.3004 |
Hunter Lab | 50.3797 | 44.5529 | 9.7705 |
CIE-Lab | 57.4449 | 50.0101 | 9.8709 |
#dc627b color RGB value is (220,98,123).
#dc627b hex color red value is 220, green value is 98 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dc627b hue: 0.97 , saturation: 0.64 and the lightness value of dc627b is 0.62.
The process color (four color CMYK) of #dc627b color hex is 0.00, 0.55, 0.44, 0.14. Web safe color of #dc627b is #cc6666. Color #dc627b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01100010 | 01111011 |
Octal | 334 | 142 | 173 |
Decimal | 220 | 98 | 123 |
Hex | DC | 62 | 7B |
Shades of #dc627b
Tints of #dc627b
RGB Percentages of Color #dc627b
CMYK Percentages of Color #dc627b
Complementary Color
#dc627b | #62dcc3 |
#dc627b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc627b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc627b Color CSS Codes
.mybgcolor {background-color:#dc627b; } .myforecolor {color:#dc627b; } .mybordercolor {border:3px solid #dc627b; }
#dc627b Text Font Color
<p style="color:#dc627b">Text here</p>
This sample text font color is #dc627b
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.
#dc627b Background Color
<div style="background-color:#dc627b">
Div content here</div>
This div background color is #dc627b
#dc627b Border Color
<div style="border:3px solid #dc627b">
Div here</div>
This div border color is #dc627b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,98,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc627b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc627b; -webkit-box-shadow: 1px 1px 3px 2px #dc627b; box-shadow: 1px 1px 3px 2px #dc627b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,98,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc627b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc627b; -webkit-box-shadow: 1px 1px 3px 2px #dc627b; box-shadow: 1px 1px 3px 2px #dc627b;">
Div content here</div>
This div box has shadow with color #dc627b
Comments
No comments written yet.
Please login to write comment.