Color spaces of #bc4fbf
RGB | 188 | 79 | 191 |
---|---|---|---|
HSL | 0.83 | 0.47 | 0.53 |
HSV | 298° | 59° | 75° |
CMYK | 0.02 | 0.59 | 0.00 0.25 |
XYZ | 32.9390 | 20.0449 | 51.4232 |
Yxy | 20.0449 | 0.3155 | 0.1920 |
Hunter Lab | 44.7715 | 52.9746 | -36.7586 |
CIE-Lab | 51.8879 | 58.5846 | -38.7024 |
#bc4fbf color RGB value is (188,79,191).
#bc4fbf hex color red value is 188, green value is 79 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bc4fbf hue: 0.83 , saturation: 0.47 and the lightness value of bc4fbf is 0.53.
The process color (four color CMYK) of #bc4fbf color hex is 0.02, 0.59, 0.00, 0.25. Web safe color of #bc4fbf is #cc66cc. Color #bc4fbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01001111 | 10111111 |
Octal | 274 | 117 | 277 |
Decimal | 188 | 79 | 191 |
Hex | BC | 4F | BF |
Shades of #bc4fbf
Tints of #bc4fbf
RGB Percentages of Color #bc4fbf
CMYK Percentages of Color #bc4fbf
Complementary Color
#bc4fbf | #52bf4f |
#bc4fbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc4fbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc4fbf Color CSS Codes
.mybgcolor {background-color:#bc4fbf; } .myforecolor {color:#bc4fbf; } .mybordercolor {border:3px solid #bc4fbf; }
#bc4fbf Text Font Color
<p style="color:#bc4fbf">Text here</p>
This sample text font color is #bc4fbf
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.
#bc4fbf Background Color
<div style="background-color:#bc4fbf">
Div content here</div>
This div background color is #bc4fbf
#bc4fbf Border Color
<div style="border:3px solid #bc4fbf">
Div here</div>
This div border color is #bc4fbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,79,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc4fbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc4fbf; -webkit-box-shadow: 1px 1px 3px 2px #bc4fbf; box-shadow: 1px 1px 3px 2px #bc4fbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,79,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 #bc4fbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc4fbf; -webkit-box-shadow: 1px 1px 3px 2px #bc4fbf; box-shadow: 1px 1px 3px 2px #bc4fbf;">
Div content here</div>
This div box has shadow with color #bc4fbf
Comments
No comments written yet.
Please login to write comment.