Color spaces of #bc6abb
RGB | 188 | 106 | 187 |
---|---|---|---|
HSL | 0.84 | 0.38 | 0.58 |
HSV | 301° | 44° | 74° |
CMYK | 0.00 | 0.44 | 0.01 0.26 |
XYZ | 34.8627 | 24.5873 | 49.9221 |
Yxy | 24.5873 | 0.3188 | 0.2248 |
Hunter Lab | 49.5856 | 38.7253 | -24.9825 |
CIE-Lab | 56.6711 | 44.6756 | -28.9251 |
#bc6abb color RGB value is (188,106,187).
#bc6abb hex color red value is 188, green value is 106 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bc6abb hue: 0.84 , saturation: 0.38 and the lightness value of bc6abb is 0.58.
The process color (four color CMYK) of #bc6abb color hex is 0.00, 0.44, 0.01, 0.26. Web safe color of #bc6abb is #cc66cc. Color #bc6abb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 01101010 | 10111011 |
Octal | 274 | 152 | 273 |
Decimal | 188 | 106 | 187 |
Hex | BC | 6A | BB |
Shades of #bc6abb
Tints of #bc6abb
RGB Percentages of Color #bc6abb
CMYK Percentages of Color #bc6abb
Complementary Color
#bc6abb | #6abc6b |
#bc6abb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc6abb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc6abb Color CSS Codes
.mybgcolor {background-color:#bc6abb; } .myforecolor {color:#bc6abb; } .mybordercolor {border:3px solid #bc6abb; }
#bc6abb Text Font Color
<p style="color:#bc6abb">Text here</p>
This sample text font color is #bc6abb
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.
#bc6abb Background Color
<div style="background-color:#bc6abb">
Div content here</div>
This div background color is #bc6abb
#bc6abb Border Color
<div style="border:3px solid #bc6abb">
Div here</div>
This div border color is #bc6abb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,106,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc6abb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc6abb; -webkit-box-shadow: 1px 1px 3px 2px #bc6abb; box-shadow: 1px 1px 3px 2px #bc6abb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,106,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc6abb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc6abb; -webkit-box-shadow: 1px 1px 3px 2px #bc6abb; box-shadow: 1px 1px 3px 2px #bc6abb;">
Div content here</div>
This div box has shadow with color #bc6abb
Comments
No comments written yet.
Please login to write comment.