Color spaces of #bc5aca
RGB | 188 | 90 | 202 |
---|---|---|---|
HSL | 0.81 | 0.51 | 0.57 |
HSV | 293° | 55° | 79° |
CMYK | 0.07 | 0.55 | 0.00 0.21 |
XYZ | 35.0559 | 22.2680 | 58.3276 |
Yxy | 22.2680 | 0.3031 | 0.1925 |
Hunter Lab | 47.1890 | 50.0239 | -40.2527 |
CIE-Lab | 54.3102 | 55.5117 | -41.2062 |
#bc5aca color RGB value is (188,90,202).
#bc5aca hex color red value is 188, green value is 90 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bc5aca hue: 0.81 , saturation: 0.51 and the lightness value of bc5aca is 0.57.
The process color (four color CMYK) of #bc5aca color hex is 0.07, 0.55, 0.00, 0.21. Web safe color of #bc5aca is #cc66cc. Color #bc5aca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01011010 | 11001010 |
Octal | 274 | 132 | 312 |
Decimal | 188 | 90 | 202 |
Hex | BC | 5A | CA |
Shades of #bc5aca
Tints of #bc5aca
RGB Percentages of Color #bc5aca
CMYK Percentages of Color #bc5aca
Complementary Color
#bc5aca | #68ca5a |
#bc5aca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc5aca Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc5aca Color CSS Codes
.mybgcolor {background-color:#bc5aca; } .myforecolor {color:#bc5aca; } .mybordercolor {border:3px solid #bc5aca; }
#bc5aca Text Font Color
<p style="color:#bc5aca">Text here</p>
This sample text font color is #bc5aca
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.
#bc5aca Background Color
<div style="background-color:#bc5aca">
Div content here</div>
This div background color is #bc5aca
#bc5aca Border Color
<div style="border:3px solid #bc5aca">
Div here</div>
This div border color is #bc5aca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,90,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc5aca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc5aca; -webkit-box-shadow: 1px 1px 3px 2px #bc5aca; box-shadow: 1px 1px 3px 2px #bc5aca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,90,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc5aca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc5aca; -webkit-box-shadow: 1px 1px 3px 2px #bc5aca; box-shadow: 1px 1px 3px 2px #bc5aca;">
Div content here</div>
This div box has shadow with color #bc5aca
Comments
No comments written yet.
Please login to write comment.