Color spaces of #d211fe
RGB | 210 | 17 | 254 |
---|---|---|---|
HSL | 0.80 | 0.99 | 0.53 |
HSV | 289° | 93° | 100° |
CMYK | 0.17 | 0.93 | 0.00 0.00 |
XYZ | 44.6682 | 21.2583 | 95.5149 |
Yxy | 21.2583 | 0.2767 | 0.1317 |
Hunter Lab | 46.1067 | 92.2441 | -90.5507 |
CIE-Lab | 53.2310 | 90.3281 | -72.0913 |
#d211fe color RGB value is (210,17,254).
#d211fe hex color red value is 210, green value is 17 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d211fe hue: 0.80 , saturation: 0.99 and the lightness value of d211fe is 0.53.
The process color (four color CMYK) of #d211fe color hex is 0.17, 0.93, 0.00, 0.00. Web safe color of #d211fe is #cc00ff. Color #d211fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 00010001 | 11111110 |
Octal | 322 | 21 | 376 |
Decimal | 210 | 17 | 254 |
Hex | D2 | 11 | FE |
Shades of #d211fe
Tints of #d211fe
RGB Percentages of Color #d211fe
CMYK Percentages of Color #d211fe
Complementary Color
#d211fe | #3dfe11 |
#d211fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d211fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d211fe Color CSS Codes
.mybgcolor {background-color:#d211fe; } .myforecolor {color:#d211fe; } .mybordercolor {border:3px solid #d211fe; }
#d211fe Text Font Color
<p style="color:#d211fe">Text here</p>
This sample text font color is #d211fe
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.
#d211fe Background Color
<div style="background-color:#d211fe">
Div content here</div>
This div background color is #d211fe
#d211fe Border Color
<div style="border:3px solid #d211fe">
Div here</div>
This div border color is #d211fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,17,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d211fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d211fe; -webkit-box-shadow: 1px 1px 3px 2px #d211fe; box-shadow: 1px 1px 3px 2px #d211fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,17,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d211fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d211fe; -webkit-box-shadow: 1px 1px 3px 2px #d211fe; box-shadow: 1px 1px 3px 2px #d211fe;">
Div content here</div>
This div box has shadow with color #d211fe
Comments
No comments written yet.
Please login to write comment.