Color spaces of #d4bfda
RGB | 212 | 191 | 218 |
---|---|---|---|
HSL | 0.80 | 0.27 | 0.80 |
HSV | 287° | 12° | 85° |
CMYK | 0.03 | 0.12 | 0.00 0.15 |
XYZ | 58.4371 | 56.3206 | 74.1207 |
Yxy | 56.3206 | 0.3094 | 0.2982 |
Hunter Lab | 75.0471 | 7.6608 | -6.0252 |
CIE-Lab | 79.7959 | 12.2475 | -10.7713 |
#d4bfda color RGB value is (212,191,218).
#d4bfda hex color red value is 212, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d4bfda hue: 0.80 , saturation: 0.27 and the lightness value of d4bfda is 0.80.
The process color (four color CMYK) of #d4bfda color hex is 0.03, 0.12, 0.00, 0.15. Web safe color of #d4bfda is #cccccc. Color #d4bfda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 10111111 | 11011010 |
Octal | 324 | 277 | 332 |
Decimal | 212 | 191 | 218 |
Hex | D4 | BF | DA |
Shades of #d4bfda
Tints of #d4bfda
RGB Percentages of Color #d4bfda
CMYK Percentages of Color #d4bfda
Complementary Color
#d4bfda | #c5dabf |
#d4bfda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4bfda Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4bfda Color CSS Codes
.mybgcolor {background-color:#d4bfda; } .myforecolor {color:#d4bfda; } .mybordercolor {border:3px solid #d4bfda; }
#d4bfda Text Font Color
<p style="color:#d4bfda">Text here</p>
This sample text font color is #d4bfda
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.
#d4bfda Background Color
<div style="background-color:#d4bfda">
Div content here</div>
This div background color is #d4bfda
#d4bfda Border Color
<div style="border:3px solid #d4bfda">
Div here</div>
This div border color is #d4bfda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,191,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4bfda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4bfda; -webkit-box-shadow: 1px 1px 3px 2px #d4bfda; box-shadow: 1px 1px 3px 2px #d4bfda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,191,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d4bfda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4bfda; -webkit-box-shadow: 1px 1px 3px 2px #d4bfda; box-shadow: 1px 1px 3px 2px #d4bfda;">
Div content here</div>
This div box has shadow with color #d4bfda
Comments
No comments written yet.
Please login to write comment.