Color spaces of #dc5fba
RGB | 220 | 95 | 186 |
---|---|---|---|
HSL | 0.88 | 0.64 | 0.62 |
HSV | 316° | 57° | 86° |
CMYK | 0.00 | 0.57 | 0.15 0.14 |
XYZ | 42.4703 | 26.9452 | 49.4169 |
Yxy | 26.9452 | 0.3574 | 0.2267 |
Hunter Lab | 51.9088 | 55.2034 | -20.1077 |
CIE-Lab | 58.9236 | 59.3078 | -24.5195 |
#dc5fba color RGB value is (220,95,186).
#dc5fba hex color red value is 220, green value is 95 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dc5fba hue: 0.88 , saturation: 0.64 and the lightness value of dc5fba is 0.62.
The process color (four color CMYK) of #dc5fba color hex is 0.00, 0.57, 0.15, 0.14. Web safe color of #dc5fba is #cc66cc. Color #dc5fba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 01011111 | 10111010 |
Octal | 334 | 137 | 272 |
Decimal | 220 | 95 | 186 |
Hex | DC | 5F | BA |
Shades of #dc5fba
Tints of #dc5fba
RGB Percentages of Color #dc5fba
CMYK Percentages of Color #dc5fba
Complementary Color
#dc5fba | #5fdc81 |
#dc5fba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dc5fba Color Preview on White Background
Lorem ipsum dolor sit amet.
#dc5fba Color CSS Codes
.mybgcolor {background-color:#dc5fba; } .myforecolor {color:#dc5fba; } .mybordercolor {border:3px solid #dc5fba; }
#dc5fba Text Font Color
<p style="color:#dc5fba">Text here</p>
This sample text font color is #dc5fba
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.
#dc5fba Background Color
<div style="background-color:#dc5fba">
Div content here</div>
This div background color is #dc5fba
#dc5fba Border Color
<div style="border:3px solid #dc5fba">
Div here</div>
This div border color is #dc5fba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,95,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dc5fba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dc5fba; -webkit-box-shadow: 1px 1px 3px 2px #dc5fba; box-shadow: 1px 1px 3px 2px #dc5fba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,95,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 #dc5fba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dc5fba; -webkit-box-shadow: 1px 1px 3px 2px #dc5fba; box-shadow: 1px 1px 3px 2px #dc5fba;">
Div content here</div>
This div box has shadow with color #dc5fba
Comments
No comments written yet.
Please login to write comment.