Color spaces of #d321ff
RGB | 211 | 33 | 255 |
---|---|---|---|
HSL | 0.80 | 1.00 | 0.56 |
HSV | 288° | 87° | 100° |
CMYK | 0.17 | 0.87 | 0.00 0.00 |
XYZ | 45.4578 | 22.1566 | 96.4885 |
Yxy | 22.1566 | 0.2770 | 0.1350 |
Hunter Lab | 47.0708 | 90.0094 | -88.5866 |
CIE-Lab | 54.1928 | 88.4599 | -71.0814 |
#d321ff color RGB value is (211,33,255).
#d321ff hex color red value is 211, green value is 33 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d321ff hue: 0.80 , saturation: 1.00 and the lightness value of d321ff is 0.56.
The process color (four color CMYK) of #d321ff color hex is 0.17, 0.87, 0.00, 0.00. Web safe color of #d321ff is #cc33ff. Color #d321ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 00100001 | 11111111 |
Octal | 323 | 41 | 377 |
Decimal | 211 | 33 | 255 |
Hex | D3 | 21 | FF |
Shades of #d321ff
Tints of #d321ff
RGB Percentages of Color #d321ff
CMYK Percentages of Color #d321ff
Complementary Color
#d321ff | #4dff21 |
#d321ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d321ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#d321ff Color CSS Codes
.mybgcolor {background-color:#d321ff; } .myforecolor {color:#d321ff; } .mybordercolor {border:3px solid #d321ff; }
#d321ff Text Font Color
<p style="color:#d321ff">Text here</p>
This sample text font color is #d321ff
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.
#d321ff Background Color
<div style="background-color:#d321ff">
Div content here</div>
This div background color is #d321ff
#d321ff Border Color
<div style="border:3px solid #d321ff">
Div here</div>
This div border color is #d321ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,33,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d321ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d321ff; -webkit-box-shadow: 1px 1px 3px 2px #d321ff; box-shadow: 1px 1px 3px 2px #d321ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,33,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d321ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d321ff; -webkit-box-shadow: 1px 1px 3px 2px #d321ff; box-shadow: 1px 1px 3px 2px #d321ff;">
Div content here</div>
This div box has shadow with color #d321ff
Comments
No comments written yet.
Please login to write comment.