Color spaces of #fd53aa
RGB | 253 | 83 | 170 |
---|---|---|---|
HSL | 0.91 | 0.98 | 0.66 |
HSV | 329° | 67° | 99° |
CMYK | 0.00 | 0.67 | 0.33 0.01 |
XYZ | 50.8570 | 29.9714 | 41.1348 |
Yxy | 29.9714 | 0.4170 | 0.2457 |
Hunter Lab | 54.7461 | 70.0137 | -6.2266 |
CIE-Lab | 61.6295 | 71.3102 | -10.7376 |
#fd53aa color RGB value is (253,83,170).
#fd53aa hex color red value is 253, green value is 83 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fd53aa hue: 0.91 , saturation: 0.98 and the lightness value of fd53aa is 0.66.
The process color (four color CMYK) of #fd53aa color hex is 0.00, 0.67, 0.33, 0.01. Web safe color of #fd53aa is #ff6699. Color #fd53aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 01010011 | 10101010 |
Octal | 375 | 123 | 252 |
Decimal | 253 | 83 | 170 |
Hex | FD | 53 | AA |
Shades of #fd53aa
Tints of #fd53aa
RGB Percentages of Color #fd53aa
CMYK Percentages of Color #fd53aa
Complementary Color
#fd53aa | #53fda6 |
#fd53aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd53aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd53aa Color CSS Codes
.mybgcolor {background-color:#fd53aa; } .myforecolor {color:#fd53aa; } .mybordercolor {border:3px solid #fd53aa; }
#fd53aa Text Font Color
<p style="color:#fd53aa">Text here</p>
This sample text font color is #fd53aa
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.
#fd53aa Background Color
<div style="background-color:#fd53aa">
Div content here</div>
This div background color is #fd53aa
#fd53aa Border Color
<div style="border:3px solid #fd53aa">
Div here</div>
This div border color is #fd53aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,83,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd53aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd53aa; -webkit-box-shadow: 1px 1px 3px 2px #fd53aa; box-shadow: 1px 1px 3px 2px #fd53aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,83,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd53aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd53aa; -webkit-box-shadow: 1px 1px 3px 2px #fd53aa; box-shadow: 1px 1px 3px 2px #fd53aa;">
Div content here</div>
This div box has shadow with color #fd53aa
Comments
No comments written yet.
Please login to write comment.