Color spaces of #dc07bc
RGB | 220 | 7 | 188 |
---|---|---|---|
HSL | 0.86 | 0.94 | 0.45 |
HSV | 309° | 97° | 86° |
CMYK | 0.00 | 0.97 | 0.15 0.14 |
XYZ | 38.6683 | 18.9984 | 49.2060 |
Yxy | 18.9984 | 0.3618 | 0.1778 |
Hunter Lab | 43.5872 | 82.0786 | -36.4221 |
CIE-Lab | 50.6853 | 83.0524 | -38.5044 |
#dc07bc color RGB value is (220,7,188).
#dc07bc hex color red value is 220, green value is 7 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dc07bc hue: 0.86 , saturation: 0.94 and the lightness value of dc07bc is 0.45.
The process color (four color CMYK) of #dc07bc color hex is 0.00, 0.97, 0.15, 0.14. Web safe color of #dc07bc is #cc00cc. Color #dc07bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 00000111 | 10111100 |
Octal | 334 | 7 | 274 |
Decimal | 220 | 7 | 188 |
Hex | DC | 7 | BC |
Shades of #dc07bc
Tints of #dc07bc
RGB Percentages of Color #dc07bc
CMYK Percentages of Color #dc07bc
Complementary Color
#dc07bc | #07dc27 |
#dc07bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc07bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc07bc Color CSS Codes
.mybgcolor {background-color:#dc07bc; } .myforecolor {color:#dc07bc; } .mybordercolor {border:3px solid #dc07bc; }
#dc07bc Text Font Color
<p style="color:#dc07bc">Text here</p>
This sample text font color is #dc07bc
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.
#dc07bc Background Color
<div style="background-color:#dc07bc">
Div content here</div>
This div background color is #dc07bc
#dc07bc Border Color
<div style="border:3px solid #dc07bc">
Div here</div>
This div border color is #dc07bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,7,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc07bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc07bc; -webkit-box-shadow: 1px 1px 3px 2px #dc07bc; box-shadow: 1px 1px 3px 2px #dc07bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,7,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dc07bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc07bc; -webkit-box-shadow: 1px 1px 3px 2px #dc07bc; box-shadow: 1px 1px 3px 2px #dc07bc;">
Div content here</div>
This div box has shadow with color #dc07bc
Comments
No comments written yet.
Please login to write comment.