Color spaces of #dc4dcc
RGB | 220 | 77 | 204 |
---|---|---|---|
HSL | 0.85 | 0.67 | 0.58 |
HSV | 307° | 65° | 86° |
CMYK | 0.00 | 0.65 | 0.07 0.14 |
XYZ | 43.0682 | 24.8830 | 59.6597 |
Yxy | 24.8830 | 0.3375 | 0.1950 |
Hunter Lab | 49.8829 | 66.8195 | -35.9926 |
CIE-Lab | 56.9612 | 69.5516 | -37.8627 |
#dc4dcc color RGB value is (220,77,204).
#dc4dcc hex color red value is 220, green value is 77 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dc4dcc hue: 0.85 , saturation: 0.67 and the lightness value of dc4dcc is 0.58.
The process color (four color CMYK) of #dc4dcc color hex is 0.00, 0.65, 0.07, 0.14. Web safe color of #dc4dcc is #cc66cc. Color #dc4dcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01001101 | 11001100 |
Octal | 334 | 115 | 314 |
Decimal | 220 | 77 | 204 |
Hex | DC | 4D | CC |
Shades of #dc4dcc
Tints of #dc4dcc
RGB Percentages of Color #dc4dcc
CMYK Percentages of Color #dc4dcc
Complementary Color
#dc4dcc | #4ddc5d |
#dc4dcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc4dcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc4dcc Color CSS Codes
.mybgcolor {background-color:#dc4dcc; } .myforecolor {color:#dc4dcc; } .mybordercolor {border:3px solid #dc4dcc; }
#dc4dcc Text Font Color
<p style="color:#dc4dcc">Text here</p>
This sample text font color is #dc4dcc
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.
#dc4dcc Background Color
<div style="background-color:#dc4dcc">
Div content here</div>
This div background color is #dc4dcc
#dc4dcc Border Color
<div style="border:3px solid #dc4dcc">
Div here</div>
This div border color is #dc4dcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,77,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc4dcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc4dcc; -webkit-box-shadow: 1px 1px 3px 2px #dc4dcc; box-shadow: 1px 1px 3px 2px #dc4dcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,77,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc4dcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc4dcc; -webkit-box-shadow: 1px 1px 3px 2px #dc4dcc; box-shadow: 1px 1px 3px 2px #dc4dcc;">
Div content here</div>
This div box has shadow with color #dc4dcc
Comments
No comments written yet.
Please login to write comment.