Color spaces of #f51aeb
RGB | 245 | 26 | 235 |
---|---|---|---|
HSL | 0.84 | 0.92 | 0.53 |
HSV | 303° | 89° | 96° |
CMYK | 0.00 | 0.89 | 0.04 0.04 |
XYZ | 53.0210 | 26.1494 | 80.8501 |
Yxy | 26.1494 | 0.3313 | 0.1634 |
Hunter Lab | 51.1365 | 95.5894 | -57.9458 |
CIE-Lab | 58.1786 | 91.8626 | -53.2135 |
#f51aeb color RGB value is (245,26,235).
#f51aeb hex color red value is 245, green value is 26 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f51aeb hue: 0.84 , saturation: 0.92 and the lightness value of f51aeb is 0.53.
The process color (four color CMYK) of #f51aeb color hex is 0.00, 0.89, 0.04, 0.04. Web safe color of #f51aeb is #ff33ff. Color #f51aeb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 00011010 | 11101011 |
Octal | 365 | 32 | 353 |
Decimal | 245 | 26 | 235 |
Hex | F5 | 1A | EB |
Shades of #f51aeb
Tints of #f51aeb
RGB Percentages of Color #f51aeb
CMYK Percentages of Color #f51aeb
Complementary Color
#f51aeb | #1af524 |
#f51aeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f51aeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f51aeb Color CSS Codes
.mybgcolor {background-color:#f51aeb; } .myforecolor {color:#f51aeb; } .mybordercolor {border:3px solid #f51aeb; }
#f51aeb Text Font Color
<p style="color:#f51aeb">Text here</p>
This sample text font color is #f51aeb
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.
#f51aeb Background Color
<div style="background-color:#f51aeb">
Div content here</div>
This div background color is #f51aeb
#f51aeb Border Color
<div style="border:3px solid #f51aeb">
Div here</div>
This div border color is #f51aeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,26,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f51aeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f51aeb; -webkit-box-shadow: 1px 1px 3px 2px #f51aeb; box-shadow: 1px 1px 3px 2px #f51aeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,26,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 #f51aeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f51aeb; -webkit-box-shadow: 1px 1px 3px 2px #f51aeb; box-shadow: 1px 1px 3px 2px #f51aeb;">
Div content here</div>
This div box has shadow with color #f51aeb
Comments
No comments written yet.
Please login to write comment.