Color spaces of #b4538d
RGB | 180 | 83 | 141 |
---|---|---|---|
HSL | 0.90 | 0.39 | 0.52 |
HSV | 324° | 54° | 71° |
CMYK | 0.00 | 0.54 | 0.22 0.29 |
XYZ | 26.7234 | 17.8129 | 27.2291 |
Yxy | 17.8129 | 0.3724 | 0.2482 |
Hunter Lab | 42.2053 | 39.1626 | -8.7077 |
CIE-Lab | 49.2684 | 46.2284 | -13.4733 |
#b4538d color RGB value is (180,83,141).
#b4538d hex color red value is 180, green value is 83 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b4538d hue: 0.90 , saturation: 0.39 and the lightness value of b4538d is 0.52.
The process color (four color CMYK) of #b4538d color hex is 0.00, 0.54, 0.22, 0.29. Web safe color of #b4538d is #cc6699. Color #b4538d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01010011 | 10001101 |
Octal | 264 | 123 | 215 |
Decimal | 180 | 83 | 141 |
Hex | B4 | 53 | 8D |
Shades of #b4538d
Tints of #b4538d
RGB Percentages of Color #b4538d
CMYK Percentages of Color #b4538d
Complementary Color
#b4538d | #53b47a |
#b4538d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b4538d Color Preview on White Background
Lorem ipsum dolor sit amet.
#b4538d Color CSS Codes
.mybgcolor {background-color:#b4538d; } .myforecolor {color:#b4538d; } .mybordercolor {border:3px solid #b4538d; }
#b4538d Text Font Color
<p style="color:#b4538d">Text here</p>
This sample text font color is #b4538d
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.
#b4538d Background Color
<div style="background-color:#b4538d">
Div content here</div>
This div background color is #b4538d
#b4538d Border Color
<div style="border:3px solid #b4538d">
Div here</div>
This div border color is #b4538d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,83,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b4538d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b4538d; -webkit-box-shadow: 1px 1px 3px 2px #b4538d; box-shadow: 1px 1px 3px 2px #b4538d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,83,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b4538d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b4538d; -webkit-box-shadow: 1px 1px 3px 2px #b4538d; box-shadow: 1px 1px 3px 2px #b4538d;">
Div content here</div>
This div box has shadow with color #b4538d
Comments
No comments written yet.
Please login to write comment.