Color spaces of #bd64fb
RGB | 189 | 100 | 251 |
---|---|---|---|
HSL | 0.76 | 0.95 | 0.69 |
HSV | 275° | 60° | 98° |
CMYK | 0.25 | 0.60 | 0.00 0.02 |
XYZ | 42.9560 | 26.8982 | 94.1946 |
Yxy | 26.8982 | 0.2618 | 0.1640 |
Hunter Lab | 51.8635 | 57.0818 | -71.3782 |
CIE-Lab | 58.8800 | 60.9474 | -61.4655 |
#bd64fb color RGB value is (189,100,251).
#bd64fb hex color red value is 189, green value is 100 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bd64fb hue: 0.76 , saturation: 0.95 and the lightness value of bd64fb is 0.69.
The process color (four color CMYK) of #bd64fb color hex is 0.25, 0.60, 0.00, 0.02. Web safe color of #bd64fb is #cc66ff. Color #bd64fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01100100 | 11111011 |
Octal | 275 | 144 | 373 |
Decimal | 189 | 100 | 251 |
Hex | BD | 64 | FB |
Shades of #bd64fb
Tints of #bd64fb
RGB Percentages of Color #bd64fb
CMYK Percentages of Color #bd64fb
Complementary Color
#bd64fb | #a2fb64 |
#bd64fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd64fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd64fb Color CSS Codes
.mybgcolor {background-color:#bd64fb; } .myforecolor {color:#bd64fb; } .mybordercolor {border:3px solid #bd64fb; }
#bd64fb Text Font Color
<p style="color:#bd64fb">Text here</p>
This sample text font color is #bd64fb
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.
#bd64fb Background Color
<div style="background-color:#bd64fb">
Div content here</div>
This div background color is #bd64fb
#bd64fb Border Color
<div style="border:3px solid #bd64fb">
Div here</div>
This div border color is #bd64fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,100,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd64fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd64fb; -webkit-box-shadow: 1px 1px 3px 2px #bd64fb; box-shadow: 1px 1px 3px 2px #bd64fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,100,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd64fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd64fb; -webkit-box-shadow: 1px 1px 3px 2px #bd64fb; box-shadow: 1px 1px 3px 2px #bd64fb;">
Div content here</div>
This div box has shadow with color #bd64fb
Comments
No comments written yet.
Please login to write comment.