Color spaces of #b76487
RGB | 183 | 100 | 135 |
---|---|---|---|
HSL | 0.93 | 0.37 | 0.55 |
HSV | 335° | 45° | 72° |
CMYK | 0.00 | 0.45 | 0.26 0.28 |
XYZ | 28.4588 | 20.9309 | 25.4618 |
Yxy | 20.9309 | 0.3802 | 0.2796 |
Hunter Lab | 45.7503 | 30.9722 | -0.9720 |
CIE-Lab | 52.8738 | 37.6302 | -4.4698 |
#b76487 color RGB value is (183,100,135).
#b76487 hex color red value is 183, green value is 100 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #b76487 hue: 0.93 , saturation: 0.37 and the lightness value of b76487 is 0.55.
The process color (four color CMYK) of #b76487 color hex is 0.00, 0.45, 0.26, 0.28. Web safe color of #b76487 is #cc6699. Color #b76487 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 01100100 | 10000111 |
Octal | 267 | 144 | 207 |
Decimal | 183 | 100 | 135 |
Hex | B7 | 64 | 87 |
Shades of #b76487
Tints of #b76487
RGB Percentages of Color #b76487
CMYK Percentages of Color #b76487
Complementary Color
#b76487 | #64b794 |
#b76487 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b76487 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b76487 Color CSS Codes
.mybgcolor {background-color:#b76487; } .myforecolor {color:#b76487; } .mybordercolor {border:3px solid #b76487; }
#b76487 Text Font Color
<p style="color:#b76487">Text here</p>
This sample text font color is #b76487
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.
#b76487 Background Color
<div style="background-color:#b76487">
Div content here</div>
This div background color is #b76487
#b76487 Border Color
<div style="border:3px solid #b76487">
Div here</div>
This div border color is #b76487
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,100,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b76487; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b76487; -webkit-box-shadow: 1px 1px 3px 2px #b76487; box-shadow: 1px 1px 3px 2px #b76487; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,100,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b76487">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b76487; -webkit-box-shadow: 1px 1px 3px 2px #b76487; box-shadow: 1px 1px 3px 2px #b76487;">
Div content here</div>
This div box has shadow with color #b76487
Comments
No comments written yet.
Please login to write comment.