Color spaces of #d30efb
RGB | 211 | 14 | 251 |
---|---|---|---|
HSL | 0.81 | 0.97 | 0.52 |
HSV | 290° | 94° | 98° |
CMYK | 0.16 | 0.94 | 0.00 0.02 |
XYZ | 44.4336 | 21.1280 | 93.0030 |
Yxy | 21.1280 | 0.2802 | 0.1332 |
Hunter Lab | 45.9652 | 92.1131 | -87.7879 |
CIE-Lab | 53.0893 | 90.2573 | -70.6424 |
#d30efb color RGB value is (211,14,251).
#d30efb hex color red value is 211, green value is 14 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d30efb hue: 0.81 , saturation: 0.97 and the lightness value of d30efb is 0.52.
The process color (four color CMYK) of #d30efb color hex is 0.16, 0.94, 0.00, 0.02. Web safe color of #d30efb is #cc00ff. Color #d30efb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 00001110 | 11111011 |
Octal | 323 | 16 | 373 |
Decimal | 211 | 14 | 251 |
Hex | D3 | E | FB |
Shades of #d30efb
Tints of #d30efb
RGB Percentages of Color #d30efb
CMYK Percentages of Color #d30efb
Complementary Color
#d30efb | #36fb0e |
#d30efb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d30efb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d30efb Color CSS Codes
.mybgcolor {background-color:#d30efb; } .myforecolor {color:#d30efb; } .mybordercolor {border:3px solid #d30efb; }
#d30efb Text Font Color
<p style="color:#d30efb">Text here</p>
This sample text font color is #d30efb
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.
#d30efb Background Color
<div style="background-color:#d30efb">
Div content here</div>
This div background color is #d30efb
#d30efb Border Color
<div style="border:3px solid #d30efb">
Div here</div>
This div border color is #d30efb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,14,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d30efb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d30efb; -webkit-box-shadow: 1px 1px 3px 2px #d30efb; box-shadow: 1px 1px 3px 2px #d30efb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,14,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d30efb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d30efb; -webkit-box-shadow: 1px 1px 3px 2px #d30efb; box-shadow: 1px 1px 3px 2px #d30efb;">
Div content here</div>
This div box has shadow with color #d30efb
Comments
No comments written yet.
Please login to write comment.