#b748a2 color RGB value is (11, 116, 138).
#b748a2 hex color red value is 11, green value is 116, and blue value is 138.
Cylindrical-coordinate representations (HSL) of color #b748a2
hue: 190.39,
saturation: 0.85 and lightness: 0.29.
The process color (four-color CMYK) of #b748a2 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #b748a2 is #ff9999. Color #b748a2 contains mainly RED.
| Color spaces of #b748a2 | Value |
|---|---|
| RGB | 183, 72, 162 |
| HSL | 0.86, 0.44, 0.5 |
| HSV | 311°, 61°, 72° |
| XYZ | 28.37, 17.31, 36.02 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10110111 | 1001000 | 10100010 |
| Octal | 267 | 110 | 242 |
| Decimal | 183 | 72 | 162 |
| Hex | B7 | 48 | A2 |
Shades of #b748a2
Tints of #b748a2
.mybgColor {background-color: #b748a2;}
.myforeColor {color: #b748a2;}
.myborderColor {border:3px solid #b748a2;}
<p style="color:#b748a2">Text here</p>
This sample text is styled with the font color #b748a2. 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:#b748a2">Div content here</div>
<div style="border:3px solid #b748a2">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(183, 72, 162, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #b748a2; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #b748a2;
-webkit-box-shadow: 1px 1px 3px #b748a2;
box-shadow: 1px 1px 3px #b748a2; }
<p style="text-shadow: 4px 4px 2px rgba(183, 72, 162, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #b748a2;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #b748a2;
-webkit-box-shadow: 1px 1px 3px #b748a2;
box-shadow: 1px 1px 3px #b748a2;">Div content here</div>
