Color spaces of #d67bbc
RGB | 214 | 123 | 188 |
---|---|---|---|
HSL | 0.88 | 0.53 | 0.66 |
HSV | 317° | 43° | 84° |
CMYK | 0.00 | 0.43 | 0.12 0.16 |
XYZ | 43.8916 | 32.0929 | 51.4582 |
Yxy | 32.0929 | 0.3444 | 0.2518 |
Hunter Lab | 56.6506 | 39.1592 | -14.2003 |
CIE-Lab | 63.4196 | 44.1459 | -18.8556 |
#d67bbc color RGB value is (214,123,188).
#d67bbc hex color red value is 214, green value is 123 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d67bbc hue: 0.88 , saturation: 0.53 and the lightness value of d67bbc is 0.66.
The process color (four color CMYK) of #d67bbc color hex is 0.00, 0.43, 0.12, 0.16. Web safe color of #d67bbc is #cc66cc. Color #d67bbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 01111011 | 10111100 |
Octal | 326 | 173 | 274 |
Decimal | 214 | 123 | 188 |
Hex | D6 | 7B | BC |
Shades of #d67bbc
Tints of #d67bbc
RGB Percentages of Color #d67bbc
CMYK Percentages of Color #d67bbc
Complementary Color
#d67bbc | #7bd695 |
#d67bbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d67bbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d67bbc Color CSS Codes
.mybgcolor {background-color:#d67bbc; } .myforecolor {color:#d67bbc; } .mybordercolor {border:3px solid #d67bbc; }
#d67bbc Text Font Color
<p style="color:#d67bbc">Text here</p>
This sample text font color is #d67bbc
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.
#d67bbc Background Color
<div style="background-color:#d67bbc">
Div content here</div>
This div background color is #d67bbc
#d67bbc Border Color
<div style="border:3px solid #d67bbc">
Div here</div>
This div border color is #d67bbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,123,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d67bbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d67bbc; -webkit-box-shadow: 1px 1px 3px 2px #d67bbc; box-shadow: 1px 1px 3px 2px #d67bbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,123,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d67bbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d67bbc; -webkit-box-shadow: 1px 1px 3px 2px #d67bbc; box-shadow: 1px 1px 3px 2px #d67bbc;">
Div content here</div>
This div box has shadow with color #d67bbc
Comments
No comments written yet.
Please login to write comment.