Color spaces of #dc538d
RGB | 220 | 83 | 141 |
---|---|---|---|
HSL | 0.93 | 0.66 | 0.59 |
HSV | 335° | 62° | 86° |
CMYK | 0.00 | 0.62 | 0.36 0.14 |
XYZ | 37.4162 | 23.3252 | 27.7295 |
Yxy | 23.3252 | 0.4229 | 0.2636 |
Hunter Lab | 48.2962 | 53.7699 | -0.2343 |
CIE-Lab | 55.4057 | 58.6630 | -3.6588 |
#dc538d color RGB value is (220,83,141).
#dc538d hex color red value is 220, green value is 83 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dc538d hue: 0.93 , saturation: 0.66 and the lightness value of dc538d is 0.59.
The process color (four color CMYK) of #dc538d color hex is 0.00, 0.62, 0.36, 0.14. Web safe color of #dc538d is #cc6699. Color #dc538d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01010011 | 10001101 |
Octal | 334 | 123 | 215 |
Decimal | 220 | 83 | 141 |
Hex | DC | 53 | 8D |
Shades of #dc538d
Tints of #dc538d
RGB Percentages of Color #dc538d
CMYK Percentages of Color #dc538d
Complementary Color
#dc538d | #53dca2 |
#dc538d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc538d Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc538d Color CSS Codes
.mybgcolor {background-color:#dc538d; } .myforecolor {color:#dc538d; } .mybordercolor {border:3px solid #dc538d; }
#dc538d Text Font Color
<p style="color:#dc538d">Text here</p>
This sample text font color is #dc538d
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.
#dc538d Background Color
<div style="background-color:#dc538d">
Div content here</div>
This div background color is #dc538d
#dc538d Border Color
<div style="border:3px solid #dc538d">
Div here</div>
This div border color is #dc538d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,83,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc538d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc538d; -webkit-box-shadow: 1px 1px 3px 2px #dc538d; box-shadow: 1px 1px 3px 2px #dc538d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,83,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc538d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc538d; -webkit-box-shadow: 1px 1px 3px 2px #dc538d; box-shadow: 1px 1px 3px 2px #dc538d;">
Div content here</div>
This div box has shadow with color #dc538d
Comments
No comments written yet.
Please login to write comment.