Color spaces of #bc068b
RGB | 188 | 6 | 139 |
---|---|---|---|
HSL | 0.88 | 0.94 | 0.38 |
HSV | 316° | 97° | 74° |
CMYK | 0.00 | 0.97 | 0.26 0.26 |
XYZ | 25.4644 | 12.6857 | 25.5326 |
Yxy | 12.6857 | 0.3999 | 0.1992 |
Hunter Lab | 35.6170 | 65.2890 | -17.5711 |
CIE-Lab | 42.2858 | 71.0988 | -22.8390 |
#bc068b color RGB value is (188,6,139).
#bc068b hex color red value is 188, green value is 6 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bc068b hue: 0.88 , saturation: 0.94 and the lightness value of bc068b is 0.38.
The process color (four color CMYK) of #bc068b color hex is 0.00, 0.97, 0.26, 0.26. Web safe color of #bc068b is #cc0099. Color #bc068b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 00000110 | 10001011 |
Octal | 274 | 6 | 213 |
Decimal | 188 | 6 | 139 |
Hex | BC | 6 | 8B |
Shades of #bc068b
Tints of #bc068b
RGB Percentages of Color #bc068b
CMYK Percentages of Color #bc068b
Complementary Color
#bc068b | #06bc37 |
#bc068b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bc068b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bc068b Color CSS Codes
.mybgcolor {background-color:#bc068b; } .myforecolor {color:#bc068b; } .mybordercolor {border:3px solid #bc068b; }
#bc068b Text Font Color
<p style="color:#bc068b">Text here</p>
This sample text font color is #bc068b
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.
#bc068b Background Color
<div style="background-color:#bc068b">
Div content here</div>
This div background color is #bc068b
#bc068b Border Color
<div style="border:3px solid #bc068b">
Div here</div>
This div border color is #bc068b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,6,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bc068b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bc068b; -webkit-box-shadow: 1px 1px 3px 2px #bc068b; box-shadow: 1px 1px 3px 2px #bc068b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,6,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bc068b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bc068b; -webkit-box-shadow: 1px 1px 3px 2px #bc068b; box-shadow: 1px 1px 3px 2px #bc068b;">
Div content here</div>
This div box has shadow with color #bc068b
Comments
No comments written yet.
Please login to write comment.