Color spaces of #bc7bea
RGB | 188 | 123 | 234 |
---|---|---|---|
HSL | 0.76 | 0.73 | 0.70 |
HSV | 275° | 47° | 92° |
CMYK | 0.20 | 0.47 | 0.00 0.08 |
XYZ | 42.6733 | 30.7978 | 81.5373 |
Yxy | 30.7978 | 0.2753 | 0.1987 |
Hunter Lab | 55.4958 | 40.1394 | -48.2650 |
CIE-Lab | 62.3366 | 45.2047 | -46.5563 |
#bc7bea color RGB value is (188,123,234).
#bc7bea hex color red value is 188, green value is 123 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bc7bea hue: 0.76 , saturation: 0.73 and the lightness value of bc7bea is 0.70.
The process color (four color CMYK) of #bc7bea color hex is 0.20, 0.47, 0.00, 0.08. Web safe color of #bc7bea is #cc66ff. Color #bc7bea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01111011 | 11101010 |
Octal | 274 | 173 | 352 |
Decimal | 188 | 123 | 234 |
Hex | BC | 7B | EA |
Shades of #bc7bea
Tints of #bc7bea
RGB Percentages of Color #bc7bea
CMYK Percentages of Color #bc7bea
Complementary Color
#bc7bea | #a9ea7b |
#bc7bea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc7bea Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc7bea Color CSS Codes
.mybgcolor {background-color:#bc7bea; } .myforecolor {color:#bc7bea; } .mybordercolor {border:3px solid #bc7bea; }
#bc7bea Text Font Color
<p style="color:#bc7bea">Text here</p>
This sample text font color is #bc7bea
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.
#bc7bea Background Color
<div style="background-color:#bc7bea">
Div content here</div>
This div background color is #bc7bea
#bc7bea Border Color
<div style="border:3px solid #bc7bea">
Div here</div>
This div border color is #bc7bea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,123,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc7bea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc7bea; -webkit-box-shadow: 1px 1px 3px 2px #bc7bea; box-shadow: 1px 1px 3px 2px #bc7bea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,123,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc7bea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc7bea; -webkit-box-shadow: 1px 1px 3px 2px #bc7bea; box-shadow: 1px 1px 3px 2px #bc7bea;">
Div content here</div>
This div box has shadow with color #bc7bea
Comments
No comments written yet.
Please login to write comment.