Color spaces of #dc495c
RGB | 220 | 73 | 92 |
---|---|---|---|
HSL | 0.98 | 0.68 | 0.57 |
HSV | 352° | 67° | 86° |
CMYK | 0.00 | 0.67 | 0.58 0.14 |
XYZ | 33.8295 | 20.7534 | 12.3480 |
Yxy | 20.7534 | 0.5054 | 0.3101 |
Hunter Lab | 45.5559 | 52.8301 | 15.8185 |
CIE-Lab | 52.6785 | 58.3136 | 21.6038 |
#dc495c color RGB value is (220,73,92).
#dc495c hex color red value is 220, green value is 73 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dc495c hue: 0.98 , saturation: 0.68 and the lightness value of dc495c is 0.57.
The process color (four color CMYK) of #dc495c color hex is 0.00, 0.67, 0.58, 0.14. Web safe color of #dc495c is #cc3366. Color #dc495c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01001001 | 01011100 |
Octal | 334 | 111 | 134 |
Decimal | 220 | 73 | 92 |
Hex | DC | 49 | 5C |
Shades of #dc495c
Tints of #dc495c
RGB Percentages of Color #dc495c
CMYK Percentages of Color #dc495c
Complementary Color
#dc495c | #49dcc9 |
#dc495c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc495c Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc495c Color CSS Codes
.mybgcolor {background-color:#dc495c; } .myforecolor {color:#dc495c; } .mybordercolor {border:3px solid #dc495c; }
#dc495c Text Font Color
<p style="color:#dc495c">Text here</p>
This sample text font color is #dc495c
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.
#dc495c Background Color
<div style="background-color:#dc495c">
Div content here</div>
This div background color is #dc495c
#dc495c Border Color
<div style="border:3px solid #dc495c">
Div here</div>
This div border color is #dc495c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,73,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc495c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc495c; -webkit-box-shadow: 1px 1px 3px 2px #dc495c; box-shadow: 1px 1px 3px 2px #dc495c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,73,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc495c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc495c; -webkit-box-shadow: 1px 1px 3px 2px #dc495c; box-shadow: 1px 1px 3px 2px #dc495c;">
Div content here</div>
This div box has shadow with color #dc495c
Comments
No comments written yet.
Please login to write comment.