Color spaces of #ff307e
RGB | 255 | 48 | 126 |
---|---|---|---|
HSL | 0.94 | 1.00 | 0.59 |
HSV | 337° | 81° | 100° |
CMYK | 0.00 | 0.81 | 0.51 0.00 |
XYZ | 46.0628 | 24.8803 | 22.1133 |
Yxy | 24.8803 | 0.4950 | 0.2674 |
Hunter Lab | 49.8802 | 77.5490 | 8.6312 |
CIE-Lab | 56.9586 | 78.2652 | 8.2303 |
#ff307e color RGB value is (255,48,126).
#ff307e hex color red value is 255, green value is 48 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ff307e hue: 0.94 , saturation: 1.00 and the lightness value of ff307e is 0.59.
The process color (four color CMYK) of #ff307e color hex is 0.00, 0.81, 0.51, 0.00. Web safe color of #ff307e is #ff3366. Color #ff307e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 00110000 | 01111110 |
Octal | 377 | 60 | 176 |
Decimal | 255 | 48 | 126 |
Hex | FF | 30 | 7E |
Shades of #ff307e
Tints of #ff307e
RGB Percentages of Color #ff307e
CMYK Percentages of Color #ff307e
Complementary Color
#ff307e | #30ffb1 |
#ff307e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff307e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff307e Color CSS Codes
.mybgcolor {background-color:#ff307e; } .myforecolor {color:#ff307e; } .mybordercolor {border:3px solid #ff307e; }
#ff307e Text Font Color
<p style="color:#ff307e">Text here</p>
This sample text font color is #ff307e
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.
#ff307e Background Color
<div style="background-color:#ff307e">
Div content here</div>
This div background color is #ff307e
#ff307e Border Color
<div style="border:3px solid #ff307e">
Div here</div>
This div border color is #ff307e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,48,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff307e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff307e; -webkit-box-shadow: 1px 1px 3px 2px #ff307e; box-shadow: 1px 1px 3px 2px #ff307e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,48,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ff307e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff307e; -webkit-box-shadow: 1px 1px 3px 2px #ff307e; box-shadow: 1px 1px 3px 2px #ff307e;">
Div content here</div>
This div box has shadow with color #ff307e
Comments
No comments written yet.
Please login to write comment.