color details

Color Details
#CF6EC5 Color Hex

#CF6EC5 color RGB value is (12, 246, 236).
#CF6EC5 hex color red value is 12, green value is 246, and blue value is 236.
Cylindrical-coordinate representations (HSL) of color #CF6EC5 hue: 177.44, saturation: 0.93 and lightness: 0.51.

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

Color Spaces
Color spaces of #CF6EC5Value
RGB207, 110, 197
HSL0.85, 0.5, 0.62
HSV306°, 47°, 81°
XYZ41.39, 28.45, 56.12
Base Numbers
Base Red Green Blue
Binary 11001111 1101110 11000101
Octal 317 156 305
Decimal 207 110 197
Hex CF 6E C5

RGB Percentages for Color #CF6EC5

40.27%
21.4%
38.33%

CMYK Percentages of the Color #CF6EC5

46.86%
4.83%
18.82%
CSS Codes for Color #CF6EC5
.mybgColor {background-color: #CF6EC5;}
.myforeColor {color: #CF6EC5;}
.myborderColor {border:3px solid #CF6EC5;}
Text Font Color #CF6EC5

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(207, 110, 197, 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 #CF6EC5;">Text here</p>

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

Shadow Div Box

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

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