color details

Color Details
#E0B0FF Color Hex

#E0B0FF color RGB value is (14, 11, 15).
#E0B0FF hex color red value is 14, green value is 11, and blue value is 15.
Cylindrical-coordinate representations (HSL) of color #E0B0FF hue: 285, saturation: 0.15 and lightness: 0.05.

The process color (four-color CMYK) of #E0B0FF color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #E0B0FF is #ff9999. Color #E0B0FF contains mainly RED.

Color Spaces
Color spaces of #E0B0FFValue
RGB224, 176, 255
HSL0.77, 1, 0.85
HSV276°, 31°, 100°
XYZ64.31, 54.12, 101.65
Base Numbers
Base Red Green Blue
Binary 11100000 10110000 11111111
Octal 340 260 377
Decimal 224 176 255
Hex E0 B0 FF

RGB Percentages for Color #E0B0FF

34.2%
26.87%
38.93%

CMYK Percentages of the Color #E0B0FF

12.16%
30.98%
CSS Codes for Color #E0B0FF
.mybgColor {background-color: #E0B0FF;}
.myforeColor {color: #E0B0FF;}
.myborderColor {border:3px solid #E0B0FF;}
Text Font Color #E0B0FF

<p style="color:#E0B0FF">Text here</p>

This sample text is styled with the font color #E0B0FF. 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 #E0B0FF

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

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

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

The border color of this div is #E0B0FF
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(224, 176, 255, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #E0B0FF;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #E0B0FF;
-webkit-box-shadow: 1px 1px 3px #E0B0FF;
box-shadow: 1px 1px 3px #E0B0FF;            }
            
Text Shadow Using RGB Values

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

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #E0B0FF; -webkit-box-shadow: 1px 1px 3px #E0B0FF; box-shadow: 1px 1px 3px #E0B0FF;">Div content here</div>

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