Color spaces of #d41fed
RGB | 212 | 31 | 237 |
---|---|---|---|
HSL | 0.81 | 0.85 | 0.53 |
HSV | 293° | 87° | 93° |
CMYK | 0.11 | 0.87 | 0.00 0.07 |
XYZ | 42.9274 | 21.0914 | 81.9293 |
Yxy | 21.0914 | 0.2941 | 0.1445 |
Hunter Lab | 45.9254 | 86.4782 | -73.6236 |
CIE-Lab | 53.0494 | 85.9941 | -62.8593 |
#d41fed color RGB value is (212,31,237).
#d41fed hex color red value is 212, green value is 31 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d41fed hue: 0.81 , saturation: 0.85 and the lightness value of d41fed is 0.53.
The process color (four color CMYK) of #d41fed color hex is 0.11, 0.87, 0.00, 0.07. Web safe color of #d41fed is #cc33ff. Color #d41fed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 00011111 | 11101101 |
Octal | 324 | 37 | 355 |
Decimal | 212 | 31 | 237 |
Hex | D4 | 1F | ED |
Shades of #d41fed
Tints of #d41fed
RGB Percentages of Color #d41fed
CMYK Percentages of Color #d41fed
Complementary Color
#d41fed | #38ed1f |
#d41fed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d41fed Color Preview on White Background
Lorem ipsum dolor sit amet.
#d41fed Color CSS Codes
.mybgcolor {background-color:#d41fed; } .myforecolor {color:#d41fed; } .mybordercolor {border:3px solid #d41fed; }
#d41fed Text Font Color
<p style="color:#d41fed">Text here</p>
This sample text font color is #d41fed
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.
#d41fed Background Color
<div style="background-color:#d41fed">
Div content here</div>
This div background color is #d41fed
#d41fed Border Color
<div style="border:3px solid #d41fed">
Div here</div>
This div border color is #d41fed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,31,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d41fed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d41fed; -webkit-box-shadow: 1px 1px 3px 2px #d41fed; box-shadow: 1px 1px 3px 2px #d41fed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,31,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d41fed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d41fed; -webkit-box-shadow: 1px 1px 3px 2px #d41fed; box-shadow: 1px 1px 3px 2px #d41fed;">
Div content here</div>
This div box has shadow with color #d41fed
Comments
No comments written yet.
Please login to write comment.