Color spaces of #d01ddd
RGB | 208 | 29 | 221 |
---|---|---|---|
HSL | 0.82 | 0.77 | 0.49 |
HSV | 296° | 87° | 87° |
CMYK | 0.06 | 0.87 | 0.00 0.13 |
XYZ | 39.5029 | 19.5091 | 70.0902 |
Yxy | 19.5091 | 0.3060 | 0.1511 |
Hunter Lab | 44.1691 | 82.3466 | -63.1666 |
CIE-Lab | 51.2776 | 83.1462 | -56.6923 |
#d01ddd color RGB value is (208,29,221).
#d01ddd hex color red value is 208, green value is 29 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d01ddd hue: 0.82 , saturation: 0.77 and the lightness value of d01ddd is 0.49.
The process color (four color CMYK) of #d01ddd color hex is 0.06, 0.87, 0.00, 0.13. Web safe color of #d01ddd is #cc33cc. Color #d01ddd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 00011101 | 11011101 |
Octal | 320 | 35 | 335 |
Decimal | 208 | 29 | 221 |
Hex | D0 | 1D | DD |
Shades of #d01ddd
Tints of #d01ddd
RGB Percentages of Color #d01ddd
CMYK Percentages of Color #d01ddd
Complementary Color
#d01ddd | #2add1d |
#d01ddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d01ddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d01ddd Color CSS Codes
.mybgcolor {background-color:#d01ddd; } .myforecolor {color:#d01ddd; } .mybordercolor {border:3px solid #d01ddd; }
#d01ddd Text Font Color
<p style="color:#d01ddd">Text here</p>
This sample text font color is #d01ddd
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.
#d01ddd Background Color
<div style="background-color:#d01ddd">
Div content here</div>
This div background color is #d01ddd
#d01ddd Border Color
<div style="border:3px solid #d01ddd">
Div here</div>
This div border color is #d01ddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,29,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d01ddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d01ddd; -webkit-box-shadow: 1px 1px 3px 2px #d01ddd; box-shadow: 1px 1px 3px 2px #d01ddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,29,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 #d01ddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d01ddd; -webkit-box-shadow: 1px 1px 3px 2px #d01ddd; box-shadow: 1px 1px 3px 2px #d01ddd;">
Div content here</div>
This div box has shadow with color #d01ddd
Comments
No comments written yet.
Please login to write comment.