Color spaces of #bfbdfa
RGB | 191 | 189 | 250 |
---|---|---|---|
HSL | 0.67 | 0.86 | 0.86 |
HSV | 242° | 24° | 98° |
CMYK | 0.24 | 0.24 | 0.00 0.02 |
XYZ | 56.9388 | 54.3737 | 97.9367 |
Yxy | 54.3737 | 0.2721 | 0.2599 |
Hunter Lab | 73.7385 | 8.7902 | -27.1298 |
CIE-Lab | 78.6791 | 13.3961 | -29.8199 |
#bfbdfa color RGB value is (191,189,250).
#bfbdfa hex color red value is 191, green value is 189 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bfbdfa hue: 0.67 , saturation: 0.86 and the lightness value of bfbdfa is 0.86.
The process color (four color CMYK) of #bfbdfa color hex is 0.24, 0.24, 0.00, 0.02. Web safe color of #bfbdfa is #ccccff. Color #bfbdfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10111101 | 11111010 |
Octal | 277 | 275 | 372 |
Decimal | 191 | 189 | 250 |
Hex | BF | BD | FA |
Shades of #bfbdfa
Tints of #bfbdfa
RGB Percentages of Color #bfbdfa
CMYK Percentages of Color #bfbdfa
Complementary Color
#bfbdfa | #f8fabd |
#bfbdfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfbdfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfbdfa Color CSS Codes
.mybgcolor {background-color:#bfbdfa; } .myforecolor {color:#bfbdfa; } .mybordercolor {border:3px solid #bfbdfa; }
#bfbdfa Text Font Color
<p style="color:#bfbdfa">Text here</p>
This sample text font color is #bfbdfa
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.
#bfbdfa Background Color
<div style="background-color:#bfbdfa">
Div content here</div>
This div background color is #bfbdfa
#bfbdfa Border Color
<div style="border:3px solid #bfbdfa">
Div here</div>
This div border color is #bfbdfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,189,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfbdfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfbdfa; -webkit-box-shadow: 1px 1px 3px 2px #bfbdfa; box-shadow: 1px 1px 3px 2px #bfbdfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,189,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfbdfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfbdfa; -webkit-box-shadow: 1px 1px 3px 2px #bfbdfa; box-shadow: 1px 1px 3px 2px #bfbdfa;">
Div content here</div>
This div box has shadow with color #bfbdfa
Comments
No comments written yet.
Please login to write comment.