Color spaces of #bd88fc
RGB | 189 | 136 | 252 |
---|---|---|---|
HSL | 0.74 | 0.95 | 0.76 |
HSV | 267° | 46° | 99° |
CMYK | 0.25 | 0.46 | 0.00 0.01 |
XYZ | 47.3611 | 35.4554 | 96.4428 |
Yxy | 35.4554 | 0.2642 | 0.1978 |
Hunter Lab | 59.5444 | 37.7745 | -54.3496 |
CIE-Lab | 66.1017 | 42.5111 | -50.5185 |
#bd88fc color RGB value is (189,136,252).
#bd88fc hex color red value is 189, green value is 136 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bd88fc hue: 0.74 , saturation: 0.95 and the lightness value of bd88fc is 0.76.
The process color (four color CMYK) of #bd88fc color hex is 0.25, 0.46, 0.00, 0.01. Web safe color of #bd88fc is #cc99ff. Color #bd88fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10001000 | 11111100 |
Octal | 275 | 210 | 374 |
Decimal | 189 | 136 | 252 |
Hex | BD | 88 | FC |
Shades of #bd88fc
Tints of #bd88fc
RGB Percentages of Color #bd88fc
CMYK Percentages of Color #bd88fc
Complementary Color
#bd88fc | #c7fc88 |
#bd88fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd88fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd88fc Color CSS Codes
.mybgcolor {background-color:#bd88fc; } .myforecolor {color:#bd88fc; } .mybordercolor {border:3px solid #bd88fc; }
#bd88fc Text Font Color
<p style="color:#bd88fc">Text here</p>
This sample text font color is #bd88fc
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.
#bd88fc Background Color
<div style="background-color:#bd88fc">
Div content here</div>
This div background color is #bd88fc
#bd88fc Border Color
<div style="border:3px solid #bd88fc">
Div here</div>
This div border color is #bd88fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,136,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd88fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd88fc; -webkit-box-shadow: 1px 1px 3px 2px #bd88fc; box-shadow: 1px 1px 3px 2px #bd88fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,136,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd88fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd88fc; -webkit-box-shadow: 1px 1px 3px 2px #bd88fc; box-shadow: 1px 1px 3px 2px #bd88fc;">
Div content here</div>
This div box has shadow with color #bd88fc
Related Colors
Comments
No comments written yet.
Please login to write comment.