Color spaces of #b5679f
RGB | 181 | 103 | 159 |
---|---|---|---|
HSL | 0.88 | 0.35 | 0.56 |
HSV | 317° | 43° | 71° |
CMYK | 0.00 | 0.43 | 0.12 0.29 |
XYZ | 30.1643 | 22.0275 | 35.4628 |
Yxy | 22.0275 | 0.3441 | 0.2513 |
Hunter Lab | 46.9335 | 32.5890 | -11.9459 |
CIE-Lab | 54.0562 | 39.0865 | -16.8185 |
#b5679f color RGB value is (181,103,159).
#b5679f hex color red value is 181, green value is 103 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b5679f hue: 0.88 , saturation: 0.35 and the lightness value of b5679f is 0.56.
The process color (four color CMYK) of #b5679f color hex is 0.00, 0.43, 0.12, 0.29. Web safe color of #b5679f is #cc6699. Color #b5679f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01100111 | 10011111 |
Octal | 265 | 147 | 237 |
Decimal | 181 | 103 | 159 |
Hex | B5 | 67 | 9F |
Shades of #b5679f
Tints of #b5679f
RGB Percentages of Color #b5679f
CMYK Percentages of Color #b5679f
Complementary Color
#b5679f | #67b57d |
#b5679f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5679f Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5679f Color CSS Codes
.mybgcolor {background-color:#b5679f; } .myforecolor {color:#b5679f; } .mybordercolor {border:3px solid #b5679f; }
#b5679f Text Font Color
<p style="color:#b5679f">Text here</p>
This sample text font color is #b5679f
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.
#b5679f Background Color
<div style="background-color:#b5679f">
Div content here</div>
This div background color is #b5679f
#b5679f Border Color
<div style="border:3px solid #b5679f">
Div here</div>
This div border color is #b5679f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,103,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5679f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5679f; -webkit-box-shadow: 1px 1px 3px 2px #b5679f; box-shadow: 1px 1px 3px 2px #b5679f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,103,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b5679f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5679f; -webkit-box-shadow: 1px 1px 3px 2px #b5679f; box-shadow: 1px 1px 3px 2px #b5679f;">
Div content here</div>
This div box has shadow with color #b5679f
Comments
No comments written yet.
Please login to write comment.