Color spaces of #ff42be
RGB | 255 | 66 | 190 |
---|---|---|---|
HSL | 0.89 | 1.00 | 0.63 |
HSV | 321° | 74° | 100° |
CMYK | 0.00 | 0.74 | 0.25 0.00 |
XYZ | 52.4825 | 28.8741 | 51.5223 |
Yxy | 28.8741 | 0.3950 | 0.2173 |
Hunter Lab | 53.7346 | 80.3050 | -19.2347 |
CIE-Lab | 60.6704 | 79.7241 | -23.6603 |
#ff42be color RGB value is (255,66,190).
#ff42be hex color red value is 255, green value is 66 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ff42be hue: 0.89 , saturation: 1.00 and the lightness value of ff42be is 0.63.
The process color (four color CMYK) of #ff42be color hex is 0.00, 0.74, 0.25, 0.00. Web safe color of #ff42be is #ff33cc. Color #ff42be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 01000010 | 10111110 |
Octal | 377 | 102 | 276 |
Decimal | 255 | 66 | 190 |
Hex | FF | 42 | BE |
Shades of #ff42be
Tints of #ff42be
RGB Percentages of Color #ff42be
CMYK Percentages of Color #ff42be
Complementary Color
#ff42be | #42ff83 |
#ff42be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff42be Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff42be Color CSS Codes
.mybgcolor {background-color:#ff42be; } .myforecolor {color:#ff42be; } .mybordercolor {border:3px solid #ff42be; }
#ff42be Text Font Color
<p style="color:#ff42be">Text here</p>
This sample text font color is #ff42be
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.
#ff42be Background Color
<div style="background-color:#ff42be">
Div content here</div>
This div background color is #ff42be
#ff42be Border Color
<div style="border:3px solid #ff42be">
Div here</div>
This div border color is #ff42be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,66,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff42be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff42be; -webkit-box-shadow: 1px 1px 3px 2px #ff42be; box-shadow: 1px 1px 3px 2px #ff42be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,66,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ff42be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff42be; -webkit-box-shadow: 1px 1px 3px 2px #ff42be; box-shadow: 1px 1px 3px 2px #ff42be;">
Div content here</div>
This div box has shadow with color #ff42be
Comments
No comments written yet.
Please login to write comment.