Color spaces of #fd82da
RGB | 253 | 130 | 218 |
---|---|---|---|
HSL | 0.88 | 0.97 | 0.75 |
HSV | 317° | 49° | 99° |
CMYK | 0.00 | 0.49 | 0.14 0.01 |
XYZ | 61.1455 | 41.9099 | 71.1964 |
Yxy | 41.9099 | 0.3509 | 0.2405 |
Hunter Lab | 64.7379 | 55.3036 | -19.8885 |
CIE-Lab | 70.8088 | 57.4547 | -23.9216 |
#fd82da color RGB value is (253,130,218).
#fd82da hex color red value is 253, green value is 130 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fd82da hue: 0.88 , saturation: 0.97 and the lightness value of fd82da is 0.75.
The process color (four color CMYK) of #fd82da color hex is 0.00, 0.49, 0.14, 0.01. Web safe color of #fd82da is #ff99cc. Color #fd82da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10000010 | 11011010 |
Octal | 375 | 202 | 332 |
Decimal | 253 | 130 | 218 |
Hex | FD | 82 | DA |
Shades of #fd82da
Tints of #fd82da
RGB Percentages of Color #fd82da
CMYK Percentages of Color #fd82da
Complementary Color
#fd82da | #82fda5 |
#fd82da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd82da Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd82da Color CSS Codes
.mybgcolor {background-color:#fd82da; } .myforecolor {color:#fd82da; } .mybordercolor {border:3px solid #fd82da; }
#fd82da Text Font Color
<p style="color:#fd82da">Text here</p>
This sample text font color is #fd82da
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.
#fd82da Background Color
<div style="background-color:#fd82da">
Div content here</div>
This div background color is #fd82da
#fd82da Border Color
<div style="border:3px solid #fd82da">
Div here</div>
This div border color is #fd82da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,130,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd82da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd82da; -webkit-box-shadow: 1px 1px 3px 2px #fd82da; box-shadow: 1px 1px 3px 2px #fd82da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,130,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd82da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd82da; -webkit-box-shadow: 1px 1px 3px 2px #fd82da; box-shadow: 1px 1px 3px 2px #fd82da;">
Div content here</div>
This div box has shadow with color #fd82da
Comments
No comments written yet.
Please login to write comment.