Color spaces of #d99bfc
RGB | 217 | 155 | 252 |
---|---|---|---|
HSL | 0.77 | 0.94 | 0.80 |
HSV | 278° | 38° | 99° |
CMYK | 0.14 | 0.38 | 0.00 0.01 |
XYZ | 57.9073 | 45.2227 | 97.7723 |
Yxy | 45.2227 | 0.2882 | 0.2251 |
Hunter Lab | 67.2478 | 36.0232 | -39.1289 |
CIE-Lab | 73.0383 | 40.0865 | -39.4374 |
#d99bfc color RGB value is (217,155,252).
#d99bfc hex color red value is 217, green value is 155 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d99bfc hue: 0.77 , saturation: 0.94 and the lightness value of d99bfc is 0.80.
The process color (four color CMYK) of #d99bfc color hex is 0.14, 0.38, 0.00, 0.01. Web safe color of #d99bfc is #cc99ff. Color #d99bfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 10011011 | 11111100 |
Octal | 331 | 233 | 374 |
Decimal | 217 | 155 | 252 |
Hex | D9 | 9B | FC |
Shades of #d99bfc
Tints of #d99bfc
RGB Percentages of Color #d99bfc
CMYK Percentages of Color #d99bfc
Complementary Color
#d99bfc | #befc9b |
#d99bfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d99bfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d99bfc Color CSS Codes
.mybgcolor {background-color:#d99bfc; } .myforecolor {color:#d99bfc; } .mybordercolor {border:3px solid #d99bfc; }
#d99bfc Text Font Color
<p style="color:#d99bfc">Text here</p>
This sample text font color is #d99bfc
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.
#d99bfc Background Color
<div style="background-color:#d99bfc">
Div content here</div>
This div background color is #d99bfc
#d99bfc Border Color
<div style="border:3px solid #d99bfc">
Div here</div>
This div border color is #d99bfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,155,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d99bfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d99bfc; -webkit-box-shadow: 1px 1px 3px 2px #d99bfc; box-shadow: 1px 1px 3px 2px #d99bfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,155,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d99bfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d99bfc; -webkit-box-shadow: 1px 1px 3px 2px #d99bfc; box-shadow: 1px 1px 3px 2px #d99bfc;">
Div content here</div>
This div box has shadow with color #d99bfc
Comments
No comments written yet.
Please login to write comment.