Color spaces of #d198bb
RGB | 209 | 152 | 187 |
---|---|---|---|
HSL | 0.90 | 0.38 | 0.71 |
HSV | 323° | 27° | 82° |
CMYK | 0.00 | 0.27 | 0.11 0.18 |
XYZ | 46.4924 | 39.5996 | 52.2068 |
Yxy | 39.5996 | 0.3362 | 0.2863 |
Hunter Lab | 62.9282 | 21.7544 | -5.1387 |
CIE-Lab | 69.1834 | 26.7894 | -9.6698 |
#d198bb color RGB value is (209,152,187).
#d198bb hex color red value is 209, green value is 152 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d198bb hue: 0.90 , saturation: 0.38 and the lightness value of d198bb is 0.71.
The process color (four color CMYK) of #d198bb color hex is 0.00, 0.27, 0.11, 0.18. Web safe color of #d198bb is #cc99cc. Color #d198bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 10011000 | 10111011 |
Octal | 321 | 230 | 273 |
Decimal | 209 | 152 | 187 |
Hex | D1 | 98 | BB |
Shades of #d198bb
Tints of #d198bb
RGB Percentages of Color #d198bb
CMYK Percentages of Color #d198bb
Complementary Color
#d198bb | #98d1ae |
#d198bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d198bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d198bb Color CSS Codes
.mybgcolor {background-color:#d198bb; } .myforecolor {color:#d198bb; } .mybordercolor {border:3px solid #d198bb; }
#d198bb Text Font Color
<p style="color:#d198bb">Text here</p>
This sample text font color is #d198bb
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.
#d198bb Background Color
<div style="background-color:#d198bb">
Div content here</div>
This div background color is #d198bb
#d198bb Border Color
<div style="border:3px solid #d198bb">
Div here</div>
This div border color is #d198bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,152,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d198bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d198bb; -webkit-box-shadow: 1px 1px 3px 2px #d198bb; box-shadow: 1px 1px 3px 2px #d198bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,152,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d198bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d198bb; -webkit-box-shadow: 1px 1px 3px 2px #d198bb; box-shadow: 1px 1px 3px 2px #d198bb;">
Div content here</div>
This div box has shadow with color #d198bb
Comments
No comments written yet.
Please login to write comment.