color details

Color Details
#b748a2 Color Hex

#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
Color spaces of #b748a2Value
RGB183, 72, 162
HSL0.86, 0.44, 0.5
HSV311°, 61°, 72°
XYZ28.37, 17.31, 36.02
Base Numbers
Base Red Green Blue
Binary 10110111 1001000 10100010
Octal 267 110 242
Decimal 183 72 162
Hex B7 48 A2

RGB Percentages for Color #b748a2

43.88%
17.27%
38.85%

CMYK Percentages of the Color #b748a2

60.66%
11.48%
28.24%
CSS Codes for Color #b748a2
.mybgColor {background-color: #b748a2;}
.myforeColor {color: #b748a2;}
.myborderColor {border:3px solid #b748a2;}
Text Font Color #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,

Background Color #b748a2

<div style="background-color:#b748a2">Div content here</div>

The background color of this div is #b748a2
Border Color #b748a2

<div style="border:3px solid #b748a2">Div here</div>

The border color of this div is #b748a2
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183, 72, 162, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #b748a2;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #b748a2

Scroll to Top