Color spaces of #d969cf
RGB | 217 | 105 | 207 |
---|---|---|---|
HSL | 0.85 | 0.60 | 0.63 |
HSV | 305° | 52° | 85° |
CMYK | 0.00 | 0.52 | 0.05 0.15 |
XYZ | 44.9293 | 29.3599 | 62.3305 |
Yxy | 29.3599 | 0.3289 | 0.2149 |
Hunter Lab | 54.1848 | 53.1865 | -30.2739 |
CIE-Lab | 61.0980 | 57.1749 | -33.1370 |
#d969cf color RGB value is (217,105,207).
#d969cf hex color red value is 217, green value is 105 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d969cf hue: 0.85 , saturation: 0.60 and the lightness value of d969cf is 0.63.
The process color (four color CMYK) of #d969cf color hex is 0.00, 0.52, 0.05, 0.15. Web safe color of #d969cf is #cc66cc. Color #d969cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 01101001 | 11001111 |
Octal | 331 | 151 | 317 |
Decimal | 217 | 105 | 207 |
Hex | D9 | 69 | CF |
Shades of #d969cf
Tints of #d969cf
RGB Percentages of Color #d969cf
CMYK Percentages of Color #d969cf
Complementary Color
#d969cf | #69d973 |
#d969cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d969cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d969cf Color CSS Codes
.mybgcolor {background-color:#d969cf; } .myforecolor {color:#d969cf; } .mybordercolor {border:3px solid #d969cf; }
#d969cf Text Font Color
<p style="color:#d969cf">Text here</p>
This sample text font color is #d969cf
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.
#d969cf Background Color
<div style="background-color:#d969cf">
Div content here</div>
This div background color is #d969cf
#d969cf Border Color
<div style="border:3px solid #d969cf">
Div here</div>
This div border color is #d969cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,105,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d969cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d969cf; -webkit-box-shadow: 1px 1px 3px 2px #d969cf; box-shadow: 1px 1px 3px 2px #d969cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,105,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d969cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d969cf; -webkit-box-shadow: 1px 1px 3px 2px #d969cf; box-shadow: 1px 1px 3px 2px #d969cf;">
Div content here</div>
This div box has shadow with color #d969cf
Comments
No comments written yet.
Please login to write comment.