Color spaces of #d919fe
RGB | 217 | 25 | 254 |
---|---|---|---|
HSL | 0.81 | 0.99 | 0.55 |
HSV | 290° | 90° | 100° |
CMYK | 0.15 | 0.90 | 0.00 0.00 |
XYZ | 46.8523 | 22.6027 | 95.6593 |
Yxy | 22.6027 | 0.2838 | 0.1369 |
Hunter Lab | 47.5423 | 92.7104 | -86.0171 |
CIE-Lab | 54.6607 | 90.4010 | -69.7227 |
#d919fe color RGB value is (217,25,254).
#d919fe hex color red value is 217, green value is 25 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d919fe hue: 0.81 , saturation: 0.99 and the lightness value of d919fe is 0.55.
The process color (four color CMYK) of #d919fe color hex is 0.15, 0.90, 0.00, 0.00. Web safe color of #d919fe is #cc00ff. Color #d919fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 00011001 | 11111110 |
Octal | 331 | 31 | 376 |
Decimal | 217 | 25 | 254 |
Hex | D9 | 19 | FE |
Shades of #d919fe
Tints of #d919fe
RGB Percentages of Color #d919fe
CMYK Percentages of Color #d919fe
Complementary Color
#d919fe | #3efe19 |
#d919fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d919fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d919fe Color CSS Codes
.mybgcolor {background-color:#d919fe; } .myforecolor {color:#d919fe; } .mybordercolor {border:3px solid #d919fe; }
#d919fe Text Font Color
<p style="color:#d919fe">Text here</p>
This sample text font color is #d919fe
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.
#d919fe Background Color
<div style="background-color:#d919fe">
Div content here</div>
This div background color is #d919fe
#d919fe Border Color
<div style="border:3px solid #d919fe">
Div here</div>
This div border color is #d919fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,25,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d919fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d919fe; -webkit-box-shadow: 1px 1px 3px 2px #d919fe; box-shadow: 1px 1px 3px 2px #d919fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,25,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 #d919fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d919fe; -webkit-box-shadow: 1px 1px 3px 2px #d919fe; box-shadow: 1px 1px 3px 2px #d919fe;">
Div content here</div>
This div box has shadow with color #d919fe
Comments
No comments written yet.
Please login to write comment.