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