Color spaces of #d76dca
RGB | 215 | 109 | 202 |
---|---|---|---|
HSL | 0.85 | 0.57 | 0.64 |
HSV | 307° | 49° | 84° |
CMYK | 0.00 | 0.49 | 0.06 0.16 |
XYZ | 44.1536 | 29.6486 | 59.2727 |
Yxy | 29.6486 | 0.3318 | 0.2228 |
Hunter Lab | 54.4505 | 49.4561 | -26.4254 |
CIE-Lab | 61.3498 | 53.8347 | -29.9415 |
#d76dca color RGB value is (215,109,202).
#d76dca hex color red value is 215, green value is 109 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d76dca hue: 0.85 , saturation: 0.57 and the lightness value of d76dca is 0.64.
The process color (four color CMYK) of #d76dca color hex is 0.00, 0.49, 0.06, 0.16. Web safe color of #d76dca is #cc66cc. Color #d76dca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01101101 | 11001010 |
Octal | 327 | 155 | 312 |
Decimal | 215 | 109 | 202 |
Hex | D7 | 6D | CA |
Shades of #d76dca
Tints of #d76dca
RGB Percentages of Color #d76dca
CMYK Percentages of Color #d76dca
Complementary Color
#d76dca | #6dd77a |
#d76dca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d76dca Color Preview on White Background
Lorem ipsum dolor sit amet.
#d76dca Color CSS Codes
.mybgcolor {background-color:#d76dca; } .myforecolor {color:#d76dca; } .mybordercolor {border:3px solid #d76dca; }
#d76dca Text Font Color
<p style="color:#d76dca">Text here</p>
This sample text font color is #d76dca
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.
#d76dca Background Color
<div style="background-color:#d76dca">
Div content here</div>
This div background color is #d76dca
#d76dca Border Color
<div style="border:3px solid #d76dca">
Div here</div>
This div border color is #d76dca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,109,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d76dca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d76dca; -webkit-box-shadow: 1px 1px 3px 2px #d76dca; box-shadow: 1px 1px 3px 2px #d76dca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,109,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d76dca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d76dca; -webkit-box-shadow: 1px 1px 3px 2px #d76dca; box-shadow: 1px 1px 3px 2px #d76dca;">
Div content here</div>
This div box has shadow with color #d76dca
Comments
No comments written yet.
Please login to write comment.