Color spaces of #bc31aa
RGB | 188 | 49 | 170 |
---|---|---|---|
HSL | 0.85 | 0.59 | 0.46 |
HSV | 308° | 74° | 74° |
CMYK | 0.00 | 0.74 | 0.10 0.26 |
XYZ | 29.0930 | 15.7903 | 39.5447 |
Yxy | 15.7903 | 0.3446 | 0.1870 |
Hunter Lab | 39.7370 | 61.1470 | -31.1872 |
CIE-Lab | 46.6982 | 66.7158 | -34.5938 |
#bc31aa color RGB value is (188,49,170).
#bc31aa hex color red value is 188, green value is 49 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bc31aa hue: 0.85 , saturation: 0.59 and the lightness value of bc31aa is 0.46.
The process color (four color CMYK) of #bc31aa color hex is 0.00, 0.74, 0.10, 0.26. Web safe color of #bc31aa is #cc3399. Color #bc31aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 00110001 | 10101010 |
Octal | 274 | 61 | 252 |
Decimal | 188 | 49 | 170 |
Hex | BC | 31 | AA |
Shades of #bc31aa
Tints of #bc31aa
RGB Percentages of Color #bc31aa
CMYK Percentages of Color #bc31aa
Complementary Color
#bc31aa | #31bc43 |
#bc31aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc31aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc31aa Color CSS Codes
.mybgcolor {background-color:#bc31aa; } .myforecolor {color:#bc31aa; } .mybordercolor {border:3px solid #bc31aa; }
#bc31aa Text Font Color
<p style="color:#bc31aa">Text here</p>
This sample text font color is #bc31aa
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.
#bc31aa Background Color
<div style="background-color:#bc31aa">
Div content here</div>
This div background color is #bc31aa
#bc31aa Border Color
<div style="border:3px solid #bc31aa">
Div here</div>
This div border color is #bc31aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,49,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc31aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc31aa; -webkit-box-shadow: 1px 1px 3px 2px #bc31aa; box-shadow: 1px 1px 3px 2px #bc31aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,49,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc31aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc31aa; -webkit-box-shadow: 1px 1px 3px 2px #bc31aa; box-shadow: 1px 1px 3px 2px #bc31aa;">
Div content here</div>
This div box has shadow with color #bc31aa
Comments
No comments written yet.
Please login to write comment.