Color spaces of #f04bbd
RGB | 240 | 75 | 189 |
---|---|---|---|
HSL | 0.88 | 0.85 | 0.62 |
HSV | 319° | 69° | 94° |
CMYK | 0.00 | 0.69 | 0.21 0.06 |
XYZ | 47.6366 | 27.2315 | 50.8896 |
Yxy | 27.2315 | 0.3788 | 0.2165 |
Hunter Lab | 52.1838 | 71.6241 | -21.2909 |
CIE-Lab | 59.1880 | 73.0786 | -25.5755 |
#f04bbd color RGB value is (240,75,189).
#f04bbd hex color red value is 240, green value is 75 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f04bbd hue: 0.88 , saturation: 0.85 and the lightness value of f04bbd is 0.62.
The process color (four color CMYK) of #f04bbd color hex is 0.00, 0.69, 0.21, 0.06. Web safe color of #f04bbd is #ff33cc. Color #f04bbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 01001011 | 10111101 |
Octal | 360 | 113 | 275 |
Decimal | 240 | 75 | 189 |
Hex | F0 | 4B | BD |
Shades of #f04bbd
Tints of #f04bbd
RGB Percentages of Color #f04bbd
CMYK Percentages of Color #f04bbd
Complementary Color
#f04bbd | #4bf07e |
#f04bbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f04bbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f04bbd Color CSS Codes
.mybgcolor {background-color:#f04bbd; } .myforecolor {color:#f04bbd; } .mybordercolor {border:3px solid #f04bbd; }
#f04bbd Text Font Color
<p style="color:#f04bbd">Text here</p>
This sample text font color is #f04bbd
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.
#f04bbd Background Color
<div style="background-color:#f04bbd">
Div content here</div>
This div background color is #f04bbd
#f04bbd Border Color
<div style="border:3px solid #f04bbd">
Div here</div>
This div border color is #f04bbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,75,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f04bbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f04bbd; -webkit-box-shadow: 1px 1px 3px 2px #f04bbd; box-shadow: 1px 1px 3px 2px #f04bbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,75,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 #f04bbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f04bbd; -webkit-box-shadow: 1px 1px 3px 2px #f04bbd; box-shadow: 1px 1px 3px 2px #f04bbd;">
Div content here</div>
This div box has shadow with color #f04bbd
Comments
No comments written yet.
Please login to write comment.