Color spaces of #d885bf
RGB | 216 | 133 | 191 |
---|---|---|---|
HSL | 0.88 | 0.52 | 0.68 |
HSV | 318° | 38° | 85° |
CMYK | 0.00 | 0.38 | 0.12 0.15 |
XYZ | 46.1104 | 35.1356 | 53.6418 |
Yxy | 35.1356 | 0.3418 | 0.2605 |
Hunter Lab | 59.2753 | 35.1239 | -12.1624 |
CIE-Lab | 65.8541 | 40.0578 | -16.8313 |
#d885bf color RGB value is (216,133,191).
#d885bf hex color red value is 216, green value is 133 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d885bf hue: 0.88 , saturation: 0.52 and the lightness value of d885bf is 0.68.
The process color (four color CMYK) of #d885bf color hex is 0.00, 0.38, 0.12, 0.15. Web safe color of #d885bf is #cc99cc. Color #d885bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 10000101 | 10111111 |
Octal | 330 | 205 | 277 |
Decimal | 216 | 133 | 191 |
Hex | D8 | 85 | BF |
Shades of #d885bf
Tints of #d885bf
RGB Percentages of Color #d885bf
CMYK Percentages of Color #d885bf
Complementary Color
#d885bf | #85d89e |
#d885bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d885bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d885bf Color CSS Codes
.mybgcolor {background-color:#d885bf; } .myforecolor {color:#d885bf; } .mybordercolor {border:3px solid #d885bf; }
#d885bf Text Font Color
<p style="color:#d885bf">Text here</p>
This sample text font color is #d885bf
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.
#d885bf Background Color
<div style="background-color:#d885bf">
Div content here</div>
This div background color is #d885bf
#d885bf Border Color
<div style="border:3px solid #d885bf">
Div here</div>
This div border color is #d885bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,133,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d885bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d885bf; -webkit-box-shadow: 1px 1px 3px 2px #d885bf; box-shadow: 1px 1px 3px 2px #d885bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,133,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 #d885bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d885bf; -webkit-box-shadow: 1px 1px 3px 2px #d885bf; box-shadow: 1px 1px 3px 2px #d885bf;">
Div content here</div>
This div box has shadow with color #d885bf
Comments
No comments written yet.
Please login to write comment.