Color spaces of #f38cde
RGB | 243 | 140 | 222 |
---|---|---|---|
HSL | 0.87 | 0.81 | 0.75 |
HSV | 312° | 42° | 95° |
CMYK | 0.00 | 0.42 | 0.09 0.05 |
XYZ | 59.5250 | 43.0848 | 74.2861 |
Yxy | 43.0848 | 0.3365 | 0.2436 |
Hunter Lab | 65.6390 | 47.0052 | -21.1534 |
CIE-Lab | 71.6125 | 50.1431 | -25.0115 |
#f38cde color RGB value is (243,140,222).
#f38cde hex color red value is 243, green value is 140 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f38cde hue: 0.87 , saturation: 0.81 and the lightness value of f38cde is 0.75.
The process color (four color CMYK) of #f38cde color hex is 0.00, 0.42, 0.09, 0.05. Web safe color of #f38cde is #ff99cc. Color #f38cde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110011 | 10001100 | 11011110 |
Octal | 363 | 214 | 336 |
Decimal | 243 | 140 | 222 |
Hex | F3 | 8C | DE |
Shades of #f38cde
Tints of #f38cde
RGB Percentages of Color #f38cde
CMYK Percentages of Color #f38cde
Complementary Color
#f38cde | #8cf3a1 |
#f38cde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f38cde Color Preview on White Background
Lorem ipsum dolor sit amet.
#f38cde Color CSS Codes
.mybgcolor {background-color:#f38cde; } .myforecolor {color:#f38cde; } .mybordercolor {border:3px solid #f38cde; }
#f38cde Text Font Color
<p style="color:#f38cde">Text here</p>
This sample text font color is #f38cde
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.
#f38cde Background Color
<div style="background-color:#f38cde">
Div content here</div>
This div background color is #f38cde
#f38cde Border Color
<div style="border:3px solid #f38cde">
Div here</div>
This div border color is #f38cde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(243,140,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f38cde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f38cde; -webkit-box-shadow: 1px 1px 3px 2px #f38cde; box-shadow: 1px 1px 3px 2px #f38cde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(243,140,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f38cde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f38cde; -webkit-box-shadow: 1px 1px 3px 2px #f38cde; box-shadow: 1px 1px 3px 2px #f38cde;">
Div content here</div>
This div box has shadow with color #f38cde
Comments
No comments written yet.
Please login to write comment.