Color spaces of #f00ddf
RGB | 240 | 13 | 223 |
---|---|---|---|
HSL | 0.85 | 0.90 | 0.50 |
HSV | 304° | 95° | 94° |
CMYK | 0.00 | 0.95 | 0.07 0.06 |
XYZ | 49.3984 | 24.1408 | 71.8681 |
Yxy | 24.1408 | 0.3397 | 0.1660 |
Hunter Lab | 49.1333 | 93.4799 | -52.3312 |
CIE-Lab | 56.2285 | 90.6722 | -49.6042 |
#f00ddf color RGB value is (240,13,223).
#f00ddf hex color red value is 240, green value is 13 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f00ddf hue: 0.85 , saturation: 0.90 and the lightness value of f00ddf is 0.50.
The process color (four color CMYK) of #f00ddf color hex is 0.00, 0.95, 0.07, 0.06. Web safe color of #f00ddf is #ff00cc. Color #f00ddf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 00001101 | 11011111 |
Octal | 360 | 15 | 337 |
Decimal | 240 | 13 | 223 |
Hex | F0 | D | DF |
Shades of #f00ddf
Tints of #f00ddf
RGB Percentages of Color #f00ddf
CMYK Percentages of Color #f00ddf
Complementary Color
#f00ddf | #0df01e |
#f00ddf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f00ddf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f00ddf Color CSS Codes
.mybgcolor {background-color:#f00ddf; } .myforecolor {color:#f00ddf; } .mybordercolor {border:3px solid #f00ddf; }
#f00ddf Text Font Color
<p style="color:#f00ddf">Text here</p>
This sample text font color is #f00ddf
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.
#f00ddf Background Color
<div style="background-color:#f00ddf">
Div content here</div>
This div background color is #f00ddf
#f00ddf Border Color
<div style="border:3px solid #f00ddf">
Div here</div>
This div border color is #f00ddf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,13,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f00ddf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f00ddf; -webkit-box-shadow: 1px 1px 3px 2px #f00ddf; box-shadow: 1px 1px 3px 2px #f00ddf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,13,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f00ddf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f00ddf; -webkit-box-shadow: 1px 1px 3px 2px #f00ddf; box-shadow: 1px 1px 3px 2px #f00ddf;">
Div content here</div>
This div box has shadow with color #f00ddf
Comments
No comments written yet.
Please login to write comment.