Color spaces of #fd175e
RGB | 253 | 23 | 94 |
---|---|---|---|
HSL | 0.95 | 0.98 | 0.54 |
HSV | 341° | 91° | 99° |
CMYK | 0.00 | 0.91 | 0.63 0.01 |
XYZ | 42.8348 | 22.3036 | 12.6371 |
Yxy | 22.3036 | 0.5507 | 0.2868 |
Hunter Lab | 47.2267 | 79.2535 | 17.1936 |
CIE-Lab | 54.3477 | 80.1220 | 23.7319 |
#fd175e color RGB value is (253,23,94).
#fd175e hex color red value is 253, green value is 23 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fd175e hue: 0.95 , saturation: 0.98 and the lightness value of fd175e is 0.54.
The process color (four color CMYK) of #fd175e color hex is 0.00, 0.91, 0.63, 0.01. Web safe color of #fd175e is #ff0066. Color #fd175e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 00010111 | 01011110 |
Octal | 375 | 27 | 136 |
Decimal | 253 | 23 | 94 |
Hex | FD | 17 | 5E |
Shades of #fd175e
Tints of #fd175e
RGB Percentages of Color #fd175e
CMYK Percentages of Color #fd175e
Complementary Color
#fd175e | #17fdb6 |
#fd175e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd175e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd175e Color CSS Codes
.mybgcolor {background-color:#fd175e; } .myforecolor {color:#fd175e; } .mybordercolor {border:3px solid #fd175e; }
#fd175e Text Font Color
<p style="color:#fd175e">Text here</p>
This sample text font color is #fd175e
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.
#fd175e Background Color
<div style="background-color:#fd175e">
Div content here</div>
This div background color is #fd175e
#fd175e Border Color
<div style="border:3px solid #fd175e">
Div here</div>
This div border color is #fd175e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,23,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd175e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd175e; -webkit-box-shadow: 1px 1px 3px 2px #fd175e; box-shadow: 1px 1px 3px 2px #fd175e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,23,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd175e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd175e; -webkit-box-shadow: 1px 1px 3px 2px #fd175e; box-shadow: 1px 1px 3px 2px #fd175e;">
Div content here</div>
This div box has shadow with color #fd175e
Comments
No comments written yet.
Please login to write comment.