color details

Color Details
#e6c0ff Color Hex

#e6c0ff color RGB value is (14, 108, 15).
#e6c0ff hex color red value is 14, green value is 108, and blue value is 15.
Cylindrical-coordinate representations (HSL) of color #e6c0ff hue: 120.64, saturation: 0.77 and lightness: 0.24.

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

Color Spaces
Color spaces of #e6c0ffValue
RGB230, 192, 255
HSL0.77, 1, 0.88
HSV276°, 25°, 100°
XYZ69.53, 61.74, 102.84
Base Numbers
Base Red Green Blue
Binary 11100110 11000000 11111111
Octal 346 300 377
Decimal 230 192 255
Hex E6 C0 FF

RGB Percentages for Color #e6c0ff

33.97%
28.36%
37.67%

CMYK Percentages of the Color #e6c0ff

9.8%
24.71%
CSS Codes for Color #e6c0ff
.mybgColor {background-color: #e6c0ff;}
.myforeColor {color: #e6c0ff;}
.myborderColor {border:3px solid #e6c0ff;}
Text Font Color #e6c0ff

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(230, 192, 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 #e6c0ff;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top