Color spaces of #d893bb
RGB | 216 | 147 | 187 |
---|---|---|---|
HSL | 0.90 | 0.47 | 0.71 |
HSV | 325° | 32° | 85° |
CMYK | 0.00 | 0.32 | 0.13 0.15 |
XYZ | 47.7223 | 39.0542 | 52.0367 |
Yxy | 39.0542 | 0.3438 | 0.2813 |
Hunter Lab | 62.4934 | 26.9460 | -5.6240 |
CIE-Lab | 68.7905 | 31.9265 | -10.1770 |
#d893bb color RGB value is (216,147,187).
#d893bb hex color red value is 216, green value is 147 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d893bb hue: 0.90 , saturation: 0.47 and the lightness value of d893bb is 0.71.
The process color (four color CMYK) of #d893bb color hex is 0.00, 0.32, 0.13, 0.15. Web safe color of #d893bb is #cc99cc. Color #d893bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 10010011 | 10111011 |
Octal | 330 | 223 | 273 |
Decimal | 216 | 147 | 187 |
Hex | D8 | 93 | BB |
Shades of #d893bb
Tints of #d893bb
RGB Percentages of Color #d893bb
CMYK Percentages of Color #d893bb
Complementary Color
#d893bb | #93d8b0 |
#d893bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d893bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d893bb Color CSS Codes
.mybgcolor {background-color:#d893bb; } .myforecolor {color:#d893bb; } .mybordercolor {border:3px solid #d893bb; }
#d893bb Text Font Color
<p style="color:#d893bb">Text here</p>
This sample text font color is #d893bb
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.
#d893bb Background Color
<div style="background-color:#d893bb">
Div content here</div>
This div background color is #d893bb
#d893bb Border Color
<div style="border:3px solid #d893bb">
Div here</div>
This div border color is #d893bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,147,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d893bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d893bb; -webkit-box-shadow: 1px 1px 3px 2px #d893bb; box-shadow: 1px 1px 3px 2px #d893bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,147,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 #d893bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d893bb; -webkit-box-shadow: 1px 1px 3px 2px #d893bb; box-shadow: 1px 1px 3px 2px #d893bb;">
Div content here</div>
This div box has shadow with color #d893bb
Comments
No comments written yet.
Please login to write comment.