Color spaces of #d013bf
RGB | 208 | 19 | 191 |
---|---|---|---|
HSL | 0.85 | 0.83 | 0.45 |
HSV | 305° | 91° | 82° |
CMYK | 0.00 | 0.91 | 0.08 0.18 |
XYZ | 35.6493 | 17.6372 | 50.8156 |
Yxy | 17.6372 | 0.3424 | 0.1694 |
Hunter Lab | 41.9967 | 78.0274 | -42.3427 |
CIE-Lab | 49.0531 | 80.1837 | -42.9742 |
#d013bf color RGB value is (208,19,191).
#d013bf hex color red value is 208, green value is 19 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d013bf hue: 0.85 , saturation: 0.83 and the lightness value of d013bf is 0.45.
The process color (four color CMYK) of #d013bf color hex is 0.00, 0.91, 0.08, 0.18. Web safe color of #d013bf is #cc00cc. Color #d013bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 00010011 | 10111111 |
Octal | 320 | 23 | 277 |
Decimal | 208 | 19 | 191 |
Hex | D0 | 13 | BF |
Shades of #d013bf
Tints of #d013bf
RGB Percentages of Color #d013bf
CMYK Percentages of Color #d013bf
Complementary Color
#d013bf | #13d024 |
#d013bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d013bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d013bf Color CSS Codes
.mybgcolor {background-color:#d013bf; } .myforecolor {color:#d013bf; } .mybordercolor {border:3px solid #d013bf; }
#d013bf Text Font Color
<p style="color:#d013bf">Text here</p>
This sample text font color is #d013bf
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.
#d013bf Background Color
<div style="background-color:#d013bf">
Div content here</div>
This div background color is #d013bf
#d013bf Border Color
<div style="border:3px solid #d013bf">
Div here</div>
This div border color is #d013bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,19,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d013bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d013bf; -webkit-box-shadow: 1px 1px 3px 2px #d013bf; box-shadow: 1px 1px 3px 2px #d013bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,19,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d013bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d013bf; -webkit-box-shadow: 1px 1px 3px 2px #d013bf; box-shadow: 1px 1px 3px 2px #d013bf;">
Div content here</div>
This div box has shadow with color #d013bf
Comments
No comments written yet.
Please login to write comment.