color details

Color Details
#c26584 Color Hex

#c26584 color RGB value is (12, 38, 88).
#c26584 hex color red value is 12, green value is 38, and blue value is 88.
Cylindrical-coordinate representations (HSL) of color #c26584 hue: 219.47, saturation: 0.76 and lightness: 0.2.

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

Color Spaces
Color spaces of #c26584Value
RGB194, 101, 132
HSL0.94, 0.43, 0.58
HSV340°, 48°, 76°
XYZ31.07, 22.45, 24.52
Base Numbers
Base Red Green Blue
Binary 11000010 1100101 10000100
Octal 302 145 204
Decimal 194 101 132
Hex C2 65 84

RGB Percentages for Color #c26584

45.43%
23.65%
30.91%

CMYK Percentages of the Color #c26584

47.94%
31.96%
23.92%
CSS Codes for Color #c26584
.mybgColor {background-color: #c26584;}
.myforeColor {color: #c26584;}
.myborderColor {border:3px solid #c26584;}
Text Font Color #c26584

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(194, 101, 132, 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 #c26584;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top