Color spaces of #b1416d
RGB | 177 | 65 | 109 |
---|---|---|---|
HSL | 0.93 | 0.46 | 0.47 |
HSV | 336° | 63° | 69° |
CMYK | 0.00 | 0.63 | 0.38 0.31 |
XYZ | 22.7821 | 14.2318 | 16.0143 |
Yxy | 14.2318 | 0.4296 | 0.2684 |
Hunter Lab | 37.7251 | 41.7770 | 1.2389 |
CIE-Lab | 44.5635 | 49.5410 | -1.1514 |
#b1416d color RGB value is (177,65,109).
#b1416d hex color red value is 177, green value is 65 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #b1416d hue: 0.93 , saturation: 0.46 and the lightness value of b1416d is 0.47.
The process color (four color CMYK) of #b1416d color hex is 0.00, 0.63, 0.38, 0.31. Web safe color of #b1416d is #993366. Color #b1416d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 01000001 | 01101101 |
Octal | 261 | 101 | 155 |
Decimal | 177 | 65 | 109 |
Hex | B1 | 41 | 6D |
Shades of #b1416d
Tints of #b1416d
RGB Percentages of Color #b1416d
CMYK Percentages of Color #b1416d
Complementary Color
#b1416d | #41b185 |
#b1416d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1416d Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1416d Color CSS Codes
.mybgcolor {background-color:#b1416d; } .myforecolor {color:#b1416d; } .mybordercolor {border:3px solid #b1416d; }
#b1416d Text Font Color
<p style="color:#b1416d">Text here</p>
This sample text font color is #b1416d
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.
#b1416d Background Color
<div style="background-color:#b1416d">
Div content here</div>
This div background color is #b1416d
#b1416d Border Color
<div style="border:3px solid #b1416d">
Div here</div>
This div border color is #b1416d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,65,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1416d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1416d; -webkit-box-shadow: 1px 1px 3px 2px #b1416d; box-shadow: 1px 1px 3px 2px #b1416d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,65,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b1416d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1416d; -webkit-box-shadow: 1px 1px 3px 2px #b1416d; box-shadow: 1px 1px 3px 2px #b1416d;">
Div content here</div>
This div box has shadow with color #b1416d
Comments
No comments written yet.
Please login to write comment.