Color spaces of #bf9efd
RGB | 191 | 158 | 253 |
---|---|---|---|
HSL | 0.72 | 0.96 | 0.81 |
HSV | 261° | 38° | 99° |
CMYK | 0.25 | 0.38 | 0.00 0.01 |
XYZ | 51.4423 | 42.6219 | 98.4441 |
Yxy | 42.6219 | 0.2672 | 0.2214 |
Hunter Lab | 65.2855 | 26.4013 | -43.7037 |
CIE-Lab | 71.2976 | 31.1889 | -42.8795 |
#bf9efd color RGB value is (191,158,253).
#bf9efd hex color red value is 191, green value is 158 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bf9efd hue: 0.72 , saturation: 0.96 and the lightness value of bf9efd is 0.81.
The process color (four color CMYK) of #bf9efd color hex is 0.25, 0.38, 0.00, 0.01. Web safe color of #bf9efd is #cc99ff. Color #bf9efd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10011110 | 11111101 |
Octal | 277 | 236 | 375 |
Decimal | 191 | 158 | 253 |
Hex | BF | 9E | FD |
Shades of #bf9efd
Tints of #bf9efd
RGB Percentages of Color #bf9efd
CMYK Percentages of Color #bf9efd
Complementary Color
#bf9efd | #dcfd9e |
#bf9efd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf9efd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf9efd Color CSS Codes
.mybgcolor {background-color:#bf9efd; } .myforecolor {color:#bf9efd; } .mybordercolor {border:3px solid #bf9efd; }
#bf9efd Text Font Color
<p style="color:#bf9efd">Text here</p>
This sample text font color is #bf9efd
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.
#bf9efd Background Color
<div style="background-color:#bf9efd">
Div content here</div>
This div background color is #bf9efd
#bf9efd Border Color
<div style="border:3px solid #bf9efd">
Div here</div>
This div border color is #bf9efd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,158,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf9efd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf9efd; -webkit-box-shadow: 1px 1px 3px 2px #bf9efd; box-shadow: 1px 1px 3px 2px #bf9efd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,158,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf9efd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf9efd; -webkit-box-shadow: 1px 1px 3px 2px #bf9efd; box-shadow: 1px 1px 3px 2px #bf9efd;">
Div content here</div>
This div box has shadow with color #bf9efd
Comments
No comments written yet.
Please login to write comment.