Color spaces of #fd82ef
RGB | 253 | 130 | 239 |
---|---|---|---|
HSL | 0.85 | 0.97 | 0.75 |
HSV | 307° | 49° | 99° |
CMYK | 0.00 | 0.49 | 0.06 0.01 |
XYZ | 64.0706 | 43.0799 | 86.5997 |
Yxy | 43.0799 | 0.3307 | 0.2223 |
Hunter Lab | 65.6353 | 59.3830 | -32.2830 |
CIE-Lab | 71.6092 | 60.7806 | -34.2526 |
#fd82ef color RGB value is (253,130,239).
#fd82ef hex color red value is 253, green value is 130 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fd82ef hue: 0.85 , saturation: 0.97 and the lightness value of fd82ef is 0.75.
The process color (four color CMYK) of #fd82ef color hex is 0.00, 0.49, 0.06, 0.01. Web safe color of #fd82ef is #ff99ff. Color #fd82ef contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10000010 | 11101111 |
Octal | 375 | 202 | 357 |
Decimal | 253 | 130 | 239 |
Hex | FD | 82 | EF |
Shades of #fd82ef
Tints of #fd82ef
RGB Percentages of Color #fd82ef
CMYK Percentages of Color #fd82ef
Complementary Color
#fd82ef | #82fd90 |
#fd82ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd82ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd82ef Color CSS Codes
.mybgcolor {background-color:#fd82ef; } .myforecolor {color:#fd82ef; } .mybordercolor {border:3px solid #fd82ef; }
#fd82ef Text Font Color
<p style="color:#fd82ef">Text here</p>
This sample text font color is #fd82ef
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.
#fd82ef Background Color
<div style="background-color:#fd82ef">
Div content here</div>
This div background color is #fd82ef
#fd82ef Border Color
<div style="border:3px solid #fd82ef">
Div here</div>
This div border color is #fd82ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,130,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd82ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd82ef; -webkit-box-shadow: 1px 1px 3px 2px #fd82ef; box-shadow: 1px 1px 3px 2px #fd82ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,130,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd82ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd82ef; -webkit-box-shadow: 1px 1px 3px 2px #fd82ef; box-shadow: 1px 1px 3px 2px #fd82ef;">
Div content here</div>
This div box has shadow with color #fd82ef
Comments
No comments written yet.
Please login to write comment.