Color spaces of #fd4bfe
RGB | 253 | 75 | 254 |
---|---|---|---|
HSL | 0.83 | 0.99 | 0.65 |
HSV | 300° | 70° | 100° |
CMYK | 0.00 | 0.70 | 0.00 0.00 |
XYZ | 60.9135 | 33.0706 | 96.9387 |
Yxy | 33.0706 | 0.3190 | 0.1732 |
Hunter Lab | 57.5070 | 88.4362 | -59.6893 |
CIE-Lab | 64.2180 | 85.3164 | -54.0948 |
#fd4bfe color RGB value is (253,75,254).
#fd4bfe hex color red value is 253, green value is 75 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fd4bfe hue: 0.83 , saturation: 0.99 and the lightness value of fd4bfe is 0.65.
The process color (four color CMYK) of #fd4bfe color hex is 0.00, 0.70, 0.00, 0.00. Web safe color of #fd4bfe is #ff33ff. Color #fd4bfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 01001011 | 11111110 |
Octal | 375 | 113 | 376 |
Decimal | 253 | 75 | 254 |
Hex | FD | 4B | FE |
Shades of #fd4bfe
Tints of #fd4bfe
RGB Percentages of Color #fd4bfe
CMYK Percentages of Color #fd4bfe
Complementary Color
#fd4bfe | #4cfe4b |
#fd4bfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd4bfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd4bfe Color CSS Codes
.mybgcolor {background-color:#fd4bfe; } .myforecolor {color:#fd4bfe; } .mybordercolor {border:3px solid #fd4bfe; }
#fd4bfe Text Font Color
<p style="color:#fd4bfe">Text here</p>
This sample text font color is #fd4bfe
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.
#fd4bfe Background Color
<div style="background-color:#fd4bfe">
Div content here</div>
This div background color is #fd4bfe
#fd4bfe Border Color
<div style="border:3px solid #fd4bfe">
Div here</div>
This div border color is #fd4bfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,75,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd4bfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd4bfe; -webkit-box-shadow: 1px 1px 3px 2px #fd4bfe; box-shadow: 1px 1px 3px 2px #fd4bfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,75,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd4bfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd4bfe; -webkit-box-shadow: 1px 1px 3px 2px #fd4bfe; box-shadow: 1px 1px 3px 2px #fd4bfe;">
Div content here</div>
This div box has shadow with color #fd4bfe
Related Colors
Comments
No comments written yet.
Please login to write comment.