Color spaces of #fd35cd
RGB | 253 | 53 | 205 |
---|---|---|---|
HSL | 0.87 | 0.98 | 0.60 |
HSV | 314° | 79° | 99° |
CMYK | 0.00 | 0.79 | 0.19 0.01 |
XYZ | 52.8006 | 27.8366 | 60.3477 |
Yxy | 27.8366 | 0.3745 | 0.1974 |
Hunter Lab | 52.7604 | 86.3053 | -30.8840 |
CIE-Lab | 59.7408 | 84.5577 | -33.6970 |
#fd35cd color RGB value is (253,53,205).
#fd35cd hex color red value is 253, green value is 53 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fd35cd hue: 0.87 , saturation: 0.98 and the lightness value of fd35cd is 0.60.
The process color (four color CMYK) of #fd35cd color hex is 0.00, 0.79, 0.19, 0.01. Web safe color of #fd35cd is #ff33cc. Color #fd35cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 00110101 | 11001101 |
Octal | 375 | 65 | 315 |
Decimal | 253 | 53 | 205 |
Hex | FD | 35 | CD |
Shades of #fd35cd
Tints of #fd35cd
RGB Percentages of Color #fd35cd
CMYK Percentages of Color #fd35cd
Complementary Color
#fd35cd | #35fd65 |
#fd35cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd35cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd35cd Color CSS Codes
.mybgcolor {background-color:#fd35cd; } .myforecolor {color:#fd35cd; } .mybordercolor {border:3px solid #fd35cd; }
#fd35cd Text Font Color
<p style="color:#fd35cd">Text here</p>
This sample text font color is #fd35cd
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.
#fd35cd Background Color
<div style="background-color:#fd35cd">
Div content here</div>
This div background color is #fd35cd
#fd35cd Border Color
<div style="border:3px solid #fd35cd">
Div here</div>
This div border color is #fd35cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,53,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd35cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd35cd; -webkit-box-shadow: 1px 1px 3px 2px #fd35cd; box-shadow: 1px 1px 3px 2px #fd35cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,53,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd35cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd35cd; -webkit-box-shadow: 1px 1px 3px 2px #fd35cd; box-shadow: 1px 1px 3px 2px #fd35cd;">
Div content here</div>
This div box has shadow with color #fd35cd
Comments
No comments written yet.
Please login to write comment.