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