Color spaces of #dc8eaa
RGB | 220 | 142 | 170 |
---|---|---|---|
HSL | 0.94 | 0.53 | 0.71 |
HSV | 338° | 35° | 86° |
CMYK | 0.00 | 0.35 | 0.23 0.14 |
XYZ | 46.4439 | 37.4639 | 42.8136 |
Yxy | 37.4639 | 0.3665 | 0.2956 |
Hunter Lab | 61.2078 | 28.3306 | 1.3733 |
CIE-Lab | 67.6236 | 33.3755 | -2.3437 |
#dc8eaa color RGB value is (220,142,170).
#dc8eaa hex color red value is 220, green value is 142 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dc8eaa hue: 0.94 , saturation: 0.53 and the lightness value of dc8eaa is 0.71.
The process color (four color CMYK) of #dc8eaa color hex is 0.00, 0.35, 0.23, 0.14. Web safe color of #dc8eaa is #cc9999. Color #dc8eaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10001110 | 10101010 |
Octal | 334 | 216 | 252 |
Decimal | 220 | 142 | 170 |
Hex | DC | 8E | AA |
Shades of #dc8eaa
Tints of #dc8eaa
RGB Percentages of Color #dc8eaa
CMYK Percentages of Color #dc8eaa
Complementary Color
#dc8eaa | #8edcc0 |
#dc8eaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc8eaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc8eaa Color CSS Codes
.mybgcolor {background-color:#dc8eaa; } .myforecolor {color:#dc8eaa; } .mybordercolor {border:3px solid #dc8eaa; }
#dc8eaa Text Font Color
<p style="color:#dc8eaa">Text here</p>
This sample text font color is #dc8eaa
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.
#dc8eaa Background Color
<div style="background-color:#dc8eaa">
Div content here</div>
This div background color is #dc8eaa
#dc8eaa Border Color
<div style="border:3px solid #dc8eaa">
Div here</div>
This div border color is #dc8eaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,142,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc8eaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc8eaa; -webkit-box-shadow: 1px 1px 3px 2px #dc8eaa; box-shadow: 1px 1px 3px 2px #dc8eaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,142,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc8eaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc8eaa; -webkit-box-shadow: 1px 1px 3px 2px #dc8eaa; box-shadow: 1px 1px 3px 2px #dc8eaa;">
Div content here</div>
This div box has shadow with color #dc8eaa
Comments
No comments written yet.
Please login to write comment.