Color spaces of #f83ecb
RGB | 248 | 62 | 203 |
---|---|---|---|
HSL | 0.87 | 0.93 | 0.61 |
HSV | 315° | 75° | 97° |
CMYK | 0.00 | 0.75 | 0.18 0.03 |
XYZ | 51.2135 | 27.7135 | 59.1499 |
Yxy | 27.7135 | 0.3709 | 0.2007 |
Hunter Lab | 52.6436 | 81.5246 | -29.7672 |
CIE-Lab | 59.6290 | 80.8794 | -32.7956 |
#f83ecb color RGB value is (248,62,203).
#f83ecb hex color red value is 248, green value is 62 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f83ecb hue: 0.87 , saturation: 0.93 and the lightness value of f83ecb is 0.61.
The process color (four color CMYK) of #f83ecb color hex is 0.00, 0.75, 0.18, 0.03. Web safe color of #f83ecb is #ff33cc. Color #f83ecb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 00111110 | 11001011 |
Octal | 370 | 76 | 313 |
Decimal | 248 | 62 | 203 |
Hex | F8 | 3E | CB |
Shades of #f83ecb
Tints of #f83ecb
RGB Percentages of Color #f83ecb
CMYK Percentages of Color #f83ecb
Complementary Color
#f83ecb | #3ef86b |
#f83ecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f83ecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f83ecb Color CSS Codes
.mybgcolor {background-color:#f83ecb; } .myforecolor {color:#f83ecb; } .mybordercolor {border:3px solid #f83ecb; }
#f83ecb Text Font Color
<p style="color:#f83ecb">Text here</p>
This sample text font color is #f83ecb
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.
#f83ecb Background Color
<div style="background-color:#f83ecb">
Div content here</div>
This div background color is #f83ecb
#f83ecb Border Color
<div style="border:3px solid #f83ecb">
Div here</div>
This div border color is #f83ecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,62,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f83ecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f83ecb; -webkit-box-shadow: 1px 1px 3px 2px #f83ecb; box-shadow: 1px 1px 3px 2px #f83ecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,62,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f83ecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f83ecb; -webkit-box-shadow: 1px 1px 3px 2px #f83ecb; box-shadow: 1px 1px 3px 2px #f83ecb;">
Div content here</div>
This div box has shadow with color #f83ecb
Comments
No comments written yet.
Please login to write comment.