Color spaces of #bd8ffb
RGB | 189 | 143 | 251 |
---|---|---|---|
HSL | 0.74 | 0.93 | 0.77 |
HSV | 266° | 43° | 98° |
CMYK | 0.25 | 0.43 | 0.00 0.02 |
XYZ | 48.2213 | 37.4288 | 95.9497 |
Yxy | 37.4288 | 0.2655 | 0.2061 |
Hunter Lab | 61.1791 | 33.6302 | -50.1616 |
CIE-Lab | 67.5975 | 38.4491 | -47.6116 |
#bd8ffb color RGB value is (189,143,251).
#bd8ffb hex color red value is 189, green value is 143 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bd8ffb hue: 0.74 , saturation: 0.93 and the lightness value of bd8ffb is 0.77.
The process color (four color CMYK) of #bd8ffb color hex is 0.25, 0.43, 0.00, 0.02. Web safe color of #bd8ffb is #cc99ff. Color #bd8ffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10001111 | 11111011 |
Octal | 275 | 217 | 373 |
Decimal | 189 | 143 | 251 |
Hex | BD | 8F | FB |
Shades of #bd8ffb
Tints of #bd8ffb
RGB Percentages of Color #bd8ffb
CMYK Percentages of Color #bd8ffb
Complementary Color
#bd8ffb | #cdfb8f |
#bd8ffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd8ffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd8ffb Color CSS Codes
.mybgcolor {background-color:#bd8ffb; } .myforecolor {color:#bd8ffb; } .mybordercolor {border:3px solid #bd8ffb; }
#bd8ffb Text Font Color
<p style="color:#bd8ffb">Text here</p>
This sample text font color is #bd8ffb
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.
#bd8ffb Background Color
<div style="background-color:#bd8ffb">
Div content here</div>
This div background color is #bd8ffb
#bd8ffb Border Color
<div style="border:3px solid #bd8ffb">
Div here</div>
This div border color is #bd8ffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,143,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd8ffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd8ffb; -webkit-box-shadow: 1px 1px 3px 2px #bd8ffb; box-shadow: 1px 1px 3px 2px #bd8ffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,143,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 #bd8ffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd8ffb; -webkit-box-shadow: 1px 1px 3px 2px #bd8ffb; box-shadow: 1px 1px 3px 2px #bd8ffb;">
Div content here</div>
This div box has shadow with color #bd8ffb
Comments
No comments written yet.
Please login to write comment.