Color spaces of #d178bf
RGB | 209 | 120 | 191 |
---|---|---|---|
HSL | 0.87 | 0.49 | 0.65 |
HSV | 312° | 43° | 82° |
CMYK | 0.00 | 0.43 | 0.09 0.18 |
XYZ | 42.4149 | 30.7498 | 52.9900 |
Yxy | 30.7498 | 0.3362 | 0.2437 |
Hunter Lab | 55.4525 | 39.4905 | -17.8403 |
CIE-Lab | 62.2959 | 44.6058 | -22.3238 |
#d178bf color RGB value is (209,120,191).
#d178bf hex color red value is 209, green value is 120 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d178bf hue: 0.87 , saturation: 0.49 and the lightness value of d178bf is 0.65.
The process color (four color CMYK) of #d178bf color hex is 0.00, 0.43, 0.09, 0.18. Web safe color of #d178bf is #cc66cc. Color #d178bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01111000 | 10111111 |
Octal | 321 | 170 | 277 |
Decimal | 209 | 120 | 191 |
Hex | D1 | 78 | BF |
Shades of #d178bf
Tints of #d178bf
RGB Percentages of Color #d178bf
CMYK Percentages of Color #d178bf
Complementary Color
#d178bf | #78d18a |
#d178bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d178bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d178bf Color CSS Codes
.mybgcolor {background-color:#d178bf; } .myforecolor {color:#d178bf; } .mybordercolor {border:3px solid #d178bf; }
#d178bf Text Font Color
<p style="color:#d178bf">Text here</p>
This sample text font color is #d178bf
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.
#d178bf Background Color
<div style="background-color:#d178bf">
Div content here</div>
This div background color is #d178bf
#d178bf Border Color
<div style="border:3px solid #d178bf">
Div here</div>
This div border color is #d178bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,120,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d178bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d178bf; -webkit-box-shadow: 1px 1px 3px 2px #d178bf; box-shadow: 1px 1px 3px 2px #d178bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,120,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d178bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d178bf; -webkit-box-shadow: 1px 1px 3px 2px #d178bf; box-shadow: 1px 1px 3px 2px #d178bf;">
Div content here</div>
This div box has shadow with color #d178bf
Comments
No comments written yet.
Please login to write comment.