Color spaces of #f96cea
RGB | 249 | 108 | 234 |
---|---|---|---|
HSL | 0.85 | 0.92 | 0.70 |
HSV | 306° | 57° | 98° |
CMYK | 0.00 | 0.57 | 0.06 0.02 |
XYZ | 59.2808 | 36.8054 | 81.8216 |
Yxy | 36.8054 | 0.3332 | 0.2069 |
Hunter Lab | 60.6675 | 68.2520 | -37.4966 |
CIE-Lab | 67.1308 | 68.8750 | -38.5013 |
#f96cea color RGB value is (249,108,234).
#f96cea hex color red value is 249, green value is 108 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f96cea hue: 0.85 , saturation: 0.92 and the lightness value of f96cea is 0.70.
The process color (four color CMYK) of #f96cea color hex is 0.00, 0.57, 0.06, 0.02. Web safe color of #f96cea is #ff66ff. Color #f96cea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 01101100 | 11101010 |
Octal | 371 | 154 | 352 |
Decimal | 249 | 108 | 234 |
Hex | F9 | 6C | EA |
Shades of #f96cea
Tints of #f96cea
RGB Percentages of Color #f96cea
CMYK Percentages of Color #f96cea
Complementary Color
#f96cea | #6cf97b |
#f96cea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f96cea Color Preview on White Background
Lorem ipsum dolor sit amet.
#f96cea Color CSS Codes
.mybgcolor {background-color:#f96cea; } .myforecolor {color:#f96cea; } .mybordercolor {border:3px solid #f96cea; }
#f96cea Text Font Color
<p style="color:#f96cea">Text here</p>
This sample text font color is #f96cea
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.
#f96cea Background Color
<div style="background-color:#f96cea">
Div content here</div>
This div background color is #f96cea
#f96cea Border Color
<div style="border:3px solid #f96cea">
Div here</div>
This div border color is #f96cea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,108,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f96cea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f96cea; -webkit-box-shadow: 1px 1px 3px 2px #f96cea; box-shadow: 1px 1px 3px 2px #f96cea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,108,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f96cea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f96cea; -webkit-box-shadow: 1px 1px 3px 2px #f96cea; box-shadow: 1px 1px 3px 2px #f96cea;">
Div content here</div>
This div box has shadow with color #f96cea
Comments
No comments written yet.
Please login to write comment.