Color spaces of #d000ff
RGB | 208 | 0 | 255 |
---|---|---|---|
HSL | 0.80 | 1.00 | 0.50 |
HSV | 289° | 100° | 100° |
CMYK | 0.18 | 1.00 | 0.00 0.00 |
XYZ | 44.0624 | 20.6299 | 96.2674 |
Yxy | 20.6299 | 0.2737 | 0.1282 |
Hunter Lab | 45.4201 | 93.6788 | -93.8703 |
CIE-Lab | 52.5420 | 91.5325 | -73.7807 |
#d000ff color RGB value is (208,0,255).
#d000ff hex color red value is 208, green value is 0 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d000ff hue: 0.80 , saturation: 1.00 and the lightness value of d000ff is 0.50.
The process color (four color CMYK) of #d000ff color hex is 0.18, 1.00, 0.00, 0.00. Web safe color of #d000ff is #cc00ff. Color #d000ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 00000000 | 11111111 |
Octal | 320 | 0 | 377 |
Decimal | 208 | 0 | 255 |
Hex | D0 | 0 | FF |
Shades of #d000ff
Tints of #d000ff
RGB Percentages of Color #d000ff
CMYK Percentages of Color #d000ff
Complementary Color
#d000ff | #2fff00 |
#d000ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d000ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#d000ff Color CSS Codes
.mybgcolor {background-color:#d000ff; } .myforecolor {color:#d000ff; } .mybordercolor {border:3px solid #d000ff; }
#d000ff Text Font Color
<p style="color:#d000ff">Text here</p>
This sample text font color is #d000ff
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.
#d000ff Background Color
<div style="background-color:#d000ff">
Div content here</div>
This div background color is #d000ff
#d000ff Border Color
<div style="border:3px solid #d000ff">
Div here</div>
This div border color is #d000ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,0,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d000ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d000ff; -webkit-box-shadow: 1px 1px 3px 2px #d000ff; box-shadow: 1px 1px 3px 2px #d000ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,0,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 #d000ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d000ff; -webkit-box-shadow: 1px 1px 3px 2px #d000ff; box-shadow: 1px 1px 3px 2px #d000ff;">
Div content here</div>
This div box has shadow with color #d000ff
#d000ff Color Palettes
Comments
No comments written yet.
Please login to write comment.