Color spaces of #dd87bf
RGB | 221 | 135 | 191 |
---|---|---|---|
HSL | 0.89 | 0.56 | 0.70 |
HSV | 321° | 39° | 87° |
CMYK | 0.00 | 0.39 | 0.14 0.13 |
XYZ | 47.8867 | 36.4617 | 53.8041 |
Yxy | 36.4617 | 0.3466 | 0.2639 |
Hunter Lab | 60.3835 | 35.8869 | -10.5613 |
CIE-Lab | 66.8712 | 40.6552 | -15.2368 |
#dd87bf color RGB value is (221,135,191).
#dd87bf hex color red value is 221, green value is 135 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dd87bf hue: 0.89 , saturation: 0.56 and the lightness value of dd87bf is 0.70.
The process color (four color CMYK) of #dd87bf color hex is 0.00, 0.39, 0.14, 0.13. Web safe color of #dd87bf is #cc99cc. Color #dd87bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 10000111 | 10111111 |
Octal | 335 | 207 | 277 |
Decimal | 221 | 135 | 191 |
Hex | DD | 87 | BF |
Shades of #dd87bf
Tints of #dd87bf
RGB Percentages of Color #dd87bf
CMYK Percentages of Color #dd87bf
Complementary Color
#dd87bf | #87dda5 |
#dd87bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dd87bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dd87bf Color CSS Codes
.mybgcolor {background-color:#dd87bf; } .myforecolor {color:#dd87bf; } .mybordercolor {border:3px solid #dd87bf; }
#dd87bf Text Font Color
<p style="color:#dd87bf">Text here</p>
This sample text font color is #dd87bf
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.
#dd87bf Background Color
<div style="background-color:#dd87bf">
Div content here</div>
This div background color is #dd87bf
#dd87bf Border Color
<div style="border:3px solid #dd87bf">
Div here</div>
This div border color is #dd87bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,135,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd87bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd87bf; -webkit-box-shadow: 1px 1px 3px 2px #dd87bf; box-shadow: 1px 1px 3px 2px #dd87bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,135,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 #dd87bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd87bf; -webkit-box-shadow: 1px 1px 3px 2px #dd87bf; box-shadow: 1px 1px 3px 2px #dd87bf;">
Div content here</div>
This div box has shadow with color #dd87bf
#dd87bf Color Palettes
Comments
No comments written yet.
Please login to write comment.