Color spaces of #bf419e
RGB | 191 | 65 | 158 |
---|---|---|---|
HSL | 0.88 | 0.50 | 0.50 |
HSV | 316° | 66° | 75° |
CMYK | 0.00 | 0.66 | 0.17 0.25 |
XYZ | 29.5477 | 17.3256 | 34.1346 |
Yxy | 17.3256 | 0.3648 | 0.2139 |
Hunter Lab | 41.6240 | 53.8699 | -19.4851 |
CIE-Lab | 48.6677 | 59.9728 | -24.3692 |
#bf419e color RGB value is (191,65,158).
#bf419e hex color red value is 191, green value is 65 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bf419e hue: 0.88 , saturation: 0.50 and the lightness value of bf419e is 0.50.
The process color (four color CMYK) of #bf419e color hex is 0.00, 0.66, 0.17, 0.25. Web safe color of #bf419e is #cc3399. Color #bf419e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 01000001 | 10011110 |
Octal | 277 | 101 | 236 |
Decimal | 191 | 65 | 158 |
Hex | BF | 41 | 9E |
Shades of #bf419e
Tints of #bf419e
RGB Percentages of Color #bf419e
CMYK Percentages of Color #bf419e
Complementary Color
#bf419e | #41bf62 |
#bf419e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf419e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf419e Color CSS Codes
.mybgcolor {background-color:#bf419e; } .myforecolor {color:#bf419e; } .mybordercolor {border:3px solid #bf419e; }
#bf419e Text Font Color
<p style="color:#bf419e">Text here</p>
This sample text font color is #bf419e
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.
#bf419e Background Color
<div style="background-color:#bf419e">
Div content here</div>
This div background color is #bf419e
#bf419e Border Color
<div style="border:3px solid #bf419e">
Div here</div>
This div border color is #bf419e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,65,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf419e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf419e; -webkit-box-shadow: 1px 1px 3px 2px #bf419e; box-shadow: 1px 1px 3px 2px #bf419e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,65,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf419e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf419e; -webkit-box-shadow: 1px 1px 3px 2px #bf419e; box-shadow: 1px 1px 3px 2px #bf419e;">
Div content here</div>
This div box has shadow with color #bf419e
Comments
No comments written yet.
Please login to write comment.