Color spaces of #ff48cb
RGB | 255 | 72 | 203 |
---|---|---|---|
HSL | 0.88 | 1.00 | 0.64 |
HSV | 317° | 72° | 100° |
CMYK | 0.00 | 0.72 | 0.20 0.00 |
XYZ | 54.3369 | 30.2065 | 59.4665 |
Yxy | 30.2065 | 0.3773 | 0.2098 |
Hunter Lab | 54.9604 | 80.2941 | -25.6787 |
CIE-Lab | 61.8320 | 79.4925 | -29.2880 |
#ff48cb color RGB value is (255,72,203).
#ff48cb hex color red value is 255, green value is 72 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ff48cb hue: 0.88 , saturation: 1.00 and the lightness value of ff48cb is 0.64.
The process color (four color CMYK) of #ff48cb color hex is 0.00, 0.72, 0.20, 0.00. Web safe color of #ff48cb is #ff33cc. Color #ff48cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 01001000 | 11001011 |
Octal | 377 | 110 | 313 |
Decimal | 255 | 72 | 203 |
Hex | FF | 48 | CB |
Shades of #ff48cb
Tints of #ff48cb
RGB Percentages of Color #ff48cb
CMYK Percentages of Color #ff48cb
Complementary Color
#ff48cb | #48ff7c |
#ff48cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff48cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff48cb Color CSS Codes
.mybgcolor {background-color:#ff48cb; } .myforecolor {color:#ff48cb; } .mybordercolor {border:3px solid #ff48cb; }
#ff48cb Text Font Color
<p style="color:#ff48cb">Text here</p>
This sample text font color is #ff48cb
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.
#ff48cb Background Color
<div style="background-color:#ff48cb">
Div content here</div>
This div background color is #ff48cb
#ff48cb Border Color
<div style="border:3px solid #ff48cb">
Div here</div>
This div border color is #ff48cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,72,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff48cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff48cb; -webkit-box-shadow: 1px 1px 3px 2px #ff48cb; box-shadow: 1px 1px 3px 2px #ff48cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,72,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ff48cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff48cb; -webkit-box-shadow: 1px 1px 3px 2px #ff48cb; box-shadow: 1px 1px 3px 2px #ff48cb;">
Div content here</div>
This div box has shadow with color #ff48cb
Comments
No comments written yet.
Please login to write comment.