Color spaces of #ff98dc
RGB | 255 | 152 | 220 |
---|---|---|---|
HSL | 0.89 | 1.00 | 0.80 |
HSV | 320° | 40° | 100° |
CMYK | 0.00 | 0.40 | 0.14 0.00 |
XYZ | 65.3865 | 48.8838 | 73.6994 |
Yxy | 48.8838 | 0.3479 | 0.2601 |
Hunter Lab | 69.9170 | 44.5790 | -13.5557 |
CIE-Lab | 75.3790 | 47.5124 | -18.0528 |
#ff98dc color RGB value is (255,152,220).
#ff98dc hex color red value is 255, green value is 152 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ff98dc hue: 0.89 , saturation: 1.00 and the lightness value of ff98dc is 0.80.
The process color (four color CMYK) of #ff98dc color hex is 0.00, 0.40, 0.14, 0.00. Web safe color of #ff98dc is #ff99cc. Color #ff98dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10011000 | 11011100 |
Octal | 377 | 230 | 334 |
Decimal | 255 | 152 | 220 |
Hex | FF | 98 | DC |
Shades of #ff98dc
Tints of #ff98dc
RGB Percentages of Color #ff98dc
CMYK Percentages of Color #ff98dc
Complementary Color
#ff98dc | #98ffbb |
#ff98dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff98dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff98dc Color CSS Codes
.mybgcolor {background-color:#ff98dc; } .myforecolor {color:#ff98dc; } .mybordercolor {border:3px solid #ff98dc; }
#ff98dc Text Font Color
<p style="color:#ff98dc">Text here</p>
This sample text font color is #ff98dc
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.
#ff98dc Background Color
<div style="background-color:#ff98dc">
Div content here</div>
This div background color is #ff98dc
#ff98dc Border Color
<div style="border:3px solid #ff98dc">
Div here</div>
This div border color is #ff98dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,152,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff98dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff98dc; -webkit-box-shadow: 1px 1px 3px 2px #ff98dc; box-shadow: 1px 1px 3px 2px #ff98dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,152,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ff98dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff98dc; -webkit-box-shadow: 1px 1px 3px 2px #ff98dc; box-shadow: 1px 1px 3px 2px #ff98dc;">
Div content here</div>
This div box has shadow with color #ff98dc
#ff98dc Color Palettes
Comments
No comments written yet.
Please login to write comment.