Color spaces of #f434eb
RGB | 244 | 52 | 235 |
---|---|---|---|
HSL | 0.84 | 0.90 | 0.58 |
HSV | 303° | 79° | 96° |
CMYK | 0.00 | 0.79 | 0.04 0.04 |
XYZ | 53.5316 | 27.6872 | 81.1200 |
Yxy | 27.6872 | 0.3298 | 0.1706 |
Hunter Lab | 52.6186 | 89.5145 | -54.5719 |
CIE-Lab | 59.6051 | 87.0310 | -50.9554 |
#f434eb color RGB value is (244,52,235).
#f434eb hex color red value is 244, green value is 52 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f434eb hue: 0.84 , saturation: 0.90 and the lightness value of f434eb is 0.58.
The process color (four color CMYK) of #f434eb color hex is 0.00, 0.79, 0.04, 0.04. Web safe color of #f434eb is #ff33ff. Color #f434eb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 00110100 | 11101011 |
Octal | 364 | 64 | 353 |
Decimal | 244 | 52 | 235 |
Hex | F4 | 34 | EB |
Shades of #f434eb
Tints of #f434eb
RGB Percentages of Color #f434eb
CMYK Percentages of Color #f434eb
Complementary Color
#f434eb | #34f43d |
#f434eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f434eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f434eb Color CSS Codes
.mybgcolor {background-color:#f434eb; } .myforecolor {color:#f434eb; } .mybordercolor {border:3px solid #f434eb; }
#f434eb Text Font Color
<p style="color:#f434eb">Text here</p>
This sample text font color is #f434eb
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.
#f434eb Background Color
<div style="background-color:#f434eb">
Div content here</div>
This div background color is #f434eb
#f434eb Border Color
<div style="border:3px solid #f434eb">
Div here</div>
This div border color is #f434eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,52,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f434eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f434eb; -webkit-box-shadow: 1px 1px 3px 2px #f434eb; box-shadow: 1px 1px 3px 2px #f434eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,52,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f434eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f434eb; -webkit-box-shadow: 1px 1px 3px 2px #f434eb; box-shadow: 1px 1px 3px 2px #f434eb;">
Div content here</div>
This div box has shadow with color #f434eb
Comments
No comments written yet.
Please login to write comment.