Color spaces of #fd947a
RGB | 253 | 148 | 122 |
---|---|---|---|
HSL | 0.03 | 0.97 | 0.74 |
HSV | 12° | 52° | 99° |
CMYK | 0.00 | 0.42 | 0.52 0.01 |
XYZ | 54.6108 | 43.4676 | 23.9241 |
Yxy | 43.4676 | 0.4476 | 0.3563 |
Hunter Lab | 65.9300 | 32.4769 | 24.6363 |
CIE-Lab | 71.8712 | 36.9161 | 30.8165 |
#fd947a color RGB value is (253,148,122).
#fd947a hex color red value is 253, green value is 148 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fd947a hue: 0.03 , saturation: 0.97 and the lightness value of fd947a is 0.74.
The process color (four color CMYK) of #fd947a color hex is 0.00, 0.42, 0.52, 0.01. Web safe color of #fd947a is #ff9966. Color #fd947a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10010100 | 01111010 |
Octal | 375 | 224 | 172 |
Decimal | 253 | 148 | 122 |
Hex | FD | 94 | 7A |
Shades of #fd947a
Tints of #fd947a
RGB Percentages of Color #fd947a
CMYK Percentages of Color #fd947a
Complementary Color
#fd947a | #7ae3fd |
#fd947a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd947a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd947a Color CSS Codes
.mybgcolor {background-color:#fd947a; } .myforecolor {color:#fd947a; } .mybordercolor {border:3px solid #fd947a; }
#fd947a Text Font Color
<p style="color:#fd947a">Text here</p>
This sample text font color is #fd947a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#fd947a Background Color
<div style="background-color:#fd947a">
Div content here</div>
This div background color is #fd947a
#fd947a Border Color
<div style="border:3px solid #fd947a">
Div here</div>
This div border color is #fd947a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,148,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd947a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd947a; -webkit-box-shadow: 1px 1px 3px 2px #fd947a; box-shadow: 1px 1px 3px 2px #fd947a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,148,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd947a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd947a; -webkit-box-shadow: 1px 1px 3px 2px #fd947a; box-shadow: 1px 1px 3px 2px #fd947a;">
Div content here</div>
This div box has shadow with color #fd947a
Comments
No comments written yet.
Please login to write comment.