Color spaces of #bf73fa
RGB | 191 | 115 | 250 |
---|---|---|---|
HSL | 0.76 | 0.93 | 0.72 |
HSV | 274° | 54° | 98° |
CMYK | 0.24 | 0.54 | 0.00 0.02 |
XYZ | 44.8719 | 30.2400 | 93.9144 |
Yxy | 30.2400 | 0.2655 | 0.1789 |
Hunter Lab | 54.9909 | 49.4197 | -62.7628 |
CIE-Lab | 61.8608 | 53.7211 | -56.1371 |
#bf73fa color RGB value is (191,115,250).
#bf73fa hex color red value is 191, green value is 115 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bf73fa hue: 0.76 , saturation: 0.93 and the lightness value of bf73fa is 0.72.
The process color (four color CMYK) of #bf73fa color hex is 0.24, 0.54, 0.00, 0.02. Web safe color of #bf73fa is #cc66ff. Color #bf73fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 01110011 | 11111010 |
Octal | 277 | 163 | 372 |
Decimal | 191 | 115 | 250 |
Hex | BF | 73 | FA |
Shades of #bf73fa
Tints of #bf73fa
RGB Percentages of Color #bf73fa
CMYK Percentages of Color #bf73fa
Complementary Color
#bf73fa | #aefa73 |
#bf73fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf73fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf73fa Color CSS Codes
.mybgcolor {background-color:#bf73fa; } .myforecolor {color:#bf73fa; } .mybordercolor {border:3px solid #bf73fa; }
#bf73fa Text Font Color
<p style="color:#bf73fa">Text here</p>
This sample text font color is #bf73fa
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.
#bf73fa Background Color
<div style="background-color:#bf73fa">
Div content here</div>
This div background color is #bf73fa
#bf73fa Border Color
<div style="border:3px solid #bf73fa">
Div here</div>
This div border color is #bf73fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,115,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf73fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf73fa; -webkit-box-shadow: 1px 1px 3px 2px #bf73fa; box-shadow: 1px 1px 3px 2px #bf73fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,115,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 #bf73fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf73fa; -webkit-box-shadow: 1px 1px 3px 2px #bf73fa; box-shadow: 1px 1px 3px 2px #bf73fa;">
Div content here</div>
This div box has shadow with color #bf73fa
Comments
No comments written yet.
Please login to write comment.