Color spaces of #bf7bfd
RGB | 191 | 123 | 253 |
---|---|---|---|
HSL | 0.75 | 0.97 | 0.74 |
HSV | 271° | 51° | 99° |
CMYK | 0.25 | 0.51 | 0.00 0.01 |
XYZ | 46.2984 | 32.3341 | 96.7294 |
Yxy | 32.3341 | 0.2640 | 0.1844 |
Hunter Lab | 56.8631 | 45.8258 | -61.0537 |
CIE-Lab | 63.6181 | 50.2291 | -54.9907 |
#bf7bfd color RGB value is (191,123,253).
#bf7bfd hex color red value is 191, green value is 123 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bf7bfd hue: 0.75 , saturation: 0.97 and the lightness value of bf7bfd is 0.74.
The process color (four color CMYK) of #bf7bfd color hex is 0.25, 0.51, 0.00, 0.01. Web safe color of #bf7bfd is #cc66ff. Color #bf7bfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 01111011 | 11111101 |
Octal | 277 | 173 | 375 |
Decimal | 191 | 123 | 253 |
Hex | BF | 7B | FD |
Shades of #bf7bfd
Tints of #bf7bfd
RGB Percentages of Color #bf7bfd
CMYK Percentages of Color #bf7bfd
Complementary Color
#bf7bfd | #b9fd7b |
#bf7bfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf7bfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf7bfd Color CSS Codes
.mybgcolor {background-color:#bf7bfd; } .myforecolor {color:#bf7bfd; } .mybordercolor {border:3px solid #bf7bfd; }
#bf7bfd Text Font Color
<p style="color:#bf7bfd">Text here</p>
This sample text font color is #bf7bfd
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.
#bf7bfd Background Color
<div style="background-color:#bf7bfd">
Div content here</div>
This div background color is #bf7bfd
#bf7bfd Border Color
<div style="border:3px solid #bf7bfd">
Div here</div>
This div border color is #bf7bfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,123,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf7bfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf7bfd; -webkit-box-shadow: 1px 1px 3px 2px #bf7bfd; box-shadow: 1px 1px 3px 2px #bf7bfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,123,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 #bf7bfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf7bfd; -webkit-box-shadow: 1px 1px 3px 2px #bf7bfd; box-shadow: 1px 1px 3px 2px #bf7bfd;">
Div content here</div>
This div box has shadow with color #bf7bfd
Comments
No comments written yet.
Please login to write comment.