Color spaces of #d67bab
RGB | 214 | 123 | 171 |
---|---|---|---|
HSL | 0.91 | 0.53 | 0.66 |
HSV | 328° | 43° | 84° |
CMYK | 0.00 | 0.43 | 0.20 0.16 |
XYZ | 42.1652 | 31.4023 | 42.3670 |
Yxy | 31.4023 | 0.3637 | 0.2709 |
Hunter Lab | 56.0378 | 36.2450 | -5.5994 |
CIE-Lab | 62.8458 | 41.4842 | -10.0701 |
#d67bab color RGB value is (214,123,171).
#d67bab hex color red value is 214, green value is 123 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d67bab hue: 0.91 , saturation: 0.53 and the lightness value of d67bab is 0.66.
The process color (four color CMYK) of #d67bab color hex is 0.00, 0.43, 0.20, 0.16. Web safe color of #d67bab is #cc6699. Color #d67bab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 01111011 | 10101011 |
Octal | 326 | 173 | 253 |
Decimal | 214 | 123 | 171 |
Hex | D6 | 7B | AB |
Shades of #d67bab
Tints of #d67bab
RGB Percentages of Color #d67bab
CMYK Percentages of Color #d67bab
Complementary Color
#d67bab | #7bd6a6 |
#d67bab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d67bab Color Preview on White Background
Lorem ipsum dolor sit amet.
#d67bab Color CSS Codes
.mybgcolor {background-color:#d67bab; } .myforecolor {color:#d67bab; } .mybordercolor {border:3px solid #d67bab; }
#d67bab Text Font Color
<p style="color:#d67bab">Text here</p>
This sample text font color is #d67bab
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.
#d67bab Background Color
<div style="background-color:#d67bab">
Div content here</div>
This div background color is #d67bab
#d67bab Border Color
<div style="border:3px solid #d67bab">
Div here</div>
This div border color is #d67bab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,123,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d67bab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d67bab; -webkit-box-shadow: 1px 1px 3px 2px #d67bab; box-shadow: 1px 1px 3px 2px #d67bab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,123,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d67bab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d67bab; -webkit-box-shadow: 1px 1px 3px 2px #d67bab; box-shadow: 1px 1px 3px 2px #d67bab;">
Div content here</div>
This div box has shadow with color #d67bab
Comments
No comments written yet.
Please login to write comment.