color details

Color Details
#b44de0 Color Hex

#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
Color spaces of #b44de0Value
RGB180, 77, 224
HSL0.78, 0.7, 0.59
HSV282°, 66°, 88°
XYZ34.93, 20.39, 72.6
Base Numbers
Base Red Green Blue
Binary 10110100 1001101 11100000
Octal 264 115 340
Decimal 180 77 224
Hex B4 4D E0

RGB Percentages for Color #b44de0

37.42%
16.01%
46.57%

CMYK Percentages of the Color #b44de0

19.64%
65.63%
12.16%
CSS Codes for Color #b44de0
.mybgColor {background-color: #b44de0;}
.myforeColor {color: #b44de0;}
.myborderColor {border:3px solid #b44de0;}
Text Font Color #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,

Background Color #b44de0

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(180, 77, 224, 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 #b44de0;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #b44de0
Scroll to Top