Color spaces of #bf27ac
RGB | 191 | 39 | 172 |
---|---|---|---|
HSL | 0.85 | 0.66 | 0.45 |
HSV | 308° | 80° | 75° |
CMYK | 0.00 | 0.80 | 0.10 0.25 |
XYZ | 29.6578 | 15.5060 | 40.4595 |
Yxy | 15.5060 | 0.3464 | 0.1811 |
Hunter Lab | 39.3777 | 65.5287 | -33.3545 |
CIE-Lab | 46.3196 | 70.5142 | -36.3385 |
#bf27ac color RGB value is (191,39,172).
#bf27ac hex color red value is 191, green value is 39 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bf27ac hue: 0.85 , saturation: 0.66 and the lightness value of bf27ac is 0.45.
The process color (four color CMYK) of #bf27ac color hex is 0.00, 0.80, 0.10, 0.25. Web safe color of #bf27ac is #cc3399. Color #bf27ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 00100111 | 10101100 |
Octal | 277 | 47 | 254 |
Decimal | 191 | 39 | 172 |
Hex | BF | 27 | AC |
Shades of #bf27ac
Tints of #bf27ac
RGB Percentages of Color #bf27ac
CMYK Percentages of Color #bf27ac
Complementary Color
#bf27ac | #27bf3a |
#bf27ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf27ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf27ac Color CSS Codes
.mybgcolor {background-color:#bf27ac; } .myforecolor {color:#bf27ac; } .mybordercolor {border:3px solid #bf27ac; }
#bf27ac Text Font Color
<p style="color:#bf27ac">Text here</p>
This sample text font color is #bf27ac
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.
#bf27ac Background Color
<div style="background-color:#bf27ac">
Div content here</div>
This div background color is #bf27ac
#bf27ac Border Color
<div style="border:3px solid #bf27ac">
Div here</div>
This div border color is #bf27ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,39,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf27ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf27ac; -webkit-box-shadow: 1px 1px 3px 2px #bf27ac; box-shadow: 1px 1px 3px 2px #bf27ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,39,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf27ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf27ac; -webkit-box-shadow: 1px 1px 3px 2px #bf27ac; box-shadow: 1px 1px 3px 2px #bf27ac;">
Div content here</div>
This div box has shadow with color #bf27ac
Comments
No comments written yet.
Please login to write comment.