Color spaces of #bc88df
RGB | 188 | 136 | 223 |
---|---|---|---|
HSL | 0.77 | 0.58 | 0.70 |
HSV | 276° | 39° | 87° |
CMYK | 0.16 | 0.39 | 0.00 0.13 |
XYZ | 42.8625 | 33.6274 | 74.0437 |
Yxy | 33.6274 | 0.2847 | 0.2234 |
Hunter Lab | 57.9891 | 30.4568 | -35.1123 |
CIE-Lab | 64.6657 | 35.7302 | -36.7969 |
#bc88df color RGB value is (188,136,223).
#bc88df hex color red value is 188, green value is 136 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bc88df hue: 0.77 , saturation: 0.58 and the lightness value of bc88df is 0.70.
The process color (four color CMYK) of #bc88df color hex is 0.16, 0.39, 0.00, 0.13. Web safe color of #bc88df is #cc99cc. Color #bc88df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10001000 | 11011111 |
Octal | 274 | 210 | 337 |
Decimal | 188 | 136 | 223 |
Hex | BC | 88 | DF |
Shades of #bc88df
Tints of #bc88df
RGB Percentages of Color #bc88df
CMYK Percentages of Color #bc88df
Complementary Color
#bc88df | #abdf88 |
#bc88df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc88df Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc88df Color CSS Codes
.mybgcolor {background-color:#bc88df; } .myforecolor {color:#bc88df; } .mybordercolor {border:3px solid #bc88df; }
#bc88df Text Font Color
<p style="color:#bc88df">Text here</p>
This sample text font color is #bc88df
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.
#bc88df Background Color
<div style="background-color:#bc88df">
Div content here</div>
This div background color is #bc88df
#bc88df Border Color
<div style="border:3px solid #bc88df">
Div here</div>
This div border color is #bc88df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,136,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc88df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc88df; -webkit-box-shadow: 1px 1px 3px 2px #bc88df; box-shadow: 1px 1px 3px 2px #bc88df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,136,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc88df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc88df; -webkit-box-shadow: 1px 1px 3px 2px #bc88df; box-shadow: 1px 1px 3px 2px #bc88df;">
Div content here</div>
This div box has shadow with color #bc88df
Comments
No comments written yet.
Please login to write comment.