Color spaces of #f188fe
RGB | 241 | 136 | 254 |
---|---|---|---|
HSL | 0.81 | 0.98 | 0.76 |
HSV | 293° | 46° | 100° |
CMYK | 0.05 | 0.46 | 0.00 0.00 |
XYZ | 62.9692 | 43.4648 | 98.8366 |
Yxy | 43.4648 | 0.3068 | 0.2117 |
Hunter Lab | 65.9278 | 55.1157 | -42.7359 |
CIE-Lab | 71.8693 | 57.1326 | -42.1505 |
#f188fe color RGB value is (241,136,254).
#f188fe hex color red value is 241, green value is 136 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f188fe hue: 0.81 , saturation: 0.98 and the lightness value of f188fe is 0.76.
The process color (four color CMYK) of #f188fe color hex is 0.05, 0.46, 0.00, 0.00. Web safe color of #f188fe is #ff99ff. Color #f188fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 10001000 | 11111110 |
Octal | 361 | 210 | 376 |
Decimal | 241 | 136 | 254 |
Hex | F1 | 88 | FE |
Shades of #f188fe
Tints of #f188fe
RGB Percentages of Color #f188fe
CMYK Percentages of Color #f188fe
Complementary Color
#f188fe | #95fe88 |
#f188fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f188fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#f188fe Color CSS Codes
.mybgcolor {background-color:#f188fe; } .myforecolor {color:#f188fe; } .mybordercolor {border:3px solid #f188fe; }
#f188fe Text Font Color
<p style="color:#f188fe">Text here</p>
This sample text font color is #f188fe
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.
#f188fe Background Color
<div style="background-color:#f188fe">
Div content here</div>
This div background color is #f188fe
#f188fe Border Color
<div style="border:3px solid #f188fe">
Div here</div>
This div border color is #f188fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,136,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f188fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f188fe; -webkit-box-shadow: 1px 1px 3px 2px #f188fe; box-shadow: 1px 1px 3px 2px #f188fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,136,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f188fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f188fe; -webkit-box-shadow: 1px 1px 3px 2px #f188fe; box-shadow: 1px 1px 3px 2px #f188fe;">
Div content here</div>
This div box has shadow with color #f188fe
Comments
No comments written yet.
Please login to write comment.