Color spaces of #f482eb
RGB | 244 | 130 | 235 |
---|---|---|---|
HSL | 0.85 | 0.84 | 0.73 |
HSV | 305° | 47° | 96° |
CMYK | 0.00 | 0.47 | 0.04 0.04 |
XYZ | 60.2863 | 41.1965 | 83.3716 |
Yxy | 41.1965 | 0.3261 | 0.2229 |
Hunter Lab | 64.1845 | 55.3361 | -32.0848 |
CIE-Lab | 70.3134 | 57.5587 | -34.1550 |
#f482eb color RGB value is (244,130,235).
#f482eb hex color red value is 244, green value is 130 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f482eb hue: 0.85 , saturation: 0.84 and the lightness value of f482eb is 0.73.
The process color (four color CMYK) of #f482eb color hex is 0.00, 0.47, 0.04, 0.04. Web safe color of #f482eb is #ff99ff. Color #f482eb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 10000010 | 11101011 |
Octal | 364 | 202 | 353 |
Decimal | 244 | 130 | 235 |
Hex | F4 | 82 | EB |
Shades of #f482eb
Tints of #f482eb
RGB Percentages of Color #f482eb
CMYK Percentages of Color #f482eb
Complementary Color
#f482eb | #82f48b |
#f482eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f482eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f482eb Color CSS Codes
.mybgcolor {background-color:#f482eb; } .myforecolor {color:#f482eb; } .mybordercolor {border:3px solid #f482eb; }
#f482eb Text Font Color
<p style="color:#f482eb">Text here</p>
This sample text font color is #f482eb
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.
#f482eb Background Color
<div style="background-color:#f482eb">
Div content here</div>
This div background color is #f482eb
#f482eb Border Color
<div style="border:3px solid #f482eb">
Div here</div>
This div border color is #f482eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,130,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f482eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f482eb; -webkit-box-shadow: 1px 1px 3px 2px #f482eb; box-shadow: 1px 1px 3px 2px #f482eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,130,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 #f482eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f482eb; -webkit-box-shadow: 1px 1px 3px 2px #f482eb; box-shadow: 1px 1px 3px 2px #f482eb;">
Div content here</div>
This div box has shadow with color #f482eb
Comments
No comments written yet.
Please login to write comment.