Color spaces of #d729cc
RGB | 215 | 41 | 204 |
---|---|---|---|
HSL | 0.84 | 0.69 | 0.50 |
HSV | 304° | 81° | 84° |
CMYK | 0.00 | 0.81 | 0.05 0.16 |
XYZ | 39.7164 | 20.3926 | 58.9696 |
Yxy | 20.3926 | 0.3335 | 0.1713 |
Hunter Lab | 45.1582 | 77.9631 | -45.8129 |
CIE-Lab | 52.2782 | 79.5041 | -45.3034 |
#d729cc color RGB value is (215,41,204).
#d729cc hex color red value is 215, green value is 41 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d729cc hue: 0.84 , saturation: 0.69 and the lightness value of d729cc is 0.50.
The process color (four color CMYK) of #d729cc color hex is 0.00, 0.81, 0.05, 0.16. Web safe color of #d729cc is #cc33cc. Color #d729cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 00101001 | 11001100 |
Octal | 327 | 51 | 314 |
Decimal | 215 | 41 | 204 |
Hex | D7 | 29 | CC |
Shades of #d729cc
Tints of #d729cc
RGB Percentages of Color #d729cc
CMYK Percentages of Color #d729cc
Complementary Color
#d729cc | #29d734 |
#d729cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d729cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d729cc Color CSS Codes
.mybgcolor {background-color:#d729cc; } .myforecolor {color:#d729cc; } .mybordercolor {border:3px solid #d729cc; }
#d729cc Text Font Color
<p style="color:#d729cc">Text here</p>
This sample text font color is #d729cc
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.
#d729cc Background Color
<div style="background-color:#d729cc">
Div content here</div>
This div background color is #d729cc
#d729cc Border Color
<div style="border:3px solid #d729cc">
Div here</div>
This div border color is #d729cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,41,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d729cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d729cc; -webkit-box-shadow: 1px 1px 3px 2px #d729cc; box-shadow: 1px 1px 3px 2px #d729cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,41,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 #d729cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d729cc; -webkit-box-shadow: 1px 1px 3px 2px #d729cc; box-shadow: 1px 1px 3px 2px #d729cc;">
Div content here</div>
This div box has shadow with color #d729cc
Comments
No comments written yet.
Please login to write comment.