Color spaces of #d486bb
RGB | 212 | 134 | 187 |
---|---|---|---|
HSL | 0.89 | 0.48 | 0.68 |
HSV | 319° | 37° | 83° |
CMYK | 0.00 | 0.37 | 0.12 0.17 |
XYZ | 44.6461 | 34.6351 | 51.3458 |
Yxy | 34.6351 | 0.3418 | 0.2651 |
Hunter Lab | 58.8516 | 32.4237 | -10.5322 |
CIE-Lab | 65.4636 | 37.5375 | -15.2180 |
#d486bb color RGB value is (212,134,187).
#d486bb hex color red value is 212, green value is 134 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d486bb hue: 0.89 , saturation: 0.48 and the lightness value of d486bb is 0.68.
The process color (four color CMYK) of #d486bb color hex is 0.00, 0.37, 0.12, 0.17. Web safe color of #d486bb is #cc99cc. Color #d486bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 10000110 | 10111011 |
Octal | 324 | 206 | 273 |
Decimal | 212 | 134 | 187 |
Hex | D4 | 86 | BB |
Shades of #d486bb
Tints of #d486bb
RGB Percentages of Color #d486bb
CMYK Percentages of Color #d486bb
Complementary Color
#d486bb | #86d49f |
#d486bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d486bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d486bb Color CSS Codes
.mybgcolor {background-color:#d486bb; } .myforecolor {color:#d486bb; } .mybordercolor {border:3px solid #d486bb; }
#d486bb Text Font Color
<p style="color:#d486bb">Text here</p>
This sample text font color is #d486bb
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.
#d486bb Background Color
<div style="background-color:#d486bb">
Div content here</div>
This div background color is #d486bb
#d486bb Border Color
<div style="border:3px solid #d486bb">
Div here</div>
This div border color is #d486bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,134,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d486bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d486bb; -webkit-box-shadow: 1px 1px 3px 2px #d486bb; box-shadow: 1px 1px 3px 2px #d486bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,134,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d486bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d486bb; -webkit-box-shadow: 1px 1px 3px 2px #d486bb; box-shadow: 1px 1px 3px 2px #d486bb;">
Div content here</div>
This div box has shadow with color #d486bb
Comments
No comments written yet.
Please login to write comment.