Color spaces of #d706cc
RGB | 215 | 6 | 204 |
---|---|---|---|
HSL | 0.84 | 0.95 | 0.43 |
HSV | 303° | 97° | 84° |
CMYK | 0.00 | 0.97 | 0.05 0.16 |
XYZ | 38.9885 | 18.9370 | 58.7270 |
Yxy | 18.9370 | 0.3342 | 0.1623 |
Hunter Lab | 43.5167 | 83.7719 | -49.5519 |
CIE-Lab | 50.6134 | 84.3822 | -47.9498 |
#d706cc color RGB value is (215,6,204).
#d706cc hex color red value is 215, green value is 6 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d706cc hue: 0.84 , saturation: 0.95 and the lightness value of d706cc is 0.43.
The process color (four color CMYK) of #d706cc color hex is 0.00, 0.97, 0.05, 0.16. Web safe color of #d706cc is #cc00cc. Color #d706cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 00000110 | 11001100 |
Octal | 327 | 6 | 314 |
Decimal | 215 | 6 | 204 |
Hex | D7 | 6 | CC |
Shades of #d706cc
Tints of #d706cc
RGB Percentages of Color #d706cc
CMYK Percentages of Color #d706cc
Complementary Color
#d706cc | #06d711 |
#d706cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d706cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d706cc Color CSS Codes
.mybgcolor {background-color:#d706cc; } .myforecolor {color:#d706cc; } .mybordercolor {border:3px solid #d706cc; }
#d706cc Text Font Color
<p style="color:#d706cc">Text here</p>
This sample text font color is #d706cc
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.
#d706cc Background Color
<div style="background-color:#d706cc">
Div content here</div>
This div background color is #d706cc
#d706cc Border Color
<div style="border:3px solid #d706cc">
Div here</div>
This div border color is #d706cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,6,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d706cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d706cc; -webkit-box-shadow: 1px 1px 3px 2px #d706cc; box-shadow: 1px 1px 3px 2px #d706cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,6,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 #d706cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d706cc; -webkit-box-shadow: 1px 1px 3px 2px #d706cc; box-shadow: 1px 1px 3px 2px #d706cc;">
Div content here</div>
This div box has shadow with color #d706cc
Comments
No comments written yet.
Please login to write comment.