color details

Color Details
#cf1077 Color Hex

#cf1077 color RGB value is (12, 241, 7).
#cf1077 hex color red value is 12, green value is 241, and blue value is 7.
Cylindrical-coordinate representations (HSL) of color #cf1077 hue: 118.72, saturation: 0.94 and lightness: 0.49.

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

Color Spaces
Color spaces of #cf1077Value
RGB207, 16, 119
HSL0.91, 0.86, 0.44
HSV328°, 92°, 81°
XYZ29.25, 14.97, 18.8
Base Numbers
Base Red Green Blue
Binary 11001111 10000 1110111
Octal 317 20 167
Decimal 207 16 119
Hex CF 10 77

RGB Percentages for Color #cf1077

60.53%
4.68%
34.8%

CMYK Percentages of the Color #cf1077

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

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top