Color spaces of #db767e
RGB | 219 | 118 | 126 |
---|---|---|---|
HSL | 0.99 | 0.58 | 0.66 |
HSV | 355° | 46° | 86° |
CMYK | 0.00 | 0.46 | 0.42 0.14 |
XYZ | 39.4577 | 29.5233 | 23.3576 |
Yxy | 29.5233 | 0.4273 | 0.3197 |
Hunter Lab | 54.3353 | 34.5378 | 12.5472 |
CIE-Lab | 61.2407 | 40.0593 | 13.4483 |
#db767e color RGB value is (219,118,126).
#db767e hex color red value is 219, green value is 118 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #db767e hue: 0.99 , saturation: 0.58 and the lightness value of db767e is 0.66.
The process color (four color CMYK) of #db767e color hex is 0.00, 0.46, 0.42, 0.14. Web safe color of #db767e is #cc6666. Color #db767e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01110110 | 01111110 |
Octal | 333 | 166 | 176 |
Decimal | 219 | 118 | 126 |
Hex | DB | 76 | 7E |
Shades of #db767e
Tints of #db767e
RGB Percentages of Color #db767e
CMYK Percentages of Color #db767e
Complementary Color
#db767e | #76dbd3 |
#db767e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db767e Color Preview on White Background
Lorem ipsum dolor sit amet.
#db767e Color CSS Codes
.mybgcolor {background-color:#db767e; } .myforecolor {color:#db767e; } .mybordercolor {border:3px solid #db767e; }
#db767e Text Font Color
<p style="color:#db767e">Text here</p>
This sample text font color is #db767e
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.
#db767e Background Color
<div style="background-color:#db767e">
Div content here</div>
This div background color is #db767e
#db767e Border Color
<div style="border:3px solid #db767e">
Div here</div>
This div border color is #db767e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,118,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db767e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db767e; -webkit-box-shadow: 1px 1px 3px 2px #db767e; box-shadow: 1px 1px 3px 2px #db767e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,118,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db767e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db767e; -webkit-box-shadow: 1px 1px 3px 2px #db767e; box-shadow: 1px 1px 3px 2px #db767e;">
Div content here</div>
This div box has shadow with color #db767e
Comments
No comments written yet.
Please login to write comment.