Color spaces of #d61dff
RGB | 214 | 29 | 255 |
---|---|---|---|
HSL | 0.80 | 1.00 | 0.56 |
HSV | 289° | 89° | 100° |
CMYK | 0.16 | 0.89 | 0.00 0.00 |
XYZ | 46.2209 | 22.3949 | 96.4943 |
Yxy | 22.3949 | 0.2799 | 0.1356 |
Hunter Lab | 47.3233 | 91.5263 | -87.7688 |
CIE-Lab | 54.4435 | 89.5549 | -70.6530 |
#d61dff color RGB value is (214,29,255).
#d61dff hex color red value is 214, green value is 29 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d61dff hue: 0.80 , saturation: 1.00 and the lightness value of d61dff is 0.56.
The process color (four color CMYK) of #d61dff color hex is 0.16, 0.89, 0.00, 0.00. Web safe color of #d61dff is #cc33ff. Color #d61dff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 00011101 | 11111111 |
Octal | 326 | 35 | 377 |
Decimal | 214 | 29 | 255 |
Hex | D6 | 1D | FF |
Shades of #d61dff
Tints of #d61dff
RGB Percentages of Color #d61dff
CMYK Percentages of Color #d61dff
Complementary Color
#d61dff | #46ff1d |
#d61dff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d61dff Color Preview on White Background
Lorem ipsum dolor sit amet.
#d61dff Color CSS Codes
.mybgcolor {background-color:#d61dff; } .myforecolor {color:#d61dff; } .mybordercolor {border:3px solid #d61dff; }
#d61dff Text Font Color
<p style="color:#d61dff">Text here</p>
This sample text font color is #d61dff
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.
#d61dff Background Color
<div style="background-color:#d61dff">
Div content here</div>
This div background color is #d61dff
#d61dff Border Color
<div style="border:3px solid #d61dff">
Div here</div>
This div border color is #d61dff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,29,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d61dff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d61dff; -webkit-box-shadow: 1px 1px 3px 2px #d61dff; box-shadow: 1px 1px 3px 2px #d61dff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,29,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d61dff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d61dff; -webkit-box-shadow: 1px 1px 3px 2px #d61dff; box-shadow: 1px 1px 3px 2px #d61dff;">
Div content here</div>
This div box has shadow with color #d61dff
Comments
No comments written yet.
Please login to write comment.