Color spaces of #ff379e
RGB | 255 | 55 | 158 |
---|---|---|---|
HSL | 0.91 | 1.00 | 0.61 |
HSV | 329° | 78° | 100° |
CMYK | 0.00 | 0.78 | 0.38 0.00 |
XYZ | 48.7777 | 26.4610 | 34.8844 |
Yxy | 26.4610 | 0.4429 | 0.2403 |
Hunter Lab | 51.4403 | 79.2404 | -4.1996 |
CIE-Lab | 58.4721 | 79.3108 | -8.4527 |
#ff379e color RGB value is (255,55,158).
#ff379e hex color red value is 255, green value is 55 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ff379e hue: 0.91 , saturation: 1.00 and the lightness value of ff379e is 0.61.
The process color (four color CMYK) of #ff379e color hex is 0.00, 0.78, 0.38, 0.00. Web safe color of #ff379e is #ff3399. Color #ff379e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 00110111 | 10011110 |
Octal | 377 | 67 | 236 |
Decimal | 255 | 55 | 158 |
Hex | FF | 37 | 9E |
Shades of #ff379e
Tints of #ff379e
RGB Percentages of Color #ff379e
CMYK Percentages of Color #ff379e
Complementary Color
#ff379e | #37ff98 |
#ff379e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff379e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff379e Color CSS Codes
.mybgcolor {background-color:#ff379e; } .myforecolor {color:#ff379e; } .mybordercolor {border:3px solid #ff379e; }
#ff379e Text Font Color
<p style="color:#ff379e">Text here</p>
This sample text font color is #ff379e
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.
#ff379e Background Color
<div style="background-color:#ff379e">
Div content here</div>
This div background color is #ff379e
#ff379e Border Color
<div style="border:3px solid #ff379e">
Div here</div>
This div border color is #ff379e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,55,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff379e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff379e; -webkit-box-shadow: 1px 1px 3px 2px #ff379e; box-shadow: 1px 1px 3px 2px #ff379e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,55,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ff379e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff379e; -webkit-box-shadow: 1px 1px 3px 2px #ff379e; box-shadow: 1px 1px 3px 2px #ff379e;">
Div content here</div>
This div box has shadow with color #ff379e
Comments
No comments written yet.
Please login to write comment.