#b44de0 color RGB value is (11, 68, 222).
#b44de0 hex color red value is 11, green value is 68, and blue value is 222.
Cylindrical-coordinate representations (HSL) of color #b44de0
hue: 223.79,
saturation: 0.91 and lightness: 0.46.
The process color (four-color CMYK) of #b44de0 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #b44de0 is #ff9999. Color #b44de0 contains mainly RED.
Color spaces of #b44de0 | Value |
---|---|
RGB | 180, 77, 224 |
HSL | 0.78, 0.7, 0.59 |
HSV | 282°, 66°, 88° |
XYZ | 34.93, 20.39, 72.6 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 1001101 | 11100000 |
Octal | 264 | 115 | 340 |
Decimal | 180 | 77 | 224 |
Hex | B4 | 4D | E0 |
Shades of #b44de0
Tints of #b44de0
.mybgColor {background-color: #b44de0;} .myforeColor {color: #b44de0;} .myborderColor {border:3px solid #b44de0;}
<p style="color:#b44de0">Text here</p>
This sample text is styled with the font color #b44de0. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#b44de0">Div content here</div>
<div style="border:3px solid #b44de0">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180, 77, 224, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b44de0; } .divShadow { -moz-box-shadow: 1px 1px 3px #b44de0; -webkit-box-shadow: 1px 1px 3px #b44de0; box-shadow: 1px 1px 3px #b44de0; }
<p style="text-shadow: 4px 4px 2px rgba(180, 77, 224, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #b44de0;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #b44de0;
-webkit-box-shadow: 1px 1px 3px #b44de0;
box-shadow: 1px 1px 3px #b44de0;">Div content here</div>