Color spaces of #d71cff
RGB | 215 | 28 | 255 |
---|---|---|---|
HSL | 0.80 | 1.00 | 0.55 |
HSV | 289° | 89° | 100° |
CMYK | 0.16 | 0.89 | 0.00 0.00 |
XYZ | 46.4896 | 22.4976 | 96.4999 |
Yxy | 22.4976 | 0.2809 | 0.1359 |
Hunter Lab | 47.4316 | 91.9495 | -87.4237 |
CIE-Lab | 54.5510 | 89.8520 | -70.4713 |
#d71cff color RGB value is (215,28,255).
#d71cff hex color red value is 215, green value is 28 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d71cff hue: 0.80 , saturation: 1.00 and the lightness value of d71cff is 0.55.
The process color (four color CMYK) of #d71cff color hex is 0.16, 0.89, 0.00, 0.00. Web safe color of #d71cff is #cc33ff. Color #d71cff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 00011100 | 11111111 |
Octal | 327 | 34 | 377 |
Decimal | 215 | 28 | 255 |
Hex | D7 | 1C | FF |
Shades of #d71cff
Tints of #d71cff
RGB Percentages of Color #d71cff
CMYK Percentages of Color #d71cff
Complementary Color
#d71cff | #44ff1c |
#d71cff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d71cff Color Preview on White Background
Lorem ipsum dolor sit amet.
#d71cff Color CSS Codes
.mybgcolor {background-color:#d71cff; } .myforecolor {color:#d71cff; } .mybordercolor {border:3px solid #d71cff; }
#d71cff Text Font Color
<p style="color:#d71cff">Text here</p>
This sample text font color is #d71cff
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.
#d71cff Background Color
<div style="background-color:#d71cff">
Div content here</div>
This div background color is #d71cff
#d71cff Border Color
<div style="border:3px solid #d71cff">
Div here</div>
This div border color is #d71cff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,28,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d71cff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d71cff; -webkit-box-shadow: 1px 1px 3px 2px #d71cff; box-shadow: 1px 1px 3px 2px #d71cff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,28,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 #d71cff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d71cff; -webkit-box-shadow: 1px 1px 3px 2px #d71cff; box-shadow: 1px 1px 3px 2px #d71cff;">
Div content here</div>
This div box has shadow with color #d71cff
Related Colors
Comments
No comments written yet.
Please login to write comment.