Color spaces of #dc90ac
RGB | 220 | 144 | 172 |
---|---|---|---|
HSL | 0.94 | 0.52 | 0.71 |
HSV | 338° | 35° | 86° |
CMYK | 0.00 | 0.35 | 0.22 0.14 |
XYZ | 46.9349 | 38.1407 | 43.9179 |
Yxy | 38.1407 | 0.3639 | 0.2957 |
Hunter Lab | 61.7582 | 27.5795 | 1.0680 |
CIE-Lab | 68.1242 | 32.6008 | -2.7297 |
#dc90ac color RGB value is (220,144,172).
#dc90ac hex color red value is 220, green value is 144 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dc90ac hue: 0.94 , saturation: 0.52 and the lightness value of dc90ac is 0.71.
The process color (four color CMYK) of #dc90ac color hex is 0.00, 0.35, 0.22, 0.14. Web safe color of #dc90ac is #cc9999. Color #dc90ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10010000 | 10101100 |
Octal | 334 | 220 | 254 |
Decimal | 220 | 144 | 172 |
Hex | DC | 90 | AC |
Shades of #dc90ac
Tints of #dc90ac
RGB Percentages of Color #dc90ac
CMYK Percentages of Color #dc90ac
Complementary Color
#dc90ac | #90dcc0 |
#dc90ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc90ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc90ac Color CSS Codes
.mybgcolor {background-color:#dc90ac; } .myforecolor {color:#dc90ac; } .mybordercolor {border:3px solid #dc90ac; }
#dc90ac Text Font Color
<p style="color:#dc90ac">Text here</p>
This sample text font color is #dc90ac
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.
#dc90ac Background Color
<div style="background-color:#dc90ac">
Div content here</div>
This div background color is #dc90ac
#dc90ac Border Color
<div style="border:3px solid #dc90ac">
Div here</div>
This div border color is #dc90ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,144,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc90ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc90ac; -webkit-box-shadow: 1px 1px 3px 2px #dc90ac; box-shadow: 1px 1px 3px 2px #dc90ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,144,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc90ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc90ac; -webkit-box-shadow: 1px 1px 3px 2px #dc90ac; box-shadow: 1px 1px 3px 2px #dc90ac;">
Div content here</div>
This div box has shadow with color #dc90ac
Comments
No comments written yet.
Please login to write comment.