Color spaces of #f32fdb
RGB | 243 | 47 | 219 |
---|---|---|---|
HSL | 0.85 | 0.89 | 0.57 |
HSV | 307° | 81° | 95° |
CMYK | 0.00 | 0.81 | 0.10 0.05 |
XYZ | 50.7648 | 26.2022 | 69.3998 |
Yxy | 26.2022 | 0.3468 | 0.1790 |
Hunter Lab | 51.1881 | 87.4448 | -44.5526 |
CIE-Lab | 58.2285 | 85.7245 | -44.1391 |
#f32fdb color RGB value is (243,47,219).
#f32fdb hex color red value is 243, green value is 47 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f32fdb hue: 0.85 , saturation: 0.89 and the lightness value of f32fdb is 0.57.
The process color (four color CMYK) of #f32fdb color hex is 0.00, 0.81, 0.10, 0.05. Web safe color of #f32fdb is #ff33cc. Color #f32fdb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110011 | 00101111 | 11011011 |
Octal | 363 | 57 | 333 |
Decimal | 243 | 47 | 219 |
Hex | F3 | 2F | DB |
Shades of #f32fdb
Tints of #f32fdb
RGB Percentages of Color #f32fdb
CMYK Percentages of Color #f32fdb
Complementary Color
#f32fdb | #2ff347 |
#f32fdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f32fdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f32fdb Color CSS Codes
.mybgcolor {background-color:#f32fdb; } .myforecolor {color:#f32fdb; } .mybordercolor {border:3px solid #f32fdb; }
#f32fdb Text Font Color
<p style="color:#f32fdb">Text here</p>
This sample text font color is #f32fdb
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.
#f32fdb Background Color
<div style="background-color:#f32fdb">
Div content here</div>
This div background color is #f32fdb
#f32fdb Border Color
<div style="border:3px solid #f32fdb">
Div here</div>
This div border color is #f32fdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(243,47,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f32fdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f32fdb; -webkit-box-shadow: 1px 1px 3px 2px #f32fdb; box-shadow: 1px 1px 3px 2px #f32fdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(243,47,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f32fdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f32fdb; -webkit-box-shadow: 1px 1px 3px 2px #f32fdb; box-shadow: 1px 1px 3px 2px #f32fdb;">
Div content here</div>
This div box has shadow with color #f32fdb
Comments
No comments written yet.
Please login to write comment.