Color spaces of #d72772
RGB | 215 | 39 | 114 |
---|---|---|---|
HSL | 0.93 | 0.69 | 0.50 |
HSV | 334° | 82° | 84° |
CMYK | 0.00 | 0.82 | 0.47 0.16 |
XYZ | 31.7871 | 17.1130 | 17.5474 |
Yxy | 17.1130 | 0.4784 | 0.2575 |
Hunter Lab | 41.3679 | 64.7658 | 3.8079 |
CIE-Lab | 48.4021 | 69.4671 | 2.2000 |
#d72772 color RGB value is (215,39,114).
#d72772 hex color red value is 215, green value is 39 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #d72772 hue: 0.93 , saturation: 0.69 and the lightness value of d72772 is 0.50.
The process color (four color CMYK) of #d72772 color hex is 0.00, 0.82, 0.47, 0.16. Web safe color of #d72772 is #cc3366. Color #d72772 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 00100111 | 01110010 |
Octal | 327 | 47 | 162 |
Decimal | 215 | 39 | 114 |
Hex | D7 | 27 | 72 |
Shades of #d72772
Tints of #d72772
RGB Percentages of Color #d72772
CMYK Percentages of Color #d72772
Complementary Color
#d72772 | #27d78c |
#d72772 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d72772 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d72772 Color CSS Codes
.mybgcolor {background-color:#d72772; } .myforecolor {color:#d72772; } .mybordercolor {border:3px solid #d72772; }
#d72772 Text Font Color
<p style="color:#d72772">Text here</p>
This sample text font color is #d72772
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.
#d72772 Background Color
<div style="background-color:#d72772">
Div content here</div>
This div background color is #d72772
#d72772 Border Color
<div style="border:3px solid #d72772">
Div here</div>
This div border color is #d72772
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,39,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d72772; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d72772; -webkit-box-shadow: 1px 1px 3px 2px #d72772; box-shadow: 1px 1px 3px 2px #d72772; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,39,114, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d72772">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d72772; -webkit-box-shadow: 1px 1px 3px 2px #d72772; box-shadow: 1px 1px 3px 2px #d72772;">
Div content here</div>
This div box has shadow with color #d72772
Comments
No comments written yet.
Please login to write comment.