Color spaces of #bc3dac
RGB | 188 | 61 | 172 |
---|---|---|---|
HSL | 0.85 | 0.51 | 0.49 |
HSV | 308° | 68° | 74° |
CMYK | 0.00 | 0.68 | 0.09 0.26 |
XYZ | 29.8542 | 17.0074 | 40.7390 |
Yxy | 17.0074 | 0.3408 | 0.1941 |
Hunter Lab | 41.2400 | 57.0484 | -29.7017 |
CIE-Lab | 48.2694 | 62.8570 | -33.3072 |
#bc3dac color RGB value is (188,61,172).
#bc3dac hex color red value is 188, green value is 61 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bc3dac hue: 0.85 , saturation: 0.51 and the lightness value of bc3dac is 0.49.
The process color (four color CMYK) of #bc3dac color hex is 0.00, 0.68, 0.09, 0.26. Web safe color of #bc3dac is #cc3399. Color #bc3dac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 00111101 | 10101100 |
Octal | 274 | 75 | 254 |
Decimal | 188 | 61 | 172 |
Hex | BC | 3D | AC |
Shades of #bc3dac
Tints of #bc3dac
RGB Percentages of Color #bc3dac
CMYK Percentages of Color #bc3dac
Complementary Color
#bc3dac | #3dbc4d |
#bc3dac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc3dac Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc3dac Color CSS Codes
.mybgcolor {background-color:#bc3dac; } .myforecolor {color:#bc3dac; } .mybordercolor {border:3px solid #bc3dac; }
#bc3dac Text Font Color
<p style="color:#bc3dac">Text here</p>
This sample text font color is #bc3dac
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.
#bc3dac Background Color
<div style="background-color:#bc3dac">
Div content here</div>
This div background color is #bc3dac
#bc3dac Border Color
<div style="border:3px solid #bc3dac">
Div here</div>
This div border color is #bc3dac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,61,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc3dac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc3dac; -webkit-box-shadow: 1px 1px 3px 2px #bc3dac; box-shadow: 1px 1px 3px 2px #bc3dac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,61,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc3dac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc3dac; -webkit-box-shadow: 1px 1px 3px 2px #bc3dac; box-shadow: 1px 1px 3px 2px #bc3dac;">
Div content here</div>
This div box has shadow with color #bc3dac
Comments
No comments written yet.
Please login to write comment.