Color spaces of #d477cf
RGB | 212 | 119 | 207 |
---|---|---|---|
HSL | 0.84 | 0.52 | 0.65 |
HSV | 303° | 44° | 83° |
CMYK | 0.00 | 0.44 | 0.02 0.17 |
XYZ | 45.0107 | 31.6957 | 62.7770 |
Yxy | 31.6957 | 0.3227 | 0.2272 |
Hunter Lab | 56.2989 | 44.1867 | -26.7030 |
CIE-Lab | 63.0906 | 48.8211 | -30.0970 |
#d477cf color RGB value is (212,119,207).
#d477cf hex color red value is 212, green value is 119 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d477cf hue: 0.84 , saturation: 0.52 and the lightness value of d477cf is 0.65.
The process color (four color CMYK) of #d477cf color hex is 0.00, 0.44, 0.02, 0.17. Web safe color of #d477cf is #cc66cc. Color #d477cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 01110111 | 11001111 |
Octal | 324 | 167 | 317 |
Decimal | 212 | 119 | 207 |
Hex | D4 | 77 | CF |
Shades of #d477cf
Tints of #d477cf
RGB Percentages of Color #d477cf
CMYK Percentages of Color #d477cf
Complementary Color
#d477cf | #77d47c |
#d477cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d477cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d477cf Color CSS Codes
.mybgcolor {background-color:#d477cf; } .myforecolor {color:#d477cf; } .mybordercolor {border:3px solid #d477cf; }
#d477cf Text Font Color
<p style="color:#d477cf">Text here</p>
This sample text font color is #d477cf
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.
#d477cf Background Color
<div style="background-color:#d477cf">
Div content here</div>
This div background color is #d477cf
#d477cf Border Color
<div style="border:3px solid #d477cf">
Div here</div>
This div border color is #d477cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,119,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d477cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d477cf; -webkit-box-shadow: 1px 1px 3px 2px #d477cf; box-shadow: 1px 1px 3px 2px #d477cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,119,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 #d477cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d477cf; -webkit-box-shadow: 1px 1px 3px 2px #d477cf; box-shadow: 1px 1px 3px 2px #d477cf;">
Div content here</div>
This div box has shadow with color #d477cf
Comments
No comments written yet.
Please login to write comment.