Color spaces of #f91adc
RGB | 249 | 26 | 220 |
---|---|---|---|
HSL | 0.86 | 0.95 | 0.54 |
HSV | 308° | 90° | 98° |
CMYK | 0.00 | 0.90 | 0.12 0.02 |
XYZ | 52.3546 | 26.0458 | 69.9781 |
Yxy | 26.0458 | 0.3528 | 0.1755 |
Hunter Lab | 51.0351 | 93.8037 | -45.5725 |
CIE-Lab | 58.0805 | 90.5538 | -44.8710 |
#f91adc color RGB value is (249,26,220).
#f91adc hex color red value is 249, green value is 26 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f91adc hue: 0.86 , saturation: 0.95 and the lightness value of f91adc is 0.54.
The process color (four color CMYK) of #f91adc color hex is 0.00, 0.90, 0.12, 0.02. Web safe color of #f91adc is #ff33cc. Color #f91adc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 00011010 | 11011100 |
Octal | 371 | 32 | 334 |
Decimal | 249 | 26 | 220 |
Hex | F9 | 1A | DC |
Shades of #f91adc
Tints of #f91adc
RGB Percentages of Color #f91adc
CMYK Percentages of Color #f91adc
Complementary Color
#f91adc | #1af937 |
#f91adc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f91adc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f91adc Color CSS Codes
.mybgcolor {background-color:#f91adc; } .myforecolor {color:#f91adc; } .mybordercolor {border:3px solid #f91adc; }
#f91adc Text Font Color
<p style="color:#f91adc">Text here</p>
This sample text font color is #f91adc
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.
#f91adc Background Color
<div style="background-color:#f91adc">
Div content here</div>
This div background color is #f91adc
#f91adc Border Color
<div style="border:3px solid #f91adc">
Div here</div>
This div border color is #f91adc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,26,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f91adc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f91adc; -webkit-box-shadow: 1px 1px 3px 2px #f91adc; box-shadow: 1px 1px 3px 2px #f91adc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,26,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 #f91adc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f91adc; -webkit-box-shadow: 1px 1px 3px 2px #f91adc; box-shadow: 1px 1px 3px 2px #f91adc;">
Div content here</div>
This div box has shadow with color #f91adc
Comments
No comments written yet.
Please login to write comment.