Color spaces of #fd327f
RGB | 253 | 50 | 127 |
---|---|---|---|
HSL | 0.94 | 0.98 | 0.59 |
HSV | 337° | 80° | 99° |
CMYK | 0.00 | 0.80 | 0.50 0.01 |
XYZ | 45.4794 | 24.6962 | 22.4485 |
Yxy | 24.6962 | 0.4910 | 0.2666 |
Hunter Lab | 49.6953 | 76.3903 | 8.0040 |
CIE-Lab | 56.7782 | 77.3777 | 7.3282 |
#fd327f color RGB value is (253,50,127).
#fd327f hex color red value is 253, green value is 50 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fd327f hue: 0.94 , saturation: 0.98 and the lightness value of fd327f is 0.59.
The process color (four color CMYK) of #fd327f color hex is 0.00, 0.80, 0.50, 0.01. Web safe color of #fd327f is #ff3366. Color #fd327f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 00110010 | 01111111 |
Octal | 375 | 62 | 177 |
Decimal | 253 | 50 | 127 |
Hex | FD | 32 | 7F |
Shades of #fd327f
Tints of #fd327f
RGB Percentages of Color #fd327f
CMYK Percentages of Color #fd327f
Complementary Color
#fd327f | #32fdb0 |
#fd327f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd327f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd327f Color CSS Codes
.mybgcolor {background-color:#fd327f; } .myforecolor {color:#fd327f; } .mybordercolor {border:3px solid #fd327f; }
#fd327f Text Font Color
<p style="color:#fd327f">Text here</p>
This sample text font color is #fd327f
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.
#fd327f Background Color
<div style="background-color:#fd327f">
Div content here</div>
This div background color is #fd327f
#fd327f Border Color
<div style="border:3px solid #fd327f">
Div here</div>
This div border color is #fd327f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,50,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd327f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd327f; -webkit-box-shadow: 1px 1px 3px 2px #fd327f; box-shadow: 1px 1px 3px 2px #fd327f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,50,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd327f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd327f; -webkit-box-shadow: 1px 1px 3px 2px #fd327f; box-shadow: 1px 1px 3px 2px #fd327f;">
Div content here</div>
This div box has shadow with color #fd327f
Comments
No comments written yet.
Please login to write comment.