Color spaces of #d018fe
RGB | 208 | 24 | 254 |
---|---|---|---|
HSL | 0.80 | 0.99 | 0.55 |
HSV | 288° | 91° | 100° |
CMYK | 0.18 | 0.91 | 0.00 0.00 |
XYZ | 44.2285 | 21.2189 | 95.5305 |
Yxy | 21.2189 | 0.2747 | 0.1318 |
Hunter Lab | 46.0640 | 90.7755 | -90.7147 |
CIE-Lab | 53.1882 | 89.2328 | -72.1755 |
#d018fe color RGB value is (208,24,254).
#d018fe hex color red value is 208, green value is 24 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d018fe hue: 0.80 , saturation: 0.99 and the lightness value of d018fe is 0.55.
The process color (four color CMYK) of #d018fe color hex is 0.18, 0.91, 0.00, 0.00. Web safe color of #d018fe is #cc00ff. Color #d018fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 00011000 | 11111110 |
Octal | 320 | 30 | 376 |
Decimal | 208 | 24 | 254 |
Hex | D0 | 18 | FE |
Shades of #d018fe
Tints of #d018fe
RGB Percentages of Color #d018fe
CMYK Percentages of Color #d018fe
Complementary Color
#d018fe | #46fe18 |
#d018fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d018fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#d018fe Color CSS Codes
.mybgcolor {background-color:#d018fe; } .myforecolor {color:#d018fe; } .mybordercolor {border:3px solid #d018fe; }
#d018fe Text Font Color
<p style="color:#d018fe">Text here</p>
This sample text font color is #d018fe
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.
#d018fe Background Color
<div style="background-color:#d018fe">
Div content here</div>
This div background color is #d018fe
#d018fe Border Color
<div style="border:3px solid #d018fe">
Div here</div>
This div border color is #d018fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,24,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d018fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d018fe; -webkit-box-shadow: 1px 1px 3px 2px #d018fe; box-shadow: 1px 1px 3px 2px #d018fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,24,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 #d018fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d018fe; -webkit-box-shadow: 1px 1px 3px 2px #d018fe; box-shadow: 1px 1px 3px 2px #d018fe;">
Div content here</div>
This div box has shadow with color #d018fe
Comments
No comments written yet.
Please login to write comment.