Color spaces of #f180eb
RGB | 241 | 128 | 235 |
---|---|---|---|
HSL | 0.84 | 0.80 | 0.72 |
HSV | 303° | 47° | 95° |
CMYK | 0.00 | 0.47 | 0.02 0.05 |
XYZ | 58.9902 | 40.1373 | 83.2354 |
Yxy | 40.1373 | 0.3235 | 0.2201 |
Hunter Lab | 63.3540 | 55.3355 | -33.5482 |
CIE-Lab | 69.5672 | 57.6740 | -35.3418 |
#f180eb color RGB value is (241,128,235).
#f180eb hex color red value is 241, green value is 128 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f180eb hue: 0.84 , saturation: 0.80 and the lightness value of f180eb is 0.72.
The process color (four color CMYK) of #f180eb color hex is 0.00, 0.47, 0.02, 0.05. Web safe color of #f180eb is #ff99ff. Color #f180eb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 10000000 | 11101011 |
Octal | 361 | 200 | 353 |
Decimal | 241 | 128 | 235 |
Hex | F1 | 80 | EB |
Shades of #f180eb
Tints of #f180eb
RGB Percentages of Color #f180eb
CMYK Percentages of Color #f180eb
Complementary Color
#f180eb | #80f186 |
#f180eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f180eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f180eb Color CSS Codes
.mybgcolor {background-color:#f180eb; } .myforecolor {color:#f180eb; } .mybordercolor {border:3px solid #f180eb; }
#f180eb Text Font Color
<p style="color:#f180eb">Text here</p>
This sample text font color is #f180eb
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.
#f180eb Background Color
<div style="background-color:#f180eb">
Div content here</div>
This div background color is #f180eb
#f180eb Border Color
<div style="border:3px solid #f180eb">
Div here</div>
This div border color is #f180eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,128,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f180eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f180eb; -webkit-box-shadow: 1px 1px 3px 2px #f180eb; box-shadow: 1px 1px 3px 2px #f180eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,128,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 #f180eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f180eb; -webkit-box-shadow: 1px 1px 3px 2px #f180eb; box-shadow: 1px 1px 3px 2px #f180eb;">
Div content here</div>
This div box has shadow with color #f180eb
Comments
No comments written yet.
Please login to write comment.