Color spaces of #d513fb
RGB | 213 | 19 | 251 |
---|---|---|---|
HSL | 0.81 | 0.97 | 0.53 |
HSV | 290° | 92° | 98° |
CMYK | 0.15 | 0.92 | 0.00 0.02 |
XYZ | 45.0860 | 21.5769 | 93.0552 |
Yxy | 21.5769 | 0.2823 | 0.1351 |
Hunter Lab | 46.4509 | 91.9657 | -86.2600 |
CIE-Lab | 53.5752 | 90.0530 | -69.8402 |
#d513fb color RGB value is (213,19,251).
#d513fb hex color red value is 213, green value is 19 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d513fb hue: 0.81 , saturation: 0.97 and the lightness value of d513fb is 0.53.
The process color (four color CMYK) of #d513fb color hex is 0.15, 0.92, 0.00, 0.02. Web safe color of #d513fb is #cc00ff. Color #d513fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 00010011 | 11111011 |
Octal | 325 | 23 | 373 |
Decimal | 213 | 19 | 251 |
Hex | D5 | 13 | FB |
Shades of #d513fb
Tints of #d513fb
RGB Percentages of Color #d513fb
CMYK Percentages of Color #d513fb
Complementary Color
#d513fb | #39fb13 |
#d513fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d513fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d513fb Color CSS Codes
.mybgcolor {background-color:#d513fb; } .myforecolor {color:#d513fb; } .mybordercolor {border:3px solid #d513fb; }
#d513fb Text Font Color
<p style="color:#d513fb">Text here</p>
This sample text font color is #d513fb
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.
#d513fb Background Color
<div style="background-color:#d513fb">
Div content here</div>
This div background color is #d513fb
#d513fb Border Color
<div style="border:3px solid #d513fb">
Div here</div>
This div border color is #d513fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,19,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d513fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d513fb; -webkit-box-shadow: 1px 1px 3px 2px #d513fb; box-shadow: 1px 1px 3px 2px #d513fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,19,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d513fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d513fb; -webkit-box-shadow: 1px 1px 3px 2px #d513fb; box-shadow: 1px 1px 3px 2px #d513fb;">
Div content here</div>
This div box has shadow with color #d513fb
Comments
No comments written yet.
Please login to write comment.