Color spaces of #fd45fd
RGB | 253 | 69 | 253 |
---|---|---|---|
HSL | 0.83 | 0.98 | 0.63 |
HSV | 300° | 73° | 99° |
CMYK | 0.00 | 0.73 | 0.00 0.01 |
XYZ | 60.3658 | 32.2307 | 95.9680 |
Yxy | 32.2307 | 0.3201 | 0.1709 |
Hunter Lab | 56.7721 | 90.4480 | -60.4838 |
CIE-Lab | 63.5331 | 86.9728 | -54.6314 |
#fd45fd color RGB value is (253,69,253).
#fd45fd hex color red value is 253, green value is 69 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fd45fd hue: 0.83 , saturation: 0.98 and the lightness value of fd45fd is 0.63.
The process color (four color CMYK) of #fd45fd color hex is 0.00, 0.73, 0.00, 0.01. Web safe color of #fd45fd is #ff33ff. Color #fd45fd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 01000101 | 11111101 |
Octal | 375 | 105 | 375 |
Decimal | 253 | 69 | 253 |
Hex | FD | 45 | FD |
Shades of #fd45fd
Tints of #fd45fd
RGB Percentages of Color #fd45fd
CMYK Percentages of Color #fd45fd
Complementary Color
#fd45fd | #45fd45 |
#fd45fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd45fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd45fd Color CSS Codes
.mybgcolor {background-color:#fd45fd; } .myforecolor {color:#fd45fd; } .mybordercolor {border:3px solid #fd45fd; }
#fd45fd Text Font Color
<p style="color:#fd45fd">Text here</p>
This sample text font color is #fd45fd
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.
#fd45fd Background Color
<div style="background-color:#fd45fd">
Div content here</div>
This div background color is #fd45fd
#fd45fd Border Color
<div style="border:3px solid #fd45fd">
Div here</div>
This div border color is #fd45fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,69,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd45fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd45fd; -webkit-box-shadow: 1px 1px 3px 2px #fd45fd; box-shadow: 1px 1px 3px 2px #fd45fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,69,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd45fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd45fd; -webkit-box-shadow: 1px 1px 3px 2px #fd45fd; box-shadow: 1px 1px 3px 2px #fd45fd;">
Div content here</div>
This div box has shadow with color #fd45fd
Comments
No comments written yet.
Please login to write comment.