Color spaces of #d21edf
RGB | 210 | 30 | 223 |
---|---|---|---|
HSL | 0.82 | 0.76 | 0.50 |
HSV | 296° | 87° | 87° |
CMYK | 0.06 | 0.87 | 0.00 0.13 |
XYZ | 40.3619 | 19.9579 | 71.5370 |
Yxy | 19.9579 | 0.3061 | 0.1514 |
Hunter Lab | 44.6743 | 83.0896 | -63.6692 |
CIE-Lab | 51.7896 | 83.6246 | -56.9896 |
#d21edf color RGB value is (210,30,223).
#d21edf hex color red value is 210, green value is 30 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d21edf hue: 0.82 , saturation: 0.76 and the lightness value of d21edf is 0.50.
The process color (four color CMYK) of #d21edf color hex is 0.06, 0.87, 0.00, 0.13. Web safe color of #d21edf is #cc33cc. Color #d21edf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 00011110 | 11011111 |
Octal | 322 | 36 | 337 |
Decimal | 210 | 30 | 223 |
Hex | D2 | 1E | DF |
Shades of #d21edf
Tints of #d21edf
RGB Percentages of Color #d21edf
CMYK Percentages of Color #d21edf
Complementary Color
#d21edf | #2bdf1e |
#d21edf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d21edf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d21edf Color CSS Codes
.mybgcolor {background-color:#d21edf; } .myforecolor {color:#d21edf; } .mybordercolor {border:3px solid #d21edf; }
#d21edf Text Font Color
<p style="color:#d21edf">Text here</p>
This sample text font color is #d21edf
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.
#d21edf Background Color
<div style="background-color:#d21edf">
Div content here</div>
This div background color is #d21edf
#d21edf Border Color
<div style="border:3px solid #d21edf">
Div here</div>
This div border color is #d21edf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,30,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d21edf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d21edf; -webkit-box-shadow: 1px 1px 3px 2px #d21edf; box-shadow: 1px 1px 3px 2px #d21edf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,30,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 #d21edf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d21edf; -webkit-box-shadow: 1px 1px 3px 2px #d21edf; box-shadow: 1px 1px 3px 2px #d21edf;">
Div content here</div>
This div box has shadow with color #d21edf
Comments
No comments written yet.
Please login to write comment.