Color spaces of #f52bed
RGB | 245 | 43 | 237 |
---|---|---|---|
HSL | 0.84 | 0.91 | 0.56 |
HSV | 302° | 82° | 96° |
CMYK | 0.00 | 0.82 | 0.03 0.04 |
XYZ | 53.8061 | 27.2547 | 82.5455 |
Yxy | 27.2547 | 0.3289 | 0.1666 |
Hunter Lab | 52.2060 | 92.6103 | -57.2021 |
CIE-Lab | 59.2093 | 89.4413 | -52.6936 |
#f52bed color RGB value is (245,43,237).
#f52bed hex color red value is 245, green value is 43 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f52bed hue: 0.84 , saturation: 0.91 and the lightness value of f52bed is 0.56.
The process color (four color CMYK) of #f52bed color hex is 0.00, 0.82, 0.03, 0.04. Web safe color of #f52bed is #ff33ff. Color #f52bed contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 00101011 | 11101101 |
Octal | 365 | 53 | 355 |
Decimal | 245 | 43 | 237 |
Hex | F5 | 2B | ED |
Shades of #f52bed
Tints of #f52bed
RGB Percentages of Color #f52bed
CMYK Percentages of Color #f52bed
Complementary Color
#f52bed | #2bf533 |
#f52bed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f52bed Color Preview on White Background
Lorem ipsum dolor sit amet.
#f52bed Color CSS Codes
.mybgcolor {background-color:#f52bed; } .myforecolor {color:#f52bed; } .mybordercolor {border:3px solid #f52bed; }
#f52bed Text Font Color
<p style="color:#f52bed">Text here</p>
This sample text font color is #f52bed
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.
#f52bed Background Color
<div style="background-color:#f52bed">
Div content here</div>
This div background color is #f52bed
#f52bed Border Color
<div style="border:3px solid #f52bed">
Div here</div>
This div border color is #f52bed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,43,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f52bed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f52bed; -webkit-box-shadow: 1px 1px 3px 2px #f52bed; box-shadow: 1px 1px 3px 2px #f52bed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,43,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f52bed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f52bed; -webkit-box-shadow: 1px 1px 3px 2px #f52bed; box-shadow: 1px 1px 3px 2px #f52bed;">
Div content here</div>
This div box has shadow with color #f52bed
Comments
No comments written yet.
Please login to write comment.