Color spaces of #d788bf
RGB | 215 | 136 | 191 |
---|---|---|---|
HSL | 0.88 | 0.50 | 0.69 |
HSV | 318° | 37° | 84° |
CMYK | 0.00 | 0.37 | 0.11 0.16 |
XYZ | 46.2325 | 35.8170 | 53.7669 |
Yxy | 35.8170 | 0.3404 | 0.2637 |
Hunter Lab | 59.8473 | 33.1598 | -11.3731 |
CIE-Lab | 66.3799 | 38.1381 | -16.0475 |
#d788bf color RGB value is (215,136,191).
#d788bf hex color red value is 215, green value is 136 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d788bf hue: 0.88 , saturation: 0.50 and the lightness value of d788bf is 0.69.
The process color (four color CMYK) of #d788bf color hex is 0.00, 0.37, 0.11, 0.16. Web safe color of #d788bf is #cc99cc. Color #d788bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 10001000 | 10111111 |
Octal | 327 | 210 | 277 |
Decimal | 215 | 136 | 191 |
Hex | D7 | 88 | BF |
Shades of #d788bf
Tints of #d788bf
RGB Percentages of Color #d788bf
CMYK Percentages of Color #d788bf
Complementary Color
#d788bf | #88d7a0 |
#d788bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d788bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d788bf Color CSS Codes
.mybgcolor {background-color:#d788bf; } .myforecolor {color:#d788bf; } .mybordercolor {border:3px solid #d788bf; }
#d788bf Text Font Color
<p style="color:#d788bf">Text here</p>
This sample text font color is #d788bf
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.
#d788bf Background Color
<div style="background-color:#d788bf">
Div content here</div>
This div background color is #d788bf
#d788bf Border Color
<div style="border:3px solid #d788bf">
Div here</div>
This div border color is #d788bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,136,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d788bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d788bf; -webkit-box-shadow: 1px 1px 3px 2px #d788bf; box-shadow: 1px 1px 3px 2px #d788bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,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 #d788bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d788bf; -webkit-box-shadow: 1px 1px 3px 2px #d788bf; box-shadow: 1px 1px 3px 2px #d788bf;">
Div content here</div>
This div box has shadow with color #d788bf
Comments
No comments written yet.
Please login to write comment.