Color spaces of #b44864
RGB | 180 | 72 | 100 |
---|---|---|---|
HSL | 0.96 | 0.43 | 0.49 |
HSV | 344° | 60° | 71° |
CMYK | 0.00 | 0.60 | 0.44 0.29 |
XYZ | 23.4400 | 15.2581 | 13.7663 |
Yxy | 15.2581 | 0.4468 | 0.2908 |
Hunter Lab | 39.0616 | 38.7560 | 6.4478 |
CIE-Lab | 45.9857 | 46.3724 | 6.4915 |
#b44864 color RGB value is (180,72,100).
#b44864 hex color red value is 180, green value is 72 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #b44864 hue: 0.96 , saturation: 0.43 and the lightness value of b44864 is 0.49.
The process color (four color CMYK) of #b44864 color hex is 0.00, 0.60, 0.44, 0.29. Web safe color of #b44864 is #cc3366. Color #b44864 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01001000 | 01100100 |
Octal | 264 | 110 | 144 |
Decimal | 180 | 72 | 100 |
Hex | B4 | 48 | 64 |
Shades of #b44864
Tints of #b44864
RGB Percentages of Color #b44864
CMYK Percentages of Color #b44864
Complementary Color
#b44864 | #48b498 |
#b44864 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b44864 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b44864 Color CSS Codes
.mybgcolor {background-color:#b44864; } .myforecolor {color:#b44864; } .mybordercolor {border:3px solid #b44864; }
#b44864 Text Font Color
<p style="color:#b44864">Text here</p>
This sample text font color is #b44864
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.
#b44864 Background Color
<div style="background-color:#b44864">
Div content here</div>
This div background color is #b44864
#b44864 Border Color
<div style="border:3px solid #b44864">
Div here</div>
This div border color is #b44864
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,72,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b44864; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b44864; -webkit-box-shadow: 1px 1px 3px 2px #b44864; box-shadow: 1px 1px 3px 2px #b44864; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,72,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b44864">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b44864; -webkit-box-shadow: 1px 1px 3px 2px #b44864; box-shadow: 1px 1px 3px 2px #b44864;">
Div content here</div>
This div box has shadow with color #b44864
Comments
No comments written yet.
Please login to write comment.