Color spaces of #b941be
RGB | 185 | 65 | 190 |
---|---|---|---|
HSL | 0.83 | 0.49 | 0.50 |
HSV | 298° | 66° | 75° |
CMYK | 0.03 | 0.66 | 0.00 0.25 |
XYZ | 31.1921 | 17.8126 | 50.5094 |
Yxy | 17.8126 | 0.3134 | 0.1790 |
Hunter Lab | 42.2050 | 58.0639 | -41.4127 |
CIE-Lab | 49.2680 | 63.5556 | -42.2914 |
#b941be color RGB value is (185,65,190).
#b941be hex color red value is 185, green value is 65 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b941be hue: 0.83 , saturation: 0.49 and the lightness value of b941be is 0.50.
The process color (four color CMYK) of #b941be color hex is 0.03, 0.66, 0.00, 0.25. Web safe color of #b941be is #cc33cc. Color #b941be contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 01000001 | 10111110 |
Octal | 271 | 101 | 276 |
Decimal | 185 | 65 | 190 |
Hex | B9 | 41 | BE |
Shades of #b941be
Tints of #b941be
RGB Percentages of Color #b941be
CMYK Percentages of Color #b941be
Complementary Color
#b941be | #46be41 |
#b941be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b941be Color Preview on White Background
Lorem ipsum dolor sit amet.
#b941be Color CSS Codes
.mybgcolor {background-color:#b941be; } .myforecolor {color:#b941be; } .mybordercolor {border:3px solid #b941be; }
#b941be Text Font Color
<p style="color:#b941be">Text here</p>
This sample text font color is #b941be
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.
#b941be Background Color
<div style="background-color:#b941be">
Div content here</div>
This div background color is #b941be
#b941be Border Color
<div style="border:3px solid #b941be">
Div here</div>
This div border color is #b941be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,65,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b941be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b941be; -webkit-box-shadow: 1px 1px 3px 2px #b941be; box-shadow: 1px 1px 3px 2px #b941be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,65,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b941be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b941be; -webkit-box-shadow: 1px 1px 3px 2px #b941be; box-shadow: 1px 1px 3px 2px #b941be;">
Div content here</div>
This div box has shadow with color #b941be
Comments
No comments written yet.
Please login to write comment.