Color spaces of #dc8dad
RGB | 220 | 141 | 173 |
---|---|---|---|
HSL | 0.93 | 0.53 | 0.71 |
HSV | 336° | 36° | 86° |
CMYK | 0.00 | 0.36 | 0.21 0.14 |
XYZ | 46.5829 | 37.2825 | 44.2762 |
Yxy | 37.2825 | 0.3635 | 0.2909 |
Hunter Lab | 61.0594 | 29.3257 | -0.2516 |
CIE-Lab | 67.4884 | 34.3506 | -4.2266 |
#dc8dad color RGB value is (220,141,173).
#dc8dad hex color red value is 220, green value is 141 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dc8dad hue: 0.93 , saturation: 0.53 and the lightness value of dc8dad is 0.71.
The process color (four color CMYK) of #dc8dad color hex is 0.00, 0.36, 0.21, 0.14. Web safe color of #dc8dad is #cc9999. Color #dc8dad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10001101 | 10101101 |
Octal | 334 | 215 | 255 |
Decimal | 220 | 141 | 173 |
Hex | DC | 8D | AD |
Shades of #dc8dad
Tints of #dc8dad
RGB Percentages of Color #dc8dad
CMYK Percentages of Color #dc8dad
Complementary Color
#dc8dad | #8ddcbc |
#dc8dad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc8dad Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc8dad Color CSS Codes
.mybgcolor {background-color:#dc8dad; } .myforecolor {color:#dc8dad; } .mybordercolor {border:3px solid #dc8dad; }
#dc8dad Text Font Color
<p style="color:#dc8dad">Text here</p>
This sample text font color is #dc8dad
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.
#dc8dad Background Color
<div style="background-color:#dc8dad">
Div content here</div>
This div background color is #dc8dad
#dc8dad Border Color
<div style="border:3px solid #dc8dad">
Div here</div>
This div border color is #dc8dad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,141,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc8dad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc8dad; -webkit-box-shadow: 1px 1px 3px 2px #dc8dad; box-shadow: 1px 1px 3px 2px #dc8dad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,141,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc8dad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc8dad; -webkit-box-shadow: 1px 1px 3px 2px #dc8dad; box-shadow: 1px 1px 3px 2px #dc8dad;">
Div content here</div>
This div box has shadow with color #dc8dad
Comments
No comments written yet.
Please login to write comment.