Color spaces of #d391ff
RGB | 211 | 145 | 255 |
---|---|---|---|
HSL | 0.77 | 1.00 | 0.78 |
HSV | 276° | 43° | 100° |
CMYK | 0.17 | 0.43 | 0.00 0.00 |
XYZ | 55.0394 | 41.3197 | 99.6823 |
Yxy | 41.3197 | 0.2808 | 0.2108 |
Hunter Lab | 64.2804 | 40.3480 | -46.9472 |
CIE-Lab | 70.3993 | 44.3450 | -45.2357 |
#d391ff color RGB value is (211,145,255).
#d391ff hex color red value is 211, green value is 145 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d391ff hue: 0.77 , saturation: 1.00 and the lightness value of d391ff is 0.78.
The process color (four color CMYK) of #d391ff color hex is 0.17, 0.43, 0.00, 0.00. Web safe color of #d391ff is #cc99ff. Color #d391ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 10010001 | 11111111 |
Octal | 323 | 221 | 377 |
Decimal | 211 | 145 | 255 |
Hex | D3 | 91 | FF |
Shades of #d391ff
Tints of #d391ff
RGB Percentages of Color #d391ff
CMYK Percentages of Color #d391ff
Complementary Color
#d391ff | #bdff91 |
#d391ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d391ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#d391ff Color CSS Codes
.mybgcolor {background-color:#d391ff; } .myforecolor {color:#d391ff; } .mybordercolor {border:3px solid #d391ff; }
#d391ff Text Font Color
<p style="color:#d391ff">Text here</p>
This sample text font color is #d391ff
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.
#d391ff Background Color
<div style="background-color:#d391ff">
Div content here</div>
This div background color is #d391ff
#d391ff Border Color
<div style="border:3px solid #d391ff">
Div here</div>
This div border color is #d391ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,145,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d391ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d391ff; -webkit-box-shadow: 1px 1px 3px 2px #d391ff; box-shadow: 1px 1px 3px 2px #d391ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,145,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 #d391ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d391ff; -webkit-box-shadow: 1px 1px 3px 2px #d391ff; box-shadow: 1px 1px 3px 2px #d391ff;">
Div content here</div>
This div box has shadow with color #d391ff
Comments
No comments written yet.
Please login to write comment.