Color spaces of #fd9483
RGB | 253 | 148 | 131 |
---|---|---|---|
HSL | 0.02 | 0.97 | 0.75 |
HSV | 8° | 48° | 99° |
CMYK | 0.00 | 0.42 | 0.48 0.01 |
XYZ | 55.1947 | 43.7011 | 26.9988 |
Yxy | 43.7011 | 0.4384 | 0.3471 |
Hunter Lab | 66.1068 | 33.3485 | 22.0600 |
CIE-Lab | 72.0283 | 37.7154 | 26.1241 |
#fd9483 color RGB value is (253,148,131).
#fd9483 hex color red value is 253, green value is 148 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #fd9483 hue: 0.02 , saturation: 0.97 and the lightness value of fd9483 is 0.75.
The process color (four color CMYK) of #fd9483 color hex is 0.00, 0.42, 0.48, 0.01. Web safe color of #fd9483 is #ff9999. Color #fd9483 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10010100 | 10000011 |
Octal | 375 | 224 | 203 |
Decimal | 253 | 148 | 131 |
Hex | FD | 94 | 83 |
Shades of #fd9483
Tints of #fd9483
RGB Percentages of Color #fd9483
CMYK Percentages of Color #fd9483
Complementary Color
#fd9483 | #83ecfd |
#fd9483 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd9483 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd9483 Color CSS Codes
.mybgcolor {background-color:#fd9483; } .myforecolor {color:#fd9483; } .mybordercolor {border:3px solid #fd9483; }
#fd9483 Text Font Color
<p style="color:#fd9483">Text here</p>
This sample text font color is #fd9483
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.
#fd9483 Background Color
<div style="background-color:#fd9483">
Div content here</div>
This div background color is #fd9483
#fd9483 Border Color
<div style="border:3px solid #fd9483">
Div here</div>
This div border color is #fd9483
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,148,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd9483; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd9483; -webkit-box-shadow: 1px 1px 3px 2px #fd9483; box-shadow: 1px 1px 3px 2px #fd9483; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,148,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd9483">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd9483; -webkit-box-shadow: 1px 1px 3px 2px #fd9483; box-shadow: 1px 1px 3px 2px #fd9483;">
Div content here</div>
This div box has shadow with color #fd9483
Comments
No comments written yet.
Please login to write comment.