Color spaces of #db757b
RGB | 219 | 117 | 123 |
---|---|---|---|
HSL | 0.99 | 0.59 | 0.66 |
HSV | 356° | 47° | 86° |
CMYK | 0.00 | 0.47 | 0.44 0.14 |
XYZ | 39.1499 | 29.2127 | 22.3141 |
Yxy | 29.2127 | 0.4318 | 0.3222 |
Hunter Lab | 54.0488 | 34.7100 | 13.3562 |
CIE-Lab | 60.9689 | 40.2585 | 14.7898 |
#db757b color RGB value is (219,117,123).
#db757b hex color red value is 219, green value is 117 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #db757b hue: 0.99 , saturation: 0.59 and the lightness value of db757b is 0.66.
The process color (four color CMYK) of #db757b color hex is 0.00, 0.47, 0.44, 0.14. Web safe color of #db757b is #cc6666. Color #db757b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01110101 | 01111011 |
Octal | 333 | 165 | 173 |
Decimal | 219 | 117 | 123 |
Hex | DB | 75 | 7B |
Shades of #db757b
Tints of #db757b
RGB Percentages of Color #db757b
CMYK Percentages of Color #db757b
Complementary Color
#db757b | #75dbd5 |
#db757b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db757b Color Preview on White Background
Lorem ipsum dolor sit amet.
#db757b Color CSS Codes
.mybgcolor {background-color:#db757b; } .myforecolor {color:#db757b; } .mybordercolor {border:3px solid #db757b; }
#db757b Text Font Color
<p style="color:#db757b">Text here</p>
This sample text font color is #db757b
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.
#db757b Background Color
<div style="background-color:#db757b">
Div content here</div>
This div background color is #db757b
#db757b Border Color
<div style="border:3px solid #db757b">
Div here</div>
This div border color is #db757b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,117,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db757b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db757b; -webkit-box-shadow: 1px 1px 3px 2px #db757b; box-shadow: 1px 1px 3px 2px #db757b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,117,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db757b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db757b; -webkit-box-shadow: 1px 1px 3px 2px #db757b; box-shadow: 1px 1px 3px 2px #db757b;">
Div content here</div>
This div box has shadow with color #db757b
Comments
No comments written yet.
Please login to write comment.