Color spaces of #bd5afb
RGB | 189 | 90 | 251 |
---|---|---|---|
HSL | 0.77 | 0.95 | 0.67 |
HSV | 277° | 64° | 98° |
CMYK | 0.25 | 0.64 | 0.00 0.02 |
XYZ | 42.0550 | 25.0962 | 93.8943 |
Yxy | 25.0962 | 0.2611 | 0.1558 |
Hunter Lab | 50.0961 | 62.1801 | -76.0590 |
CIE-Lab | 57.1690 | 65.6204 | -64.2126 |
#bd5afb color RGB value is (189,90,251).
#bd5afb hex color red value is 189, green value is 90 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bd5afb hue: 0.77 , saturation: 0.95 and the lightness value of bd5afb is 0.67.
The process color (four color CMYK) of #bd5afb color hex is 0.25, 0.64, 0.00, 0.02. Web safe color of #bd5afb is #cc66ff. Color #bd5afb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01011010 | 11111011 |
Octal | 275 | 132 | 373 |
Decimal | 189 | 90 | 251 |
Hex | BD | 5A | FB |
Shades of #bd5afb
Tints of #bd5afb
RGB Percentages of Color #bd5afb
CMYK Percentages of Color #bd5afb
Complementary Color
#bd5afb | #98fb5a |
#bd5afb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd5afb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd5afb Color CSS Codes
.mybgcolor {background-color:#bd5afb; } .myforecolor {color:#bd5afb; } .mybordercolor {border:3px solid #bd5afb; }
#bd5afb Text Font Color
<p style="color:#bd5afb">Text here</p>
This sample text font color is #bd5afb
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.
#bd5afb Background Color
<div style="background-color:#bd5afb">
Div content here</div>
This div background color is #bd5afb
#bd5afb Border Color
<div style="border:3px solid #bd5afb">
Div here</div>
This div border color is #bd5afb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,90,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd5afb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd5afb; -webkit-box-shadow: 1px 1px 3px 2px #bd5afb; box-shadow: 1px 1px 3px 2px #bd5afb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,90,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 #bd5afb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd5afb; -webkit-box-shadow: 1px 1px 3px 2px #bd5afb; box-shadow: 1px 1px 3px 2px #bd5afb;">
Div content here</div>
This div box has shadow with color #bd5afb
Comments
No comments written yet.
Please login to write comment.