Color spaces of #ff288a
RGB | 255 | 40 | 138 |
---|---|---|---|
HSL | 0.92 | 1.00 | 0.58 |
HSV | 333° | 84° | 100° |
CMYK | 0.00 | 0.84 | 0.46 0.00 |
XYZ | 46.5862 | 24.6126 | 26.3401 |
Yxy | 24.6126 | 0.4776 | 0.2523 |
Hunter Lab | 49.6111 | 80.7971 | 3.2488 |
CIE-Lab | 56.6960 | 80.8791 | 0.7194 |
#ff288a color RGB value is (255,40,138).
#ff288a hex color red value is 255, green value is 40 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ff288a hue: 0.92 , saturation: 1.00 and the lightness value of ff288a is 0.58.
The process color (four color CMYK) of #ff288a color hex is 0.00, 0.84, 0.46, 0.00. Web safe color of #ff288a is #ff3399. Color #ff288a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 00101000 | 10001010 |
Octal | 377 | 50 | 212 |
Decimal | 255 | 40 | 138 |
Hex | FF | 28 | 8A |
Shades of #ff288a
Tints of #ff288a
RGB Percentages of Color #ff288a
CMYK Percentages of Color #ff288a
Complementary Color
#ff288a | #28ff9d |
#ff288a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff288a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff288a Color CSS Codes
.mybgcolor {background-color:#ff288a; } .myforecolor {color:#ff288a; } .mybordercolor {border:3px solid #ff288a; }
#ff288a Text Font Color
<p style="color:#ff288a">Text here</p>
This sample text font color is #ff288a
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.
#ff288a Background Color
<div style="background-color:#ff288a">
Div content here</div>
This div background color is #ff288a
#ff288a Border Color
<div style="border:3px solid #ff288a">
Div here</div>
This div border color is #ff288a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,40,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff288a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff288a; -webkit-box-shadow: 1px 1px 3px 2px #ff288a; box-shadow: 1px 1px 3px 2px #ff288a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,40,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ff288a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff288a; -webkit-box-shadow: 1px 1px 3px 2px #ff288a; box-shadow: 1px 1px 3px 2px #ff288a;">
Div content here</div>
This div box has shadow with color #ff288a
Comments
No comments written yet.
Please login to write comment.