Color spaces of #d767cf
RGB | 215 | 103 | 207 |
---|---|---|---|
HSL | 0.85 | 0.58 | 0.62 |
HSV | 304° | 52° | 84° |
CMYK | 0.00 | 0.52 | 0.04 0.16 |
XYZ | 44.1371 | 28.6526 | 62.2357 |
Yxy | 28.6526 | 0.3269 | 0.2122 |
Hunter Lab | 53.5281 | 53.5096 | -31.4652 |
CIE-Lab | 60.4738 | 57.5624 | -34.1289 |
#d767cf color RGB value is (215,103,207).
#d767cf hex color red value is 215, green value is 103 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d767cf hue: 0.85 , saturation: 0.58 and the lightness value of d767cf is 0.62.
The process color (four color CMYK) of #d767cf color hex is 0.00, 0.52, 0.04, 0.16. Web safe color of #d767cf is #cc66cc. Color #d767cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 01100111 | 11001111 |
Octal | 327 | 147 | 317 |
Decimal | 215 | 103 | 207 |
Hex | D7 | 67 | CF |
Shades of #d767cf
Tints of #d767cf
RGB Percentages of Color #d767cf
CMYK Percentages of Color #d767cf
Complementary Color
#d767cf | #67d76f |
#d767cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d767cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d767cf Color CSS Codes
.mybgcolor {background-color:#d767cf; } .myforecolor {color:#d767cf; } .mybordercolor {border:3px solid #d767cf; }
#d767cf Text Font Color
<p style="color:#d767cf">Text here</p>
This sample text font color is #d767cf
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.
#d767cf Background Color
<div style="background-color:#d767cf">
Div content here</div>
This div background color is #d767cf
#d767cf Border Color
<div style="border:3px solid #d767cf">
Div here</div>
This div border color is #d767cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,103,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d767cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d767cf; -webkit-box-shadow: 1px 1px 3px 2px #d767cf; box-shadow: 1px 1px 3px 2px #d767cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,103,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 #d767cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d767cf; -webkit-box-shadow: 1px 1px 3px 2px #d767cf; box-shadow: 1px 1px 3px 2px #d767cf;">
Div content here</div>
This div box has shadow with color #d767cf
#d767cf Color Palettes
Comments
No comments written yet.
Please login to write comment.