Color spaces of #bc68bf
RGB | 188 | 104 | 191 |
---|---|---|---|
HSL | 0.83 | 0.40 | 0.58 |
HSV | 298° | 46° | 75° |
CMYK | 0.02 | 0.46 | 0.00 0.25 |
XYZ | 35.0933 | 24.3536 | 52.1413 |
Yxy | 24.3536 | 0.3145 | 0.2182 |
Hunter Lab | 49.3494 | 40.5734 | -28.0998 |
CIE-Lab | 56.4401 | 46.4586 | -31.5755 |
#bc68bf color RGB value is (188,104,191).
#bc68bf hex color red value is 188, green value is 104 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bc68bf hue: 0.83 , saturation: 0.40 and the lightness value of bc68bf is 0.58.
The process color (four color CMYK) of #bc68bf color hex is 0.02, 0.46, 0.00, 0.25. Web safe color of #bc68bf is #cc66cc. Color #bc68bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01101000 | 10111111 |
Octal | 274 | 150 | 277 |
Decimal | 188 | 104 | 191 |
Hex | BC | 68 | BF |
Shades of #bc68bf
Tints of #bc68bf
RGB Percentages of Color #bc68bf
CMYK Percentages of Color #bc68bf
Complementary Color
#bc68bf | #6bbf68 |
#bc68bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc68bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc68bf Color CSS Codes
.mybgcolor {background-color:#bc68bf; } .myforecolor {color:#bc68bf; } .mybordercolor {border:3px solid #bc68bf; }
#bc68bf Text Font Color
<p style="color:#bc68bf">Text here</p>
This sample text font color is #bc68bf
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.
#bc68bf Background Color
<div style="background-color:#bc68bf">
Div content here</div>
This div background color is #bc68bf
#bc68bf Border Color
<div style="border:3px solid #bc68bf">
Div here</div>
This div border color is #bc68bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,104,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc68bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc68bf; -webkit-box-shadow: 1px 1px 3px 2px #bc68bf; box-shadow: 1px 1px 3px 2px #bc68bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,104,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc68bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc68bf; -webkit-box-shadow: 1px 1px 3px 2px #bc68bf; box-shadow: 1px 1px 3px 2px #bc68bf;">
Div content here</div>
This div box has shadow with color #bc68bf
Comments
No comments written yet.
Please login to write comment.