Color spaces of #d469cf
RGB | 212 | 105 | 207 |
---|---|---|---|
HSL | 0.84 | 0.55 | 0.62 |
HSV | 303° | 50° | 83° |
CMYK | 0.00 | 0.50 | 0.02 0.17 |
XYZ | 43.4654 | 28.6052 | 62.2620 |
Yxy | 28.6052 | 0.3236 | 0.2129 |
Hunter Lab | 53.4838 | 51.4672 | -31.5824 |
CIE-Lab | 60.4316 | 55.7701 | -34.2250 |
#d469cf color RGB value is (212,105,207).
#d469cf hex color red value is 212, green value is 105 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d469cf hue: 0.84 , saturation: 0.55 and the lightness value of d469cf is 0.62.
The process color (four color CMYK) of #d469cf color hex is 0.00, 0.50, 0.02, 0.17. Web safe color of #d469cf is #cc66cc. Color #d469cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 01101001 | 11001111 |
Octal | 324 | 151 | 317 |
Decimal | 212 | 105 | 207 |
Hex | D4 | 69 | CF |
Shades of #d469cf
Tints of #d469cf
RGB Percentages of Color #d469cf
CMYK Percentages of Color #d469cf
Complementary Color
#d469cf | #69d46e |
#d469cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d469cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d469cf Color CSS Codes
.mybgcolor {background-color:#d469cf; } .myforecolor {color:#d469cf; } .mybordercolor {border:3px solid #d469cf; }
#d469cf Text Font Color
<p style="color:#d469cf">Text here</p>
This sample text font color is #d469cf
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.
#d469cf Background Color
<div style="background-color:#d469cf">
Div content here</div>
This div background color is #d469cf
#d469cf Border Color
<div style="border:3px solid #d469cf">
Div here</div>
This div border color is #d469cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,105,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d469cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d469cf; -webkit-box-shadow: 1px 1px 3px 2px #d469cf; box-shadow: 1px 1px 3px 2px #d469cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,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 #d469cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d469cf; -webkit-box-shadow: 1px 1px 3px 2px #d469cf; box-shadow: 1px 1px 3px 2px #d469cf;">
Div content here</div>
This div box has shadow with color #d469cf
Comments
No comments written yet.
Please login to write comment.