Color spaces of #db7fab
RGB | 219 | 127 | 171 |
---|---|---|---|
HSL | 0.92 | 0.56 | 0.68 |
HSV | 331° | 42° | 86° |
CMYK | 0.00 | 0.42 | 0.22 0.14 |
XYZ | 44.1535 | 33.1791 | 42.6051 |
Yxy | 33.1791 | 0.3681 | 0.2766 |
Hunter Lab | 57.6013 | 36.0245 | -3.5332 |
CIE-Lab | 64.3057 | 41.0937 | -7.8261 |
#db7fab color RGB value is (219,127,171).
#db7fab hex color red value is 219, green value is 127 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #db7fab hue: 0.92 , saturation: 0.56 and the lightness value of db7fab is 0.68.
The process color (four color CMYK) of #db7fab color hex is 0.00, 0.42, 0.22, 0.14. Web safe color of #db7fab is #cc6699. Color #db7fab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01111111 | 10101011 |
Octal | 333 | 177 | 253 |
Decimal | 219 | 127 | 171 |
Hex | DB | 7F | AB |
Shades of #db7fab
Tints of #db7fab
RGB Percentages of Color #db7fab
CMYK Percentages of Color #db7fab
Complementary Color
#db7fab | #7fdbaf |
#db7fab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db7fab Color Preview on White Background
Lorem ipsum dolor sit amet.
#db7fab Color CSS Codes
.mybgcolor {background-color:#db7fab; } .myforecolor {color:#db7fab; } .mybordercolor {border:3px solid #db7fab; }
#db7fab Text Font Color
<p style="color:#db7fab">Text here</p>
This sample text font color is #db7fab
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.
#db7fab Background Color
<div style="background-color:#db7fab">
Div content here</div>
This div background color is #db7fab
#db7fab Border Color
<div style="border:3px solid #db7fab">
Div here</div>
This div border color is #db7fab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,127,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db7fab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db7fab; -webkit-box-shadow: 1px 1px 3px 2px #db7fab; box-shadow: 1px 1px 3px 2px #db7fab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,127,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 #db7fab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db7fab; -webkit-box-shadow: 1px 1px 3px 2px #db7fab; box-shadow: 1px 1px 3px 2px #db7fab;">
Div content here</div>
This div box has shadow with color #db7fab
Comments
No comments written yet.
Please login to write comment.