Color spaces of #d881cd
RGB | 216 | 129 | 205 |
---|---|---|---|
HSL | 0.85 | 0.53 | 0.68 |
HSV | 308° | 40° | 85° |
CMYK | 0.00 | 0.40 | 0.05 0.15 |
XYZ | 47.1886 | 34.7072 | 61.9697 |
Yxy | 34.7072 | 0.3280 | 0.2412 |
Hunter Lab | 58.9128 | 39.8794 | -21.1275 |
CIE-Lab | 65.5201 | 44.5363 | -25.1916 |
#d881cd color RGB value is (216,129,205).
#d881cd hex color red value is 216, green value is 129 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d881cd hue: 0.85 , saturation: 0.53 and the lightness value of d881cd is 0.68.
The process color (four color CMYK) of #d881cd color hex is 0.00, 0.40, 0.05, 0.15. Web safe color of #d881cd is #cc99cc. Color #d881cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 10000001 | 11001101 |
Octal | 330 | 201 | 315 |
Decimal | 216 | 129 | 205 |
Hex | D8 | 81 | CD |
Shades of #d881cd
Tints of #d881cd
RGB Percentages of Color #d881cd
CMYK Percentages of Color #d881cd
Complementary Color
#d881cd | #81d88c |
#d881cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d881cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d881cd Color CSS Codes
.mybgcolor {background-color:#d881cd; } .myforecolor {color:#d881cd; } .mybordercolor {border:3px solid #d881cd; }
#d881cd Text Font Color
<p style="color:#d881cd">Text here</p>
This sample text font color is #d881cd
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.
#d881cd Background Color
<div style="background-color:#d881cd">
Div content here</div>
This div background color is #d881cd
#d881cd Border Color
<div style="border:3px solid #d881cd">
Div here</div>
This div border color is #d881cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,129,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d881cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d881cd; -webkit-box-shadow: 1px 1px 3px 2px #d881cd; box-shadow: 1px 1px 3px 2px #d881cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,129,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d881cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d881cd; -webkit-box-shadow: 1px 1px 3px 2px #d881cd; box-shadow: 1px 1px 3px 2px #d881cd;">
Div content here</div>
This div box has shadow with color #d881cd
Comments
No comments written yet.
Please login to write comment.