Color spaces of #d21dbc
RGB | 210 | 29 | 188 |
---|---|---|---|
HSL | 0.85 | 0.76 | 0.47 |
HSV | 307° | 86° | 82° |
CMYK | 0.00 | 0.86 | 0.10 0.18 |
XYZ | 36.0948 | 18.2112 | 49.1897 |
Yxy | 18.2112 | 0.3488 | 0.1760 |
Hunter Lab | 42.6746 | 76.2974 | -38.4696 |
CIE-Lab | 49.7513 | 78.6701 | -40.0979 |
#d21dbc color RGB value is (210,29,188).
#d21dbc hex color red value is 210, green value is 29 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d21dbc hue: 0.85 , saturation: 0.76 and the lightness value of d21dbc is 0.47.
The process color (four color CMYK) of #d21dbc color hex is 0.00, 0.86, 0.10, 0.18. Web safe color of #d21dbc is #cc33cc. Color #d21dbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 00011101 | 10111100 |
Octal | 322 | 35 | 274 |
Decimal | 210 | 29 | 188 |
Hex | D2 | 1D | BC |
Shades of #d21dbc
Tints of #d21dbc
RGB Percentages of Color #d21dbc
CMYK Percentages of Color #d21dbc
Complementary Color
#d21dbc | #1dd233 |
#d21dbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d21dbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d21dbc Color CSS Codes
.mybgcolor {background-color:#d21dbc; } .myforecolor {color:#d21dbc; } .mybordercolor {border:3px solid #d21dbc; }
#d21dbc Text Font Color
<p style="color:#d21dbc">Text here</p>
This sample text font color is #d21dbc
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.
#d21dbc Background Color
<div style="background-color:#d21dbc">
Div content here</div>
This div background color is #d21dbc
#d21dbc Border Color
<div style="border:3px solid #d21dbc">
Div here</div>
This div border color is #d21dbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,29,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d21dbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d21dbc; -webkit-box-shadow: 1px 1px 3px 2px #d21dbc; box-shadow: 1px 1px 3px 2px #d21dbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,29,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d21dbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d21dbc; -webkit-box-shadow: 1px 1px 3px 2px #d21dbc; box-shadow: 1px 1px 3px 2px #d21dbc;">
Div content here</div>
This div box has shadow with color #d21dbc
Comments
No comments written yet.
Please login to write comment.