Color spaces of #d87feb
RGB | 216 | 127 | 235 |
---|---|---|---|
HSL | 0.80 | 0.73 | 0.71 |
HSV | 289° | 46° | 92° |
CMYK | 0.08 | 0.46 | 0.00 0.08 |
XYZ | 50.9037 | 35.7758 | 82.8198 |
Yxy | 35.7758 | 0.3003 | 0.2111 |
Hunter Lab | 59.8129 | 47.2398 | -40.2268 |
CIE-Lab | 66.3483 | 51.0951 | -40.5869 |
#d87feb color RGB value is (216,127,235).
#d87feb hex color red value is 216, green value is 127 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d87feb hue: 0.80 , saturation: 0.73 and the lightness value of d87feb is 0.71.
The process color (four color CMYK) of #d87feb color hex is 0.08, 0.46, 0.00, 0.08. Web safe color of #d87feb is #cc66ff. Color #d87feb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 01111111 | 11101011 |
Octal | 330 | 177 | 353 |
Decimal | 216 | 127 | 235 |
Hex | D8 | 7F | EB |
Shades of #d87feb
Tints of #d87feb
RGB Percentages of Color #d87feb
CMYK Percentages of Color #d87feb
Complementary Color
#d87feb | #92eb7f |
#d87feb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d87feb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d87feb Color CSS Codes
.mybgcolor {background-color:#d87feb; } .myforecolor {color:#d87feb; } .mybordercolor {border:3px solid #d87feb; }
#d87feb Text Font Color
<p style="color:#d87feb">Text here</p>
This sample text font color is #d87feb
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.
#d87feb Background Color
<div style="background-color:#d87feb">
Div content here</div>
This div background color is #d87feb
#d87feb Border Color
<div style="border:3px solid #d87feb">
Div here</div>
This div border color is #d87feb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,127,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d87feb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d87feb; -webkit-box-shadow: 1px 1px 3px 2px #d87feb; box-shadow: 1px 1px 3px 2px #d87feb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,127,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d87feb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d87feb; -webkit-box-shadow: 1px 1px 3px 2px #d87feb; box-shadow: 1px 1px 3px 2px #d87feb;">
Div content here</div>
This div box has shadow with color #d87feb
Comments
No comments written yet.
Please login to write comment.