Color spaces of #f804bd
RGB | 248 | 4 | 189 |
---|---|---|---|
HSL | 0.87 | 0.97 | 0.49 |
HSV | 315° | 98° | 97° |
CMYK | 0.00 | 0.98 | 0.24 0.03 |
XYZ | 47.9401 | 23.7174 | 50.1953 |
Yxy | 23.7174 | 0.3934 | 0.1946 |
Hunter Lab | 48.7005 | 90.4870 | -27.0195 |
CIE-Lab | 55.8037 | 88.5077 | -30.7014 |
#f804bd color RGB value is (248,4,189).
#f804bd hex color red value is 248, green value is 4 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f804bd hue: 0.87 , saturation: 0.97 and the lightness value of f804bd is 0.49.
The process color (four color CMYK) of #f804bd color hex is 0.00, 0.98, 0.24, 0.03. Web safe color of #f804bd is #ff00cc. Color #f804bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 00000100 | 10111101 |
Octal | 370 | 4 | 275 |
Decimal | 248 | 4 | 189 |
Hex | F8 | 4 | BD |
Shades of #f804bd
Tints of #f804bd
RGB Percentages of Color #f804bd
CMYK Percentages of Color #f804bd
Complementary Color
#f804bd | #04f83f |
#f804bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f804bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f804bd Color CSS Codes
.mybgcolor {background-color:#f804bd; } .myforecolor {color:#f804bd; } .mybordercolor {border:3px solid #f804bd; }
#f804bd Text Font Color
<p style="color:#f804bd">Text here</p>
This sample text font color is #f804bd
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.
#f804bd Background Color
<div style="background-color:#f804bd">
Div content here</div>
This div background color is #f804bd
#f804bd Border Color
<div style="border:3px solid #f804bd">
Div here</div>
This div border color is #f804bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,4,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f804bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f804bd; -webkit-box-shadow: 1px 1px 3px 2px #f804bd; box-shadow: 1px 1px 3px 2px #f804bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,4,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 #f804bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f804bd; -webkit-box-shadow: 1px 1px 3px 2px #f804bd; box-shadow: 1px 1px 3px 2px #f804bd;">
Div content here</div>
This div box has shadow with color #f804bd
Comments
No comments written yet.
Please login to write comment.