Color spaces of #f48beb
RGB | 244 | 139 | 235 |
---|---|---|---|
HSL | 0.85 | 0.83 | 0.75 |
HSV | 305° | 43° | 96° |
CMYK | 0.00 | 0.43 | 0.04 0.04 |
XYZ | 61.5362 | 43.6965 | 83.7882 |
Yxy | 43.6965 | 0.3256 | 0.2312 |
Hunter Lab | 66.1033 | 50.4865 | -28.8797 |
CIE-Lab | 72.0252 | 53.1289 | -31.5079 |
#f48beb color RGB value is (244,139,235).
#f48beb hex color red value is 244, green value is 139 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f48beb hue: 0.85 , saturation: 0.83 and the lightness value of f48beb is 0.75.
The process color (four color CMYK) of #f48beb color hex is 0.00, 0.43, 0.04, 0.04. Web safe color of #f48beb is #ff99ff. Color #f48beb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 10001011 | 11101011 |
Octal | 364 | 213 | 353 |
Decimal | 244 | 139 | 235 |
Hex | F4 | 8B | EB |
Shades of #f48beb
Tints of #f48beb
RGB Percentages of Color #f48beb
CMYK Percentages of Color #f48beb
Complementary Color
#f48beb | #8bf494 |
#f48beb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f48beb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f48beb Color CSS Codes
.mybgcolor {background-color:#f48beb; } .myforecolor {color:#f48beb; } .mybordercolor {border:3px solid #f48beb; }
#f48beb Text Font Color
<p style="color:#f48beb">Text here</p>
This sample text font color is #f48beb
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.
#f48beb Background Color
<div style="background-color:#f48beb">
Div content here</div>
This div background color is #f48beb
#f48beb Border Color
<div style="border:3px solid #f48beb">
Div here</div>
This div border color is #f48beb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,139,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f48beb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f48beb; -webkit-box-shadow: 1px 1px 3px 2px #f48beb; box-shadow: 1px 1px 3px 2px #f48beb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,139,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 #f48beb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f48beb; -webkit-box-shadow: 1px 1px 3px 2px #f48beb; box-shadow: 1px 1px 3px 2px #f48beb;">
Div content here</div>
This div box has shadow with color #f48beb
Comments
No comments written yet.
Please login to write comment.