Color spaces of #d15dbf
RGB | 209 | 93 | 191 |
---|---|---|---|
HSL | 0.86 | 0.56 | 0.59 |
HSV | 309° | 56° | 82° |
CMYK | 0.00 | 0.56 | 0.09 0.18 |
XYZ | 39.6128 | 25.1456 | 52.0560 |
Yxy | 25.1456 | 0.3391 | 0.2153 |
Hunter Lab | 50.1454 | 53.2532 | -26.4473 |
CIE-Lab | 57.2170 | 57.8909 | -30.1506 |
#d15dbf color RGB value is (209,93,191).
#d15dbf hex color red value is 209, green value is 93 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d15dbf hue: 0.86 , saturation: 0.56 and the lightness value of d15dbf is 0.59.
The process color (four color CMYK) of #d15dbf color hex is 0.00, 0.56, 0.09, 0.18. Web safe color of #d15dbf is #cc66cc. Color #d15dbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010001 | 01011101 | 10111111 |
Octal | 321 | 135 | 277 |
Decimal | 209 | 93 | 191 |
Hex | D1 | 5D | BF |
Shades of #d15dbf
Tints of #d15dbf
RGB Percentages of Color #d15dbf
CMYK Percentages of Color #d15dbf
Complementary Color
#d15dbf | #5dd16f |
#d15dbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d15dbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d15dbf Color CSS Codes
.mybgcolor {background-color:#d15dbf; } .myforecolor {color:#d15dbf; } .mybordercolor {border:3px solid #d15dbf; }
#d15dbf Text Font Color
<p style="color:#d15dbf">Text here</p>
This sample text font color is #d15dbf
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.
#d15dbf Background Color
<div style="background-color:#d15dbf">
Div content here</div>
This div background color is #d15dbf
#d15dbf Border Color
<div style="border:3px solid #d15dbf">
Div here</div>
This div border color is #d15dbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(209,93,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d15dbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d15dbf; -webkit-box-shadow: 1px 1px 3px 2px #d15dbf; box-shadow: 1px 1px 3px 2px #d15dbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(209,93,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d15dbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d15dbf; -webkit-box-shadow: 1px 1px 3px 2px #d15dbf; box-shadow: 1px 1px 3px 2px #d15dbf;">
Div content here</div>
This div box has shadow with color #d15dbf
Comments
No comments written yet.
Please login to write comment.