Color spaces of #d31cde
RGB | 211 | 28 | 222 |
---|---|---|---|
HSL | 0.82 | 0.78 | 0.49 |
HSV | 297° | 87° | 87° |
CMYK | 0.05 | 0.87 | 0.00 0.13 |
XYZ | 40.4640 | 19.9533 | 70.8259 |
Yxy | 19.9533 | 0.3083 | 0.1520 |
Hunter Lab | 44.6691 | 83.5252 | -62.7399 |
CIE-Lab | 51.7844 | 83.9636 | -56.4206 |
#d31cde color RGB value is (211,28,222).
#d31cde hex color red value is 211, green value is 28 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d31cde hue: 0.82 , saturation: 0.78 and the lightness value of d31cde is 0.49.
The process color (four color CMYK) of #d31cde color hex is 0.05, 0.87, 0.00, 0.13. Web safe color of #d31cde is #cc33cc. Color #d31cde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 00011100 | 11011110 |
Octal | 323 | 34 | 336 |
Decimal | 211 | 28 | 222 |
Hex | D3 | 1C | DE |
Shades of #d31cde
Tints of #d31cde
RGB Percentages of Color #d31cde
CMYK Percentages of Color #d31cde
Complementary Color
#d31cde | #27de1c |
#d31cde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d31cde Color Preview on White Background
Lorem ipsum dolor sit amet.
#d31cde Color CSS Codes
.mybgcolor {background-color:#d31cde; } .myforecolor {color:#d31cde; } .mybordercolor {border:3px solid #d31cde; }
#d31cde Text Font Color
<p style="color:#d31cde">Text here</p>
This sample text font color is #d31cde
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.
#d31cde Background Color
<div style="background-color:#d31cde">
Div content here</div>
This div background color is #d31cde
#d31cde Border Color
<div style="border:3px solid #d31cde">
Div here</div>
This div border color is #d31cde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,28,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d31cde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d31cde; -webkit-box-shadow: 1px 1px 3px 2px #d31cde; box-shadow: 1px 1px 3px 2px #d31cde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,28,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d31cde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d31cde; -webkit-box-shadow: 1px 1px 3px 2px #d31cde; box-shadow: 1px 1px 3px 2px #d31cde;">
Div content here</div>
This div box has shadow with color #d31cde
Comments
No comments written yet.
Please login to write comment.