Color spaces of #bf4bae
RGB | 191 | 75 | 174 |
---|---|---|---|
HSL | 0.86 | 0.48 | 0.52 |
HSV | 309° | 61° | 75° |
CMYK | 0.00 | 0.61 | 0.09 0.25 |
XYZ | 31.6419 | 19.1645 | 42.0758 |
Yxy | 19.1645 | 0.3407 | 0.2063 |
Hunter Lab | 43.7773 | 52.4083 | -26.3415 |
CIE-Lab | 50.8791 | 58.2611 | -30.3670 |
#bf4bae color RGB value is (191,75,174).
#bf4bae hex color red value is 191, green value is 75 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bf4bae hue: 0.86 , saturation: 0.48 and the lightness value of bf4bae is 0.52.
The process color (four color CMYK) of #bf4bae color hex is 0.00, 0.61, 0.09, 0.25. Web safe color of #bf4bae is #cc3399. Color #bf4bae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 01001011 | 10101110 |
Octal | 277 | 113 | 256 |
Decimal | 191 | 75 | 174 |
Hex | BF | 4B | AE |
Shades of #bf4bae
Tints of #bf4bae
RGB Percentages of Color #bf4bae
CMYK Percentages of Color #bf4bae
Complementary Color
#bf4bae | #4bbf5c |
#bf4bae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf4bae Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf4bae Color CSS Codes
.mybgcolor {background-color:#bf4bae; } .myforecolor {color:#bf4bae; } .mybordercolor {border:3px solid #bf4bae; }
#bf4bae Text Font Color
<p style="color:#bf4bae">Text here</p>
This sample text font color is #bf4bae
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.
#bf4bae Background Color
<div style="background-color:#bf4bae">
Div content here</div>
This div background color is #bf4bae
#bf4bae Border Color
<div style="border:3px solid #bf4bae">
Div here</div>
This div border color is #bf4bae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,75,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf4bae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf4bae; -webkit-box-shadow: 1px 1px 3px 2px #bf4bae; box-shadow: 1px 1px 3px 2px #bf4bae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,75,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf4bae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf4bae; -webkit-box-shadow: 1px 1px 3px 2px #bf4bae; box-shadow: 1px 1px 3px 2px #bf4bae;">
Div content here</div>
This div box has shadow with color #bf4bae
Comments
No comments written yet.
Please login to write comment.