Color spaces of #d009fd
RGB | 208 | 9 | 253 |
---|---|---|---|
HSL | 0.80 | 0.98 | 0.51 |
HSV | 289° | 96° | 99° |
CMYK | 0.18 | 0.96 | 0.00 0.01 |
XYZ | 43.8397 | 20.6971 | 94.6128 |
Yxy | 20.6971 | 0.2755 | 0.1300 |
Hunter Lab | 45.4941 | 92.3943 | -91.4580 |
CIE-Lab | 52.6164 | 90.5590 | -72.5464 |
#d009fd color RGB value is (208,9,253).
#d009fd hex color red value is 208, green value is 9 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d009fd hue: 0.80 , saturation: 0.98 and the lightness value of d009fd is 0.51.
The process color (four color CMYK) of #d009fd color hex is 0.18, 0.96, 0.00, 0.01. Web safe color of #d009fd is #cc00ff. Color #d009fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 00001001 | 11111101 |
Octal | 320 | 11 | 375 |
Decimal | 208 | 9 | 253 |
Hex | D0 | 9 | FD |
Shades of #d009fd
Tints of #d009fd
RGB Percentages of Color #d009fd
CMYK Percentages of Color #d009fd
Complementary Color
#d009fd | #36fd09 |
#d009fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d009fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d009fd Color CSS Codes
.mybgcolor {background-color:#d009fd; } .myforecolor {color:#d009fd; } .mybordercolor {border:3px solid #d009fd; }
#d009fd Text Font Color
<p style="color:#d009fd">Text here</p>
This sample text font color is #d009fd
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.
#d009fd Background Color
<div style="background-color:#d009fd">
Div content here</div>
This div background color is #d009fd
#d009fd Border Color
<div style="border:3px solid #d009fd">
Div here</div>
This div border color is #d009fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,9,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d009fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d009fd; -webkit-box-shadow: 1px 1px 3px 2px #d009fd; box-shadow: 1px 1px 3px 2px #d009fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,9,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d009fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d009fd; -webkit-box-shadow: 1px 1px 3px 2px #d009fd; box-shadow: 1px 1px 3px 2px #d009fd;">
Div content here</div>
This div box has shadow with color #d009fd
Comments
No comments written yet.
Please login to write comment.