Color spaces of #d01bdd
RGB | 208 | 27 | 221 |
---|---|---|---|
HSL | 0.82 | 0.78 | 0.49 |
HSV | 296° | 88° | 87° |
CMYK | 0.06 | 0.88 | 0.00 0.13 |
XYZ | 39.4555 | 19.4142 | 70.0744 |
Yxy | 19.4142 | 0.3060 | 0.1506 |
Hunter Lab | 44.0615 | 82.7325 | -63.4503 |
CIE-Lab | 51.1683 | 83.4678 | -56.8677 |
#d01bdd color RGB value is (208,27,221).
#d01bdd hex color red value is 208, green value is 27 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d01bdd hue: 0.82 , saturation: 0.78 and the lightness value of d01bdd is 0.49.
The process color (four color CMYK) of #d01bdd color hex is 0.06, 0.88, 0.00, 0.13. Web safe color of #d01bdd is #cc33cc. Color #d01bdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 00011011 | 11011101 |
Octal | 320 | 33 | 335 |
Decimal | 208 | 27 | 221 |
Hex | D0 | 1B | DD |
Shades of #d01bdd
Tints of #d01bdd
RGB Percentages of Color #d01bdd
CMYK Percentages of Color #d01bdd
Complementary Color
#d01bdd | #28dd1b |
#d01bdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d01bdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d01bdd Color CSS Codes
.mybgcolor {background-color:#d01bdd; } .myforecolor {color:#d01bdd; } .mybordercolor {border:3px solid #d01bdd; }
#d01bdd Text Font Color
<p style="color:#d01bdd">Text here</p>
This sample text font color is #d01bdd
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.
#d01bdd Background Color
<div style="background-color:#d01bdd">
Div content here</div>
This div background color is #d01bdd
#d01bdd Border Color
<div style="border:3px solid #d01bdd">
Div here</div>
This div border color is #d01bdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,27,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d01bdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d01bdd; -webkit-box-shadow: 1px 1px 3px 2px #d01bdd; box-shadow: 1px 1px 3px 2px #d01bdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,27,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d01bdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d01bdd; -webkit-box-shadow: 1px 1px 3px 2px #d01bdd; box-shadow: 1px 1px 3px 2px #d01bdd;">
Div content here</div>
This div box has shadow with color #d01bdd
Comments
No comments written yet.
Please login to write comment.