color details

Color Details
#bc3d35 Color Hex

#bc3d35 color RGB value is (11, 195, 211).
#bc3d35 hex color red value is 11, green value is 195, and blue value is 211.
Cylindrical-coordinate representations (HSL) of color #bc3d35 hue: 184.8, saturation: 0.9 and lightness: 0.44.

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

Color Spaces
Color spaces of #bc3d35Value
RGB188, 61, 53
HSL0.01, 0.56, 0.47
HSV4°, 72°, 74°
XYZ23.05, 14.29, 4.91
Base Numbers
Base Red Green Blue
Binary 10111100 111101 110101
Octal 274 75 65
Decimal 188 61 53
Hex BC 3D 35

RGB Percentages for Color #bc3d35

62.25%
20.2%
17.55%

CMYK Percentages of the Color #bc3d35

67.55%
71.81%
26.27%
CSS Codes for Color #bc3d35
.mybgColor {background-color: #bc3d35;}
.myforeColor {color: #bc3d35;}
.myborderColor {border:3px solid #bc3d35;}
Text Font Color #bc3d35

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(188, 61, 53, 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 #bc3d35;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top