Color spaces of #df7bba
RGB | 223 | 123 | 186 |
---|---|---|---|
HSL | 0.90 | 0.61 | 0.68 |
HSV | 322° | 45° | 87° |
CMYK | 0.00 | 0.45 | 0.17 0.13 |
XYZ | 46.3773 | 33.3991 | 50.4567 |
Yxy | 33.3991 | 0.3561 | 0.2565 |
Hunter Lab | 57.7920 | 42.1080 | -11.3102 |
CIE-Lab | 64.4828 | 46.7253 | -16.0052 |
#df7bba color RGB value is (223,123,186).
#df7bba hex color red value is 223, green value is 123 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #df7bba hue: 0.90 , saturation: 0.61 and the lightness value of df7bba is 0.68.
The process color (four color CMYK) of #df7bba color hex is 0.00, 0.45, 0.17, 0.13. Web safe color of #df7bba is #cc66cc. Color #df7bba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01111011 | 10111010 |
Octal | 337 | 173 | 272 |
Decimal | 223 | 123 | 186 |
Hex | DF | 7B | BA |
Shades of #df7bba
Tints of #df7bba
RGB Percentages of Color #df7bba
CMYK Percentages of Color #df7bba
Complementary Color
#df7bba | #7bdfa0 |
#df7bba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df7bba Color Preview on White Background
Lorem ipsum dolor sit amet.
#df7bba Color CSS Codes
.mybgcolor {background-color:#df7bba; } .myforecolor {color:#df7bba; } .mybordercolor {border:3px solid #df7bba; }
#df7bba Text Font Color
<p style="color:#df7bba">Text here</p>
This sample text font color is #df7bba
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.
#df7bba Background Color
<div style="background-color:#df7bba">
Div content here</div>
This div background color is #df7bba
#df7bba Border Color
<div style="border:3px solid #df7bba">
Div here</div>
This div border color is #df7bba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,123,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df7bba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df7bba; -webkit-box-shadow: 1px 1px 3px 2px #df7bba; box-shadow: 1px 1px 3px 2px #df7bba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,123,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df7bba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df7bba; -webkit-box-shadow: 1px 1px 3px 2px #df7bba; box-shadow: 1px 1px 3px 2px #df7bba;">
Div content here</div>
This div box has shadow with color #df7bba
Comments
No comments written yet.
Please login to write comment.