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