Color spaces of #dc649b
RGB | 220 | 100 | 155 |
---|---|---|---|
HSL | 0.92 | 0.63 | 0.63 |
HSV | 333° | 55° | 86° |
CMYK | 0.00 | 0.55 | 0.30 0.14 |
XYZ | 39.9888 | 26.6965 | 34.0557 |
Yxy | 26.6965 | 0.3969 | 0.2650 |
Hunter Lab | 51.6687 | 47.7294 | -2.9110 |
CIE-Lab | 58.6923 | 52.7097 | -6.9805 |
#dc649b color RGB value is (220,100,155).
#dc649b hex color red value is 220, green value is 100 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dc649b hue: 0.92 , saturation: 0.63 and the lightness value of dc649b is 0.63.
The process color (four color CMYK) of #dc649b color hex is 0.00, 0.55, 0.30, 0.14. Web safe color of #dc649b is #cc6699. Color #dc649b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01100100 | 10011011 |
Octal | 334 | 144 | 233 |
Decimal | 220 | 100 | 155 |
Hex | DC | 64 | 9B |
Shades of #dc649b
Tints of #dc649b
RGB Percentages of Color #dc649b
CMYK Percentages of Color #dc649b
Complementary Color
#dc649b | #64dca5 |
#dc649b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc649b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc649b Color CSS Codes
.mybgcolor {background-color:#dc649b; } .myforecolor {color:#dc649b; } .mybordercolor {border:3px solid #dc649b; }
#dc649b Text Font Color
<p style="color:#dc649b">Text here</p>
This sample text font color is #dc649b
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.
#dc649b Background Color
<div style="background-color:#dc649b">
Div content here</div>
This div background color is #dc649b
#dc649b Border Color
<div style="border:3px solid #dc649b">
Div here</div>
This div border color is #dc649b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,100,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc649b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc649b; -webkit-box-shadow: 1px 1px 3px 2px #dc649b; box-shadow: 1px 1px 3px 2px #dc649b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,100,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc649b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc649b; -webkit-box-shadow: 1px 1px 3px 2px #dc649b; box-shadow: 1px 1px 3px 2px #dc649b;">
Div content here</div>
This div box has shadow with color #dc649b
Comments
No comments written yet.
Please login to write comment.