Color spaces of #d848bc
RGB | 216 | 72 | 188 |
---|---|---|---|
HSL | 0.87 | 0.65 | 0.56 |
HSV | 312° | 67° | 85° |
CMYK | 0.00 | 0.67 | 0.13 0.15 |
XYZ | 39.7134 | 22.8645 | 49.8971 |
Yxy | 22.8645 | 0.3531 | 0.2033 |
Hunter Lab | 47.8168 | 64.5704 | -28.3976 |
CIE-Lab | 54.9325 | 68.0538 | -31.8969 |
#d848bc color RGB value is (216,72,188).
#d848bc hex color red value is 216, green value is 72 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d848bc hue: 0.87 , saturation: 0.65 and the lightness value of d848bc is 0.56.
The process color (four color CMYK) of #d848bc color hex is 0.00, 0.67, 0.13, 0.15. Web safe color of #d848bc is #cc33cc. Color #d848bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 01001000 | 10111100 |
Octal | 330 | 110 | 274 |
Decimal | 216 | 72 | 188 |
Hex | D8 | 48 | BC |
Shades of #d848bc
Tints of #d848bc
RGB Percentages of Color #d848bc
CMYK Percentages of Color #d848bc
Complementary Color
#d848bc | #48d864 |
#d848bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d848bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d848bc Color CSS Codes
.mybgcolor {background-color:#d848bc; } .myforecolor {color:#d848bc; } .mybordercolor {border:3px solid #d848bc; }
#d848bc Text Font Color
<p style="color:#d848bc">Text here</p>
This sample text font color is #d848bc
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.
#d848bc Background Color
<div style="background-color:#d848bc">
Div content here</div>
This div background color is #d848bc
#d848bc Border Color
<div style="border:3px solid #d848bc">
Div here</div>
This div border color is #d848bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,72,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d848bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d848bc; -webkit-box-shadow: 1px 1px 3px 2px #d848bc; box-shadow: 1px 1px 3px 2px #d848bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,72,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d848bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d848bc; -webkit-box-shadow: 1px 1px 3px 2px #d848bc; box-shadow: 1px 1px 3px 2px #d848bc;">
Div content here</div>
This div box has shadow with color #d848bc
Comments
No comments written yet.
Please login to write comment.