Color spaces of #b436ac
RGB | 180 | 54 | 172 |
---|---|---|---|
HSL | 0.84 | 0.54 | 0.46 |
HSV | 304° | 70° | 71° |
CMYK | 0.00 | 0.70 | 0.04 0.29 |
XYZ | 27.5880 | 15.3202 | 40.5328 |
Yxy | 15.3202 | 0.3306 | 0.1836 |
Hunter Lab | 39.1410 | 57.3164 | -33.9995 |
CIE-Lab | 46.0697 | 63.5111 | -36.8562 |
#b436ac color RGB value is (180,54,172).
#b436ac hex color red value is 180, green value is 54 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b436ac hue: 0.84 , saturation: 0.54 and the lightness value of b436ac is 0.46.
The process color (four color CMYK) of #b436ac color hex is 0.00, 0.70, 0.04, 0.29. Web safe color of #b436ac is #cc3399. Color #b436ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 00110110 | 10101100 |
Octal | 264 | 66 | 254 |
Decimal | 180 | 54 | 172 |
Hex | B4 | 36 | AC |
Shades of #b436ac
Tints of #b436ac
RGB Percentages of Color #b436ac
CMYK Percentages of Color #b436ac
Complementary Color
#b436ac | #36b43e |
#b436ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b436ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#b436ac Color CSS Codes
.mybgcolor {background-color:#b436ac; } .myforecolor {color:#b436ac; } .mybordercolor {border:3px solid #b436ac; }
#b436ac Text Font Color
<p style="color:#b436ac">Text here</p>
This sample text font color is #b436ac
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.
#b436ac Background Color
<div style="background-color:#b436ac">
Div content here</div>
This div background color is #b436ac
#b436ac Border Color
<div style="border:3px solid #b436ac">
Div here</div>
This div border color is #b436ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,54,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b436ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b436ac; -webkit-box-shadow: 1px 1px 3px 2px #b436ac; box-shadow: 1px 1px 3px 2px #b436ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,54,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b436ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b436ac; -webkit-box-shadow: 1px 1px 3px 2px #b436ac; box-shadow: 1px 1px 3px 2px #b436ac;">
Div content here</div>
This div box has shadow with color #b436ac
Comments
No comments written yet.
Please login to write comment.