Color spaces of #d683bf
RGB | 214 | 131 | 191 |
---|---|---|---|
HSL | 0.88 | 0.50 | 0.68 |
HSV | 317° | 39° | 84° |
CMYK | 0.00 | 0.39 | 0.11 0.16 |
XYZ | 45.2518 | 34.2903 | 53.5239 |
Yxy | 34.2903 | 0.3401 | 0.2577 |
Hunter Lab | 58.5579 | 35.4631 | -13.2025 |
CIE-Lab | 65.1923 | 40.4564 | -17.8564 |
#d683bf color RGB value is (214,131,191).
#d683bf hex color red value is 214, green value is 131 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d683bf hue: 0.88 , saturation: 0.50 and the lightness value of d683bf is 0.68.
The process color (four color CMYK) of #d683bf color hex is 0.00, 0.39, 0.11, 0.16. Web safe color of #d683bf is #cc99cc. Color #d683bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 10000011 | 10111111 |
Octal | 326 | 203 | 277 |
Decimal | 214 | 131 | 191 |
Hex | D6 | 83 | BF |
Shades of #d683bf
Tints of #d683bf
RGB Percentages of Color #d683bf
CMYK Percentages of Color #d683bf
Complementary Color
#d683bf | #83d69a |
#d683bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d683bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d683bf Color CSS Codes
.mybgcolor {background-color:#d683bf; } .myforecolor {color:#d683bf; } .mybordercolor {border:3px solid #d683bf; }
#d683bf Text Font Color
<p style="color:#d683bf">Text here</p>
This sample text font color is #d683bf
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.
#d683bf Background Color
<div style="background-color:#d683bf">
Div content here</div>
This div background color is #d683bf
#d683bf Border Color
<div style="border:3px solid #d683bf">
Div here</div>
This div border color is #d683bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,131,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d683bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d683bf; -webkit-box-shadow: 1px 1px 3px 2px #d683bf; box-shadow: 1px 1px 3px 2px #d683bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,131,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 #d683bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d683bf; -webkit-box-shadow: 1px 1px 3px 2px #d683bf; box-shadow: 1px 1px 3px 2px #d683bf;">
Div content here</div>
This div box has shadow with color #d683bf
Comments
No comments written yet.
Please login to write comment.