Color spaces of #b14361
RGB | 177 | 67 | 97 |
---|---|---|---|
HSL | 0.95 | 0.45 | 0.48 |
HSV | 344° | 62° | 69° |
CMYK | 0.00 | 0.62 | 0.45 0.31 |
XYZ | 22.2963 | 14.2245 | 12.8797 |
Yxy | 14.2245 | 0.4513 | 0.2879 |
Hunter Lab | 37.7154 | 39.5224 | 6.1534 |
CIE-Lab | 44.5532 | 47.3621 | 6.2246 |
#b14361 color RGB value is (177,67,97).
#b14361 hex color red value is 177, green value is 67 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #b14361 hue: 0.95 , saturation: 0.45 and the lightness value of b14361 is 0.48.
The process color (four color CMYK) of #b14361 color hex is 0.00, 0.62, 0.45, 0.31. Web safe color of #b14361 is #993366. Color #b14361 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 01000011 | 01100001 |
Octal | 261 | 103 | 141 |
Decimal | 177 | 67 | 97 |
Hex | B1 | 43 | 61 |
Shades of #b14361
Tints of #b14361
RGB Percentages of Color #b14361
CMYK Percentages of Color #b14361
Complementary Color
#b14361 | #43b193 |
#b14361 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b14361 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b14361 Color CSS Codes
.mybgcolor {background-color:#b14361; } .myforecolor {color:#b14361; } .mybordercolor {border:3px solid #b14361; }
#b14361 Text Font Color
<p style="color:#b14361">Text here</p>
This sample text font color is #b14361
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.
#b14361 Background Color
<div style="background-color:#b14361">
Div content here</div>
This div background color is #b14361
#b14361 Border Color
<div style="border:3px solid #b14361">
Div here</div>
This div border color is #b14361
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,67,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b14361; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b14361; -webkit-box-shadow: 1px 1px 3px 2px #b14361; box-shadow: 1px 1px 3px 2px #b14361; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,67,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b14361">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b14361; -webkit-box-shadow: 1px 1px 3px 2px #b14361; box-shadow: 1px 1px 3px 2px #b14361;">
Div content here</div>
This div box has shadow with color #b14361
Comments
No comments written yet.
Please login to write comment.