Color spaces of #bf079a
RGB | 191 | 7 | 154 |
---|---|---|---|
HSL | 0.87 | 0.93 | 0.39 |
HSV | 312° | 96° | 75° |
CMYK | 0.00 | 0.96 | 0.19 0.25 |
XYZ | 27.3946 | 13.5614 | 31.7456 |
Yxy | 13.5614 | 0.3768 | 0.1865 |
Hunter Lab | 36.8258 | 68.3404 | -25.3327 |
CIE-Lab | 43.5972 | 73.3927 | -29.8647 |
#bf079a color RGB value is (191,7,154).
#bf079a hex color red value is 191, green value is 7 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bf079a hue: 0.87 , saturation: 0.93 and the lightness value of bf079a is 0.39.
The process color (four color CMYK) of #bf079a color hex is 0.00, 0.96, 0.19, 0.25. Web safe color of #bf079a is #cc0099. Color #bf079a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 00000111 | 10011010 |
Octal | 277 | 7 | 232 |
Decimal | 191 | 7 | 154 |
Hex | BF | 7 | 9A |
Shades of #bf079a
Tints of #bf079a
RGB Percentages of Color #bf079a
CMYK Percentages of Color #bf079a
Complementary Color
#bf079a | #07bf2c |
#bf079a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf079a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf079a Color CSS Codes
.mybgcolor {background-color:#bf079a; } .myforecolor {color:#bf079a; } .mybordercolor {border:3px solid #bf079a; }
#bf079a Text Font Color
<p style="color:#bf079a">Text here</p>
This sample text font color is #bf079a
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.
#bf079a Background Color
<div style="background-color:#bf079a">
Div content here</div>
This div background color is #bf079a
#bf079a Border Color
<div style="border:3px solid #bf079a">
Div here</div>
This div border color is #bf079a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,7,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf079a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf079a; -webkit-box-shadow: 1px 1px 3px 2px #bf079a; box-shadow: 1px 1px 3px 2px #bf079a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,7,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf079a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf079a; -webkit-box-shadow: 1px 1px 3px 2px #bf079a; box-shadow: 1px 1px 3px 2px #bf079a;">
Div content here</div>
This div box has shadow with color #bf079a
Comments
No comments written yet.
Please login to write comment.