Color spaces of #dc6fba
RGB | 220 | 111 | 186 |
---|---|---|---|
HSL | 0.89 | 0.61 | 0.65 |
HSV | 319° | 50° | 86° |
CMYK | 0.00 | 0.50 | 0.15 0.14 |
XYZ | 44.0626 | 30.1297 | 49.9476 |
Yxy | 30.1297 | 0.3549 | 0.2427 |
Hunter Lab | 54.8905 | 47.2299 | -15.5275 |
CIE-Lab | 61.7660 | 51.7748 | -20.1671 |
#dc6fba color RGB value is (220,111,186).
#dc6fba hex color red value is 220, green value is 111 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dc6fba hue: 0.89 , saturation: 0.61 and the lightness value of dc6fba is 0.65.
The process color (four color CMYK) of #dc6fba color hex is 0.00, 0.50, 0.15, 0.14. Web safe color of #dc6fba is #cc66cc. Color #dc6fba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01101111 | 10111010 |
Octal | 334 | 157 | 272 |
Decimal | 220 | 111 | 186 |
Hex | DC | 6F | BA |
Shades of #dc6fba
Tints of #dc6fba
RGB Percentages of Color #dc6fba
CMYK Percentages of Color #dc6fba
Complementary Color
#dc6fba | #6fdc91 |
#dc6fba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc6fba Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc6fba Color CSS Codes
.mybgcolor {background-color:#dc6fba; } .myforecolor {color:#dc6fba; } .mybordercolor {border:3px solid #dc6fba; }
#dc6fba Text Font Color
<p style="color:#dc6fba">Text here</p>
This sample text font color is #dc6fba
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.
#dc6fba Background Color
<div style="background-color:#dc6fba">
Div content here</div>
This div background color is #dc6fba
#dc6fba Border Color
<div style="border:3px solid #dc6fba">
Div here</div>
This div border color is #dc6fba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,111,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc6fba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc6fba; -webkit-box-shadow: 1px 1px 3px 2px #dc6fba; box-shadow: 1px 1px 3px 2px #dc6fba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,111,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 #dc6fba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc6fba; -webkit-box-shadow: 1px 1px 3px 2px #dc6fba; box-shadow: 1px 1px 3px 2px #dc6fba;">
Div content here</div>
This div box has shadow with color #dc6fba
Comments
No comments written yet.
Please login to write comment.