color details

Color Details
#c05fae Color Hex

#c05fae color RGB value is (12, 5, 250).
#c05fae hex color red value is 12, green value is 5, and blue value is 250.
Cylindrical-coordinate representations (HSL) of color #c05fae hue: 241.71, saturation: 0.96 and lightness: 0.5.

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

Color Spaces
Color spaces of #c05faeValue
RGB192, 95, 174
HSL0.86, 0.43, 0.56
HSV311°, 51°, 75°
XYZ33.47, 22.45, 42.61
Base Numbers
Base Red Green Blue
Binary 11000000 1011111 10101110
Octal 300 137 256
Decimal 192 95 174
Hex C0 5F AE

RGB Percentages for Color #c05fae

41.65%
20.61%
37.74%

CMYK Percentages of the Color #c05fae

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

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top