Color spaces of #f190eb
RGB | 241 | 144 | 235 |
---|---|---|---|
HSL | 0.84 | 0.78 | 0.75 |
HSV | 304° | 40° | 95° |
CMYK | 0.00 | 0.40 | 0.02 0.05 |
XYZ | 61.2443 | 44.6454 | 83.9868 |
Yxy | 44.6454 | 0.3225 | 0.2351 |
Hunter Lab | 66.8172 | 46.6820 | -27.7533 |
CIE-Lab | 72.6578 | 49.7171 | -30.5619 |
#f190eb color RGB value is (241,144,235).
#f190eb hex color red value is 241, green value is 144 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f190eb hue: 0.84 , saturation: 0.78 and the lightness value of f190eb is 0.75.
The process color (four color CMYK) of #f190eb color hex is 0.00, 0.40, 0.02, 0.05. Web safe color of #f190eb is #ff99ff. Color #f190eb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 10010000 | 11101011 |
Octal | 361 | 220 | 353 |
Decimal | 241 | 144 | 235 |
Hex | F1 | 90 | EB |
Shades of #f190eb
Tints of #f190eb
RGB Percentages of Color #f190eb
CMYK Percentages of Color #f190eb
Complementary Color
#f190eb | #90f196 |
#f190eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f190eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f190eb Color CSS Codes
.mybgcolor {background-color:#f190eb; } .myforecolor {color:#f190eb; } .mybordercolor {border:3px solid #f190eb; }
#f190eb Text Font Color
<p style="color:#f190eb">Text here</p>
This sample text font color is #f190eb
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.
#f190eb Background Color
<div style="background-color:#f190eb">
Div content here</div>
This div background color is #f190eb
#f190eb Border Color
<div style="border:3px solid #f190eb">
Div here</div>
This div border color is #f190eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,144,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f190eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f190eb; -webkit-box-shadow: 1px 1px 3px 2px #f190eb; box-shadow: 1px 1px 3px 2px #f190eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,144,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f190eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f190eb; -webkit-box-shadow: 1px 1px 3px 2px #f190eb; box-shadow: 1px 1px 3px 2px #f190eb;">
Div content here</div>
This div box has shadow with color #f190eb
Comments
No comments written yet.
Please login to write comment.