Color spaces of #b5677a
RGB | 181 | 103 | 122 |
---|---|---|---|
HSL | 0.96 | 0.35 | 0.56 |
HSV | 345° | 43° | 71° |
CMYK | 0.00 | 0.43 | 0.33 0.29 |
XYZ | 27.4192 | 20.9294 | 21.0070 |
Yxy | 20.9294 | 0.3953 | 0.3018 |
Hunter Lab | 45.7487 | 26.9228 | 4.7991 |
CIE-Lab | 52.8721 | 33.5136 | 3.1787 |
#b5677a color RGB value is (181,103,122).
#b5677a hex color red value is 181, green value is 103 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b5677a hue: 0.96 , saturation: 0.35 and the lightness value of b5677a is 0.56.
The process color (four color CMYK) of #b5677a color hex is 0.00, 0.43, 0.33, 0.29. Web safe color of #b5677a is #cc6666. Color #b5677a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01100111 | 01111010 |
Octal | 265 | 147 | 172 |
Decimal | 181 | 103 | 122 |
Hex | B5 | 67 | 7A |
Shades of #b5677a
Tints of #b5677a
RGB Percentages of Color #b5677a
CMYK Percentages of Color #b5677a
Complementary Color
#b5677a | #67b5a2 |
#b5677a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5677a Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5677a Color CSS Codes
.mybgcolor {background-color:#b5677a; } .myforecolor {color:#b5677a; } .mybordercolor {border:3px solid #b5677a; }
#b5677a Text Font Color
<p style="color:#b5677a">Text here</p>
This sample text font color is #b5677a
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.
#b5677a Background Color
<div style="background-color:#b5677a">
Div content here</div>
This div background color is #b5677a
#b5677a Border Color
<div style="border:3px solid #b5677a">
Div here</div>
This div border color is #b5677a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,103,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5677a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5677a; -webkit-box-shadow: 1px 1px 3px 2px #b5677a; box-shadow: 1px 1px 3px 2px #b5677a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,103,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b5677a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5677a; -webkit-box-shadow: 1px 1px 3px 2px #b5677a; box-shadow: 1px 1px 3px 2px #b5677a;">
Div content here</div>
This div box has shadow with color #b5677a
Comments
No comments written yet.
Please login to write comment.