Color spaces of #d76dbd
RGB | 215 | 109 | 189 |
---|---|---|---|
HSL | 0.87 | 0.57 | 0.64 |
HSV | 315° | 49° | 84° |
CMYK | 0.00 | 0.49 | 0.12 0.16 |
XYZ | 42.6783 | 29.0585 | 51.5036 |
Yxy | 29.0585 | 0.3463 | 0.2358 |
Hunter Lab | 53.9059 | 46.9863 | -18.9136 |
CIE-Lab | 60.8332 | 51.6996 | -23.3606 |
#d76dbd color RGB value is (215,109,189).
#d76dbd hex color red value is 215, green value is 109 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d76dbd hue: 0.87 , saturation: 0.57 and the lightness value of d76dbd is 0.64.
The process color (four color CMYK) of #d76dbd color hex is 0.00, 0.49, 0.12, 0.16. Web safe color of #d76dbd is #cc66cc. Color #d76dbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01101101 | 10111101 |
Octal | 327 | 155 | 275 |
Decimal | 215 | 109 | 189 |
Hex | D7 | 6D | BD |
Shades of #d76dbd
Tints of #d76dbd
RGB Percentages of Color #d76dbd
CMYK Percentages of Color #d76dbd
Complementary Color
#d76dbd | #6dd787 |
#d76dbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d76dbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d76dbd Color CSS Codes
.mybgcolor {background-color:#d76dbd; } .myforecolor {color:#d76dbd; } .mybordercolor {border:3px solid #d76dbd; }
#d76dbd Text Font Color
<p style="color:#d76dbd">Text here</p>
This sample text font color is #d76dbd
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.
#d76dbd Background Color
<div style="background-color:#d76dbd">
Div content here</div>
This div background color is #d76dbd
#d76dbd Border Color
<div style="border:3px solid #d76dbd">
Div here</div>
This div border color is #d76dbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,109,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d76dbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d76dbd; -webkit-box-shadow: 1px 1px 3px 2px #d76dbd; box-shadow: 1px 1px 3px 2px #d76dbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,109,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d76dbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d76dbd; -webkit-box-shadow: 1px 1px 3px 2px #d76dbd; box-shadow: 1px 1px 3px 2px #d76dbd;">
Div content here</div>
This div box has shadow with color #d76dbd
Comments
No comments written yet.
Please login to write comment.