Color spaces of #f632bd
RGB | 246 | 50 | 189 |
---|---|---|---|
HSL | 0.88 | 0.92 | 0.58 |
HSV | 317° | 80° | 96° |
CMYK | 0.00 | 0.80 | 0.23 0.04 |
XYZ | 48.3319 | 25.5482 | 50.5280 |
Yxy | 25.5482 | 0.3885 | 0.2054 |
Hunter Lab | 50.5452 | 82.2295 | -23.8881 |
CIE-Lab | 57.6057 | 81.8219 | -27.9351 |
#f632bd color RGB value is (246,50,189).
#f632bd hex color red value is 246, green value is 50 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f632bd hue: 0.88 , saturation: 0.92 and the lightness value of f632bd is 0.58.
The process color (four color CMYK) of #f632bd color hex is 0.00, 0.80, 0.23, 0.04. Web safe color of #f632bd is #ff33cc. Color #f632bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 00110010 | 10111101 |
Octal | 366 | 62 | 275 |
Decimal | 246 | 50 | 189 |
Hex | F6 | 32 | BD |
Shades of #f632bd
Tints of #f632bd
RGB Percentages of Color #f632bd
CMYK Percentages of Color #f632bd
Complementary Color
#f632bd | #32f66b |
#f632bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f632bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f632bd Color CSS Codes
.mybgcolor {background-color:#f632bd; } .myforecolor {color:#f632bd; } .mybordercolor {border:3px solid #f632bd; }
#f632bd Text Font Color
<p style="color:#f632bd">Text here</p>
This sample text font color is #f632bd
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.
#f632bd Background Color
<div style="background-color:#f632bd">
Div content here</div>
This div background color is #f632bd
#f632bd Border Color
<div style="border:3px solid #f632bd">
Div here</div>
This div border color is #f632bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,50,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f632bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f632bd; -webkit-box-shadow: 1px 1px 3px 2px #f632bd; box-shadow: 1px 1px 3px 2px #f632bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,50,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f632bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f632bd; -webkit-box-shadow: 1px 1px 3px 2px #f632bd; box-shadow: 1px 1px 3px 2px #f632bd;">
Div content here</div>
This div box has shadow with color #f632bd
Comments
No comments written yet.
Please login to write comment.