Color spaces of #bc4290
RGB | 188 | 66 | 144 |
---|---|---|---|
HSL | 0.89 | 0.48 | 0.50 |
HSV | 322° | 65° | 74° |
CMYK | 0.00 | 0.65 | 0.23 0.26 |
XYZ | 27.7213 | 16.6014 | 28.1289 |
Yxy | 16.6014 | 0.3826 | 0.2291 |
Hunter Lab | 40.7448 | 50.1415 | -12.4105 |
CIE-Lab | 47.7538 | 56.7842 | -17.4576 |
#bc4290 color RGB value is (188,66,144).
#bc4290 hex color red value is 188, green value is 66 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bc4290 hue: 0.89 , saturation: 0.48 and the lightness value of bc4290 is 0.50.
The process color (four color CMYK) of #bc4290 color hex is 0.00, 0.65, 0.23, 0.26. Web safe color of #bc4290 is #cc3399. Color #bc4290 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01000010 | 10010000 |
Octal | 274 | 102 | 220 |
Decimal | 188 | 66 | 144 |
Hex | BC | 42 | 90 |
Shades of #bc4290
Tints of #bc4290
RGB Percentages of Color #bc4290
CMYK Percentages of Color #bc4290
Complementary Color
#bc4290 | #42bc6e |
#bc4290 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc4290 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc4290 Color CSS Codes
.mybgcolor {background-color:#bc4290; } .myforecolor {color:#bc4290; } .mybordercolor {border:3px solid #bc4290; }
#bc4290 Text Font Color
<p style="color:#bc4290">Text here</p>
This sample text font color is #bc4290
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.
#bc4290 Background Color
<div style="background-color:#bc4290">
Div content here</div>
This div background color is #bc4290
#bc4290 Border Color
<div style="border:3px solid #bc4290">
Div here</div>
This div border color is #bc4290
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,66,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc4290; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc4290; -webkit-box-shadow: 1px 1px 3px 2px #bc4290; box-shadow: 1px 1px 3px 2px #bc4290; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,66,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc4290">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc4290; -webkit-box-shadow: 1px 1px 3px 2px #bc4290; box-shadow: 1px 1px 3px 2px #bc4290;">
Div content here</div>
This div box has shadow with color #bc4290
Comments
No comments written yet.
Please login to write comment.