Color spaces of #dbacbb
RGB | 219 | 172 | 187 |
---|---|---|---|
HSL | 0.95 | 0.39 | 0.77 |
HSV | 341° | 21° | 86° |
CMYK | 0.00 | 0.21 | 0.15 0.14 |
XYZ | 52.9356 | 48.1530 | 53.5182 |
Yxy | 48.1530 | 0.3424 | 0.3115 |
Hunter Lab | 69.3924 | 14.7312 | 2.8478 |
CIE-Lab | 74.9213 | 19.4745 | -1.0767 |
#dbacbb color RGB value is (219,172,187).
#dbacbb hex color red value is 219, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dbacbb hue: 0.95 , saturation: 0.39 and the lightness value of dbacbb is 0.77.
The process color (four color CMYK) of #dbacbb color hex is 0.00, 0.21, 0.15, 0.14. Web safe color of #dbacbb is #cc99cc. Color #dbacbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10101100 | 10111011 |
Octal | 333 | 254 | 273 |
Decimal | 219 | 172 | 187 |
Hex | DB | AC | BB |
Shades of #dbacbb
Tints of #dbacbb
RGB Percentages of Color #dbacbb
CMYK Percentages of Color #dbacbb
Complementary Color
#dbacbb | #acdbcc |
#dbacbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbacbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbacbb Color CSS Codes
.mybgcolor {background-color:#dbacbb; } .myforecolor {color:#dbacbb; } .mybordercolor {border:3px solid #dbacbb; }
#dbacbb Text Font Color
<p style="color:#dbacbb">Text here</p>
This sample text font color is #dbacbb
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.
#dbacbb Background Color
<div style="background-color:#dbacbb">
Div content here</div>
This div background color is #dbacbb
#dbacbb Border Color
<div style="border:3px solid #dbacbb">
Div here</div>
This div border color is #dbacbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,172,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbacbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbacbb; -webkit-box-shadow: 1px 1px 3px 2px #dbacbb; box-shadow: 1px 1px 3px 2px #dbacbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,172,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbacbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbacbb; -webkit-box-shadow: 1px 1px 3px 2px #dbacbb; box-shadow: 1px 1px 3px 2px #dbacbb;">
Div content here</div>
This div box has shadow with color #dbacbb
Comments
No comments written yet.
Please login to write comment.