color details

Color Details
#fd7e75 Color Hex

#fd7e75 color RGB value is (15, 215, 231).
#fd7e75 hex color red value is 15, green value is 215, and blue value is 231.
Cylindrical-coordinate representations (HSL) of color #fd7e75 hue: 184.44, saturation: 0.88 and lightness: 0.48.

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

Color Spaces
Color spaces of #fd7e75Value
RGB253, 126, 117
HSL0.01, 0.97, 0.73
HSV4°, 54°, 99°
XYZ51.18, 37.09, 21.29
Base Numbers
Base Red Green Blue
Binary 11111101 1111110 1110101
Octal 375 176 165
Decimal 253 126 117
Hex FD 7E 75

RGB Percentages for Color #fd7e75

51.01%
25.4%
23.59%

CMYK Percentages of the Color #fd7e75

50.2%
53.75%
0.78%
CSS Codes for Color #fd7e75
.mybgColor {background-color: #fd7e75;}
.myforeColor {color: #fd7e75;}
.myborderColor {border:3px solid #fd7e75;}
Text Font Color #fd7e75

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(253, 126, 117, 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 #fd7e75;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #fd7e75
Scroll to Top