Color spaces of #dbbada
RGB | 219 | 186 | 218 |
---|---|---|---|
HSL | 0.84 | 0.31 | 0.79 |
HSV | 302° | 15° | 86° |
CMYK | 0.00 | 0.15 | 0.00 0.14 |
XYZ | 59.4272 | 55.2398 | 73.8599 |
Yxy | 55.2398 | 0.3152 | 0.2930 |
Hunter Lab | 74.3235 | 12.6580 | -6.8937 |
CIE-Lab | 79.1792 | 17.2936 | -11.6281 |
#dbbada color RGB value is (219,186,218).
#dbbada hex color red value is 219, green value is 186 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dbbada hue: 0.84 , saturation: 0.31 and the lightness value of dbbada is 0.79.
The process color (four color CMYK) of #dbbada color hex is 0.00, 0.15, 0.00, 0.14. Web safe color of #dbbada is #cccccc. Color #dbbada contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111010 | 11011010 |
Octal | 333 | 272 | 332 |
Decimal | 219 | 186 | 218 |
Hex | DB | BA | DA |
Shades of #dbbada
Tints of #dbbada
RGB Percentages of Color #dbbada
CMYK Percentages of Color #dbbada
Complementary Color
#dbbada | #badbbb |
#dbbada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbbada Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbbada Color CSS Codes
.mybgcolor {background-color:#dbbada; } .myforecolor {color:#dbbada; } .mybordercolor {border:3px solid #dbbada; }
#dbbada Text Font Color
<p style="color:#dbbada">Text here</p>
This sample text font color is #dbbada
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.
#dbbada Background Color
<div style="background-color:#dbbada">
Div content here</div>
This div background color is #dbbada
#dbbada Border Color
<div style="border:3px solid #dbbada">
Div here</div>
This div border color is #dbbada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,186,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbbada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbbada; -webkit-box-shadow: 1px 1px 3px 2px #dbbada; box-shadow: 1px 1px 3px 2px #dbbada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,186,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbbada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbada; -webkit-box-shadow: 1px 1px 3px 2px #dbbada; box-shadow: 1px 1px 3px 2px #dbbada;">
Div content here</div>
This div box has shadow with color #dbbada
Comments
No comments written yet.
Please login to write comment.