Color spaces of #bc069b
RGB | 188 | 6 | 155 |
---|---|---|---|
HSL | 0.86 | 0.94 | 0.38 |
HSV | 311° | 97° | 74° |
CMYK | 0.00 | 0.97 | 0.18 0.26 |
XYZ | 26.7206 | 13.1882 | 32.1476 |
Yxy | 13.1882 | 0.3708 | 0.1830 |
Hunter Lab | 36.3156 | 67.7862 | -27.0644 |
CIE-Lab | 43.0455 | 73.0399 | -31.3735 |
#bc069b color RGB value is (188,6,155).
#bc069b hex color red value is 188, green value is 6 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bc069b hue: 0.86 , saturation: 0.94 and the lightness value of bc069b is 0.38.
The process color (four color CMYK) of #bc069b color hex is 0.00, 0.97, 0.18, 0.26. Web safe color of #bc069b is #cc0099. Color #bc069b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 00000110 | 10011011 |
Octal | 274 | 6 | 233 |
Decimal | 188 | 6 | 155 |
Hex | BC | 6 | 9B |
Shades of #bc069b
Tints of #bc069b
RGB Percentages of Color #bc069b
CMYK Percentages of Color #bc069b
Complementary Color
#bc069b | #06bc27 |
#bc069b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc069b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc069b Color CSS Codes
.mybgcolor {background-color:#bc069b; } .myforecolor {color:#bc069b; } .mybordercolor {border:3px solid #bc069b; }
#bc069b Text Font Color
<p style="color:#bc069b">Text here</p>
This sample text font color is #bc069b
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.
#bc069b Background Color
<div style="background-color:#bc069b">
Div content here</div>
This div background color is #bc069b
#bc069b Border Color
<div style="border:3px solid #bc069b">
Div here</div>
This div border color is #bc069b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,6,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc069b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc069b; -webkit-box-shadow: 1px 1px 3px 2px #bc069b; box-shadow: 1px 1px 3px 2px #bc069b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,6,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc069b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc069b; -webkit-box-shadow: 1px 1px 3px 2px #bc069b; box-shadow: 1px 1px 3px 2px #bc069b;">
Div content here</div>
This div box has shadow with color #bc069b
Comments
No comments written yet.
Please login to write comment.