Color spaces of #f982ef
RGB | 249 | 130 | 239 |
---|---|---|---|
HSL | 0.85 | 0.91 | 0.74 |
HSV | 305° | 48° | 98° |
CMYK | 0.00 | 0.48 | 0.04 0.02 |
XYZ | 62.6295 | 42.3370 | 86.5323 |
Yxy | 42.3370 | 0.3270 | 0.2211 |
Hunter Lab | 65.0669 | 57.9464 | -33.3028 |
CIE-Lab | 71.1026 | 59.6520 | -35.0778 |
#f982ef color RGB value is (249,130,239).
#f982ef hex color red value is 249, green value is 130 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f982ef hue: 0.85 , saturation: 0.91 and the lightness value of f982ef is 0.74.
The process color (four color CMYK) of #f982ef color hex is 0.00, 0.48, 0.04, 0.02. Web safe color of #f982ef is #ff99ff. Color #f982ef contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 10000010 | 11101111 |
Octal | 371 | 202 | 357 |
Decimal | 249 | 130 | 239 |
Hex | F9 | 82 | EF |
Shades of #f982ef
Tints of #f982ef
RGB Percentages of Color #f982ef
CMYK Percentages of Color #f982ef
Complementary Color
#f982ef | #82f98c |
#f982ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f982ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#f982ef Color CSS Codes
.mybgcolor {background-color:#f982ef; } .myforecolor {color:#f982ef; } .mybordercolor {border:3px solid #f982ef; }
#f982ef Text Font Color
<p style="color:#f982ef">Text here</p>
This sample text font color is #f982ef
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.
#f982ef Background Color
<div style="background-color:#f982ef">
Div content here</div>
This div background color is #f982ef
#f982ef Border Color
<div style="border:3px solid #f982ef">
Div here</div>
This div border color is #f982ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,130,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f982ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f982ef; -webkit-box-shadow: 1px 1px 3px 2px #f982ef; box-shadow: 1px 1px 3px 2px #f982ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,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 #f982ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f982ef; -webkit-box-shadow: 1px 1px 3px 2px #f982ef; box-shadow: 1px 1px 3px 2px #f982ef;">
Div content here</div>
This div box has shadow with color #f982ef
Comments
No comments written yet.
Please login to write comment.