Color spaces of #f625ee
RGB | 246 | 37 | 238 |
---|---|---|---|
HSL | 0.84 | 0.92 | 0.55 |
HSV | 302° | 85° | 96° |
CMYK | 0.00 | 0.85 | 0.03 0.04 |
XYZ | 54.1002 | 27.0890 | 83.2662 |
Yxy | 27.0890 | 0.3290 | 0.1647 |
Hunter Lab | 52.0471 | 94.4589 | -58.4206 |
CIE-Lab | 59.0566 | 90.8519 | -53.4861 |
#f625ee color RGB value is (246,37,238).
#f625ee hex color red value is 246, green value is 37 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f625ee hue: 0.84 , saturation: 0.92 and the lightness value of f625ee is 0.55.
The process color (four color CMYK) of #f625ee color hex is 0.00, 0.85, 0.03, 0.04. Web safe color of #f625ee is #ff33ff. Color #f625ee contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 00100101 | 11101110 |
Octal | 366 | 45 | 356 |
Decimal | 246 | 37 | 238 |
Hex | F6 | 25 | EE |
Shades of #f625ee
Tints of #f625ee
RGB Percentages of Color #f625ee
CMYK Percentages of Color #f625ee
Complementary Color
#f625ee | #25f62d |
#f625ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f625ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#f625ee Color CSS Codes
.mybgcolor {background-color:#f625ee; } .myforecolor {color:#f625ee; } .mybordercolor {border:3px solid #f625ee; }
#f625ee Text Font Color
<p style="color:#f625ee">Text here</p>
This sample text font color is #f625ee
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.
#f625ee Background Color
<div style="background-color:#f625ee">
Div content here</div>
This div background color is #f625ee
#f625ee Border Color
<div style="border:3px solid #f625ee">
Div here</div>
This div border color is #f625ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,37,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f625ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f625ee; -webkit-box-shadow: 1px 1px 3px 2px #f625ee; box-shadow: 1px 1px 3px 2px #f625ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,37,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f625ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f625ee; -webkit-box-shadow: 1px 1px 3px 2px #f625ee; box-shadow: 1px 1px 3px 2px #f625ee;">
Div content here</div>
This div box has shadow with color #f625ee
Comments
No comments written yet.
Please login to write comment.