Color spaces of #d31ddf
RGB | 211 | 29 | 223 |
---|---|---|---|
HSL | 0.82 | 0.77 | 0.49 |
HSV | 296° | 87° | 87° |
CMYK | 0.05 | 0.87 | 0.00 0.13 |
XYZ | 40.6226 | 20.0553 | 71.5421 |
Yxy | 20.0553 | 0.3072 | 0.1517 |
Hunter Lab | 44.7831 | 83.5461 | -63.3689 |
CIE-Lab | 51.8997 | 83.9574 | -56.8039 |
#d31ddf color RGB value is (211,29,223).
#d31ddf hex color red value is 211, green value is 29 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d31ddf hue: 0.82 , saturation: 0.77 and the lightness value of d31ddf is 0.49.
The process color (four color CMYK) of #d31ddf color hex is 0.05, 0.87, 0.00, 0.13. Web safe color of #d31ddf is #cc33cc. Color #d31ddf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 00011101 | 11011111 |
Octal | 323 | 35 | 337 |
Decimal | 211 | 29 | 223 |
Hex | D3 | 1D | DF |
Shades of #d31ddf
Tints of #d31ddf
RGB Percentages of Color #d31ddf
CMYK Percentages of Color #d31ddf
Complementary Color
#d31ddf | #29df1d |
#d31ddf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d31ddf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d31ddf Color CSS Codes
.mybgcolor {background-color:#d31ddf; } .myforecolor {color:#d31ddf; } .mybordercolor {border:3px solid #d31ddf; }
#d31ddf Text Font Color
<p style="color:#d31ddf">Text here</p>
This sample text font color is #d31ddf
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.
#d31ddf Background Color
<div style="background-color:#d31ddf">
Div content here</div>
This div background color is #d31ddf
#d31ddf Border Color
<div style="border:3px solid #d31ddf">
Div here</div>
This div border color is #d31ddf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,29,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d31ddf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d31ddf; -webkit-box-shadow: 1px 1px 3px 2px #d31ddf; box-shadow: 1px 1px 3px 2px #d31ddf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,29,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d31ddf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d31ddf; -webkit-box-shadow: 1px 1px 3px 2px #d31ddf; box-shadow: 1px 1px 3px 2px #d31ddf;">
Div content here</div>
This div box has shadow with color #d31ddf
Comments
No comments written yet.
Please login to write comment.