Color spaces of #dc75cf
RGB | 220 | 117 | 207 |
---|---|---|---|
HSL | 0.85 | 0.60 | 0.66 |
HSV | 308° | 47° | 86° |
CMYK | 0.00 | 0.47 | 0.06 0.14 |
XYZ | 47.1390 | 32.4432 | 62.8092 |
Yxy | 32.4432 | 0.3311 | 0.2278 |
Hunter Lab | 56.9589 | 48.0478 | -25.5084 |
CIE-Lab | 63.7075 | 52.2103 | -29.0618 |
#dc75cf color RGB value is (220,117,207).
#dc75cf hex color red value is 220, green value is 117 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dc75cf hue: 0.85 , saturation: 0.60 and the lightness value of dc75cf is 0.66.
The process color (four color CMYK) of #dc75cf color hex is 0.00, 0.47, 0.06, 0.14. Web safe color of #dc75cf is #cc66cc. Color #dc75cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01110101 | 11001111 |
Octal | 334 | 165 | 317 |
Decimal | 220 | 117 | 207 |
Hex | DC | 75 | CF |
Shades of #dc75cf
Tints of #dc75cf
RGB Percentages of Color #dc75cf
CMYK Percentages of Color #dc75cf
Complementary Color
#dc75cf | #75dc82 |
#dc75cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc75cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc75cf Color CSS Codes
.mybgcolor {background-color:#dc75cf; } .myforecolor {color:#dc75cf; } .mybordercolor {border:3px solid #dc75cf; }
#dc75cf Text Font Color
<p style="color:#dc75cf">Text here</p>
This sample text font color is #dc75cf
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.
#dc75cf Background Color
<div style="background-color:#dc75cf">
Div content here</div>
This div background color is #dc75cf
#dc75cf Border Color
<div style="border:3px solid #dc75cf">
Div here</div>
This div border color is #dc75cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,117,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc75cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc75cf; -webkit-box-shadow: 1px 1px 3px 2px #dc75cf; box-shadow: 1px 1px 3px 2px #dc75cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,117,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc75cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc75cf; -webkit-box-shadow: 1px 1px 3px 2px #dc75cf; box-shadow: 1px 1px 3px 2px #dc75cf;">
Div content here</div>
This div box has shadow with color #dc75cf
Comments
No comments written yet.
Please login to write comment.