Color spaces of #d874ba
RGB | 216 | 116 | 186 |
---|---|---|---|
HSL | 0.88 | 0.56 | 0.65 |
HSV | 318° | 46° | 85° |
CMYK | 0.00 | 0.46 | 0.14 0.15 |
XYZ | 43.4272 | 30.6349 | 50.0786 |
Yxy | 30.6349 | 0.3498 | 0.2468 |
Hunter Lab | 55.3488 | 43.1924 | -14.9004 |
CIE-Lab | 62.1982 | 48.0426 | -19.5566 |
#d874ba color RGB value is (216,116,186).
#d874ba hex color red value is 216, green value is 116 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d874ba hue: 0.88 , saturation: 0.56 and the lightness value of d874ba is 0.65.
The process color (four color CMYK) of #d874ba color hex is 0.00, 0.46, 0.14, 0.15. Web safe color of #d874ba is #cc66cc. Color #d874ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 01110100 | 10111010 |
Octal | 330 | 164 | 272 |
Decimal | 216 | 116 | 186 |
Hex | D8 | 74 | BA |
Shades of #d874ba
Tints of #d874ba
RGB Percentages of Color #d874ba
CMYK Percentages of Color #d874ba
Complementary Color
#d874ba | #74d892 |
#d874ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d874ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#d874ba Color CSS Codes
.mybgcolor {background-color:#d874ba; } .myforecolor {color:#d874ba; } .mybordercolor {border:3px solid #d874ba; }
#d874ba Text Font Color
<p style="color:#d874ba">Text here</p>
This sample text font color is #d874ba
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.
#d874ba Background Color
<div style="background-color:#d874ba">
Div content here</div>
This div background color is #d874ba
#d874ba Border Color
<div style="border:3px solid #d874ba">
Div here</div>
This div border color is #d874ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,116,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d874ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d874ba; -webkit-box-shadow: 1px 1px 3px 2px #d874ba; box-shadow: 1px 1px 3px 2px #d874ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,116,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d874ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d874ba; -webkit-box-shadow: 1px 1px 3px 2px #d874ba; box-shadow: 1px 1px 3px 2px #d874ba;">
Div content here</div>
This div box has shadow with color #d874ba
Comments
No comments written yet.
Please login to write comment.