Color spaces of #f882dc
RGB | 248 | 130 | 220 |
---|---|---|---|
HSL | 0.87 | 0.89 | 0.74 |
HSV | 314° | 48° | 97° |
CMYK | 0.00 | 0.48 | 0.11 0.03 |
XYZ | 59.6123 | 41.0890 | 72.4992 |
Yxy | 41.0890 | 0.3442 | 0.2372 |
Hunter Lab | 64.1007 | 53.8250 | -22.1877 |
CIE-Lab | 70.2382 | 56.2757 | -25.9577 |
#f882dc color RGB value is (248,130,220).
#f882dc hex color red value is 248, green value is 130 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f882dc hue: 0.87 , saturation: 0.89 and the lightness value of f882dc is 0.74.
The process color (four color CMYK) of #f882dc color hex is 0.00, 0.48, 0.11, 0.03. Web safe color of #f882dc is #ff99cc. Color #f882dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 10000010 | 11011100 |
Octal | 370 | 202 | 334 |
Decimal | 248 | 130 | 220 |
Hex | F8 | 82 | DC |
Shades of #f882dc
Tints of #f882dc
RGB Percentages of Color #f882dc
CMYK Percentages of Color #f882dc
Complementary Color
#f882dc | #82f89e |
#f882dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f882dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f882dc Color CSS Codes
.mybgcolor {background-color:#f882dc; } .myforecolor {color:#f882dc; } .mybordercolor {border:3px solid #f882dc; }
#f882dc Text Font Color
<p style="color:#f882dc">Text here</p>
This sample text font color is #f882dc
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.
#f882dc Background Color
<div style="background-color:#f882dc">
Div content here</div>
This div background color is #f882dc
#f882dc Border Color
<div style="border:3px solid #f882dc">
Div here</div>
This div border color is #f882dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,130,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f882dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f882dc; -webkit-box-shadow: 1px 1px 3px 2px #f882dc; box-shadow: 1px 1px 3px 2px #f882dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,130,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 #f882dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f882dc; -webkit-box-shadow: 1px 1px 3px 2px #f882dc; box-shadow: 1px 1px 3px 2px #f882dc;">
Div content here</div>
This div box has shadow with color #f882dc
Comments
No comments written yet.
Please login to write comment.