color details

Color Details
#3c2955 Color Hex

#3c2955 color RGB value is (3, 194, 149).
#3c2955 hex color red value is 3, green value is 194, and blue value is 149.
Cylindrical-coordinate representations (HSL) of color #3c2955 hue: 165.86, saturation: 0.97 and lightness: 0.39.

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

Color Spaces
Color spaces of #3c2955Value
RGB60, 41, 85
HSL0.74, 0.35, 0.25
HSV266°, 52°, 33°
XYZ4.3, 3.2, 8.98
Base Numbers
Base Red Green Blue
Binary 111100 101001 1010101
Octal 74 51 125
Decimal 60 41 85
Hex 3C 29 55

RGB Percentages for Color #3c2955

32.26%
22.04%
45.7%

CMYK Percentages of the Color #3c2955

29.41%
51.76%
66.67%
CSS Codes for Color #3c2955
.mybgColor {background-color: #3c2955;}
.myforeColor {color: #3c2955;}
.myborderColor {border:3px solid #3c2955;}
Text Font Color #3c2955

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

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

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

The background color of this div is #3c2955
Border Color #3c2955

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

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

<p style="text-shadow: 4px 4px 2px rgba(60, 41, 85, 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 #3c2955;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #3c2955

Scroll to Top