Color spaces of #d19bcc
RGB | 209 | 155 | 204 |
---|---|---|---|
HSL | 0.85 | 0.37 | 0.71 |
HSV | 306° | 26° | 82° |
CMYK | 0.00 | 0.26 | 0.02 0.18 |
XYZ | 48.9149 | 41.3576 | 62.5315 |
Yxy | 41.3576 | 0.3201 | 0.2707 |
Hunter Lab | 64.3099 | 23.2271 | -12.6335 |
CIE-Lab | 70.4257 | 28.1613 | -17.2329 |
#d19bcc color RGB value is (209,155,204).
#d19bcc hex color red value is 209, green value is 155 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d19bcc hue: 0.85 , saturation: 0.37 and the lightness value of d19bcc is 0.71.
The process color (four color CMYK) of #d19bcc color hex is 0.00, 0.26, 0.02, 0.18. Web safe color of #d19bcc is #cc99cc. Color #d19bcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 10011011 | 11001100 |
Octal | 321 | 233 | 314 |
Decimal | 209 | 155 | 204 |
Hex | D1 | 9B | CC |
Shades of #d19bcc
Tints of #d19bcc
RGB Percentages of Color #d19bcc
CMYK Percentages of Color #d19bcc
Complementary Color
#d19bcc | #9bd1a0 |
#d19bcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d19bcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d19bcc Color CSS Codes
.mybgcolor {background-color:#d19bcc; } .myforecolor {color:#d19bcc; } .mybordercolor {border:3px solid #d19bcc; }
#d19bcc Text Font Color
<p style="color:#d19bcc">Text here</p>
This sample text font color is #d19bcc
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.
#d19bcc Background Color
<div style="background-color:#d19bcc">
Div content here</div>
This div background color is #d19bcc
#d19bcc Border Color
<div style="border:3px solid #d19bcc">
Div here</div>
This div border color is #d19bcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,155,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d19bcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d19bcc; -webkit-box-shadow: 1px 1px 3px 2px #d19bcc; box-shadow: 1px 1px 3px 2px #d19bcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,155,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d19bcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d19bcc; -webkit-box-shadow: 1px 1px 3px 2px #d19bcc; box-shadow: 1px 1px 3px 2px #d19bcc;">
Div content here</div>
This div box has shadow with color #d19bcc
Comments
No comments written yet.
Please login to write comment.