Color spaces of #d982bb
RGB | 217 | 130 | 187 |
---|---|---|---|
HSL | 0.89 | 0.53 | 0.68 |
HSV | 321° | 40° | 85° |
CMYK | 0.00 | 0.40 | 0.14 0.15 |
XYZ | 45.5675 | 34.3048 | 51.2335 |
Yxy | 34.3048 | 0.3476 | 0.2617 |
Hunter Lab | 58.5703 | 36.3744 | -10.8638 |
CIE-Lab | 65.2038 | 41.3129 | -15.5523 |
#d982bb color RGB value is (217,130,187).
#d982bb hex color red value is 217, green value is 130 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d982bb hue: 0.89 , saturation: 0.53 and the lightness value of d982bb is 0.68.
The process color (four color CMYK) of #d982bb color hex is 0.00, 0.40, 0.14, 0.15. Web safe color of #d982bb is #cc99cc. Color #d982bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 10000010 | 10111011 |
Octal | 331 | 202 | 273 |
Decimal | 217 | 130 | 187 |
Hex | D9 | 82 | BB |
Shades of #d982bb
Tints of #d982bb
RGB Percentages of Color #d982bb
CMYK Percentages of Color #d982bb
Complementary Color
#d982bb | #82d9a0 |
#d982bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d982bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d982bb Color CSS Codes
.mybgcolor {background-color:#d982bb; } .myforecolor {color:#d982bb; } .mybordercolor {border:3px solid #d982bb; }
#d982bb Text Font Color
<p style="color:#d982bb">Text here</p>
This sample text font color is #d982bb
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.
#d982bb Background Color
<div style="background-color:#d982bb">
Div content here</div>
This div background color is #d982bb
#d982bb Border Color
<div style="border:3px solid #d982bb">
Div here</div>
This div border color is #d982bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,130,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d982bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d982bb; -webkit-box-shadow: 1px 1px 3px 2px #d982bb; box-shadow: 1px 1px 3px 2px #d982bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,130,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 #d982bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d982bb; -webkit-box-shadow: 1px 1px 3px 2px #d982bb; box-shadow: 1px 1px 3px 2px #d982bb;">
Div content here</div>
This div box has shadow with color #d982bb
Comments
No comments written yet.
Please login to write comment.