Color spaces of #df8bbc
RGB | 223 | 139 | 188 |
---|---|---|---|
HSL | 0.90 | 0.57 | 0.71 |
HSV | 325° | 38° | 87° |
CMYK | 0.00 | 0.38 | 0.16 0.13 |
XYZ | 48.7411 | 37.7841 | 52.3011 |
Yxy | 37.7841 | 0.3511 | 0.2722 |
Hunter Lab | 61.4688 | 33.9696 | -7.4191 |
CIE-Lab | 67.8612 | 38.7403 | -12.0437 |
#df8bbc color RGB value is (223,139,188).
#df8bbc hex color red value is 223, green value is 139 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #df8bbc hue: 0.90 , saturation: 0.57 and the lightness value of df8bbc is 0.71.
The process color (four color CMYK) of #df8bbc color hex is 0.00, 0.38, 0.16, 0.13. Web safe color of #df8bbc is #cc99cc. Color #df8bbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 10001011 | 10111100 |
Octal | 337 | 213 | 274 |
Decimal | 223 | 139 | 188 |
Hex | DF | 8B | BC |
Shades of #df8bbc
Tints of #df8bbc
RGB Percentages of Color #df8bbc
CMYK Percentages of Color #df8bbc
Complementary Color
#df8bbc | #8bdfae |
#df8bbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df8bbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#df8bbc Color CSS Codes
.mybgcolor {background-color:#df8bbc; } .myforecolor {color:#df8bbc; } .mybordercolor {border:3px solid #df8bbc; }
#df8bbc Text Font Color
<p style="color:#df8bbc">Text here</p>
This sample text font color is #df8bbc
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.
#df8bbc Background Color
<div style="background-color:#df8bbc">
Div content here</div>
This div background color is #df8bbc
#df8bbc Border Color
<div style="border:3px solid #df8bbc">
Div here</div>
This div border color is #df8bbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,139,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df8bbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df8bbc; -webkit-box-shadow: 1px 1px 3px 2px #df8bbc; box-shadow: 1px 1px 3px 2px #df8bbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,139,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df8bbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df8bbc; -webkit-box-shadow: 1px 1px 3px 2px #df8bbc; box-shadow: 1px 1px 3px 2px #df8bbc;">
Div content here</div>
This div box has shadow with color #df8bbc
Comments
No comments written yet.
Please login to write comment.