Color spaces of #d948fe
RGB | 217 | 72 | 254 |
---|---|---|---|
HSL | 0.80 | 0.99 | 0.64 |
HSV | 288° | 72° | 100° |
CMYK | 0.15 | 0.72 | 0.00 0.00 |
XYZ | 48.8220 | 26.5422 | 96.3159 |
Yxy | 26.5422 | 0.2844 | 0.1546 |
Hunter Lab | 51.5191 | 78.9967 | -74.7803 |
CIE-Lab | 58.5482 | 79.1040 | -63.4575 |
#d948fe color RGB value is (217,72,254).
#d948fe hex color red value is 217, green value is 72 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d948fe hue: 0.80 , saturation: 0.99 and the lightness value of d948fe is 0.64.
The process color (four color CMYK) of #d948fe color hex is 0.15, 0.72, 0.00, 0.00. Web safe color of #d948fe is #cc33ff. Color #d948fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 01001000 | 11111110 |
Octal | 331 | 110 | 376 |
Decimal | 217 | 72 | 254 |
Hex | D9 | 48 | FE |
Shades of #d948fe
Tints of #d948fe
RGB Percentages of Color #d948fe
CMYK Percentages of Color #d948fe
Complementary Color
#d948fe | #6dfe48 |
#d948fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d948fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d948fe Color CSS Codes
.mybgcolor {background-color:#d948fe; } .myforecolor {color:#d948fe; } .mybordercolor {border:3px solid #d948fe; }
#d948fe Text Font Color
<p style="color:#d948fe">Text here</p>
This sample text font color is #d948fe
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.
#d948fe Background Color
<div style="background-color:#d948fe">
Div content here</div>
This div background color is #d948fe
#d948fe Border Color
<div style="border:3px solid #d948fe">
Div here</div>
This div border color is #d948fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,72,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d948fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d948fe; -webkit-box-shadow: 1px 1px 3px 2px #d948fe; box-shadow: 1px 1px 3px 2px #d948fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,72,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 #d948fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d948fe; -webkit-box-shadow: 1px 1px 3px 2px #d948fe; box-shadow: 1px 1px 3px 2px #d948fe;">
Div content here</div>
This div box has shadow with color #d948fe
Comments
No comments written yet.
Please login to write comment.