Color spaces of #d60fbe
RGB | 214 | 15 | 190 |
---|---|---|---|
HSL | 0.85 | 0.87 | 0.45 |
HSV | 307° | 93° | 84° |
CMYK | 0.00 | 0.93 | 0.11 0.16 |
XYZ | 37.1966 | 18.3555 | 50.2977 |
Yxy | 18.3555 | 0.3514 | 0.1734 |
Hunter Lab | 42.8433 | 79.9980 | -39.6156 |
CIE-Lab | 49.9245 | 81.5708 | -40.9430 |
#d60fbe color RGB value is (214,15,190).
#d60fbe hex color red value is 214, green value is 15 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d60fbe hue: 0.85 , saturation: 0.87 and the lightness value of d60fbe is 0.45.
The process color (four color CMYK) of #d60fbe color hex is 0.00, 0.93, 0.11, 0.16. Web safe color of #d60fbe is #cc00cc. Color #d60fbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 00001111 | 10111110 |
Octal | 326 | 17 | 276 |
Decimal | 214 | 15 | 190 |
Hex | D6 | F | BE |
Shades of #d60fbe
Tints of #d60fbe
RGB Percentages of Color #d60fbe
CMYK Percentages of Color #d60fbe
Complementary Color
#d60fbe | #0fd627 |
#d60fbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d60fbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d60fbe Color CSS Codes
.mybgcolor {background-color:#d60fbe; } .myforecolor {color:#d60fbe; } .mybordercolor {border:3px solid #d60fbe; }
#d60fbe Text Font Color
<p style="color:#d60fbe">Text here</p>
This sample text font color is #d60fbe
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.
#d60fbe Background Color
<div style="background-color:#d60fbe">
Div content here</div>
This div background color is #d60fbe
#d60fbe Border Color
<div style="border:3px solid #d60fbe">
Div here</div>
This div border color is #d60fbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,15,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d60fbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d60fbe; -webkit-box-shadow: 1px 1px 3px 2px #d60fbe; box-shadow: 1px 1px 3px 2px #d60fbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,15,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d60fbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d60fbe; -webkit-box-shadow: 1px 1px 3px 2px #d60fbe; box-shadow: 1px 1px 3px 2px #d60fbe;">
Div content here</div>
This div box has shadow with color #d60fbe
Comments
No comments written yet.
Please login to write comment.