Color spaces of #e914fb
RGB | 233 | 20 | 251 |
---|---|---|---|
HSL | 0.82 | 0.97 | 0.53 |
HSV | 295° | 92° | 98° |
CMYK | 0.07 | 0.92 | 0.00 0.02 |
XYZ | 51.2670 | 24.7890 | 93.3495 |
Yxy | 24.7890 | 0.3026 | 0.1463 |
Hunter Lab | 49.7886 | 96.6705 | -76.3120 |
CIE-Lab | 56.8693 | 92.9166 | -64.3606 |
#e914fb color RGB value is (233,20,251).
#e914fb hex color red value is 233, green value is 20 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e914fb hue: 0.82 , saturation: 0.97 and the lightness value of e914fb is 0.53.
The process color (four color CMYK) of #e914fb color hex is 0.07, 0.92, 0.00, 0.02. Web safe color of #e914fb is #ff00ff. Color #e914fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 00010100 | 11111011 |
Octal | 351 | 24 | 373 |
Decimal | 233 | 20 | 251 |
Hex | E9 | 14 | FB |
Shades of #e914fb
Tints of #e914fb
RGB Percentages of Color #e914fb
CMYK Percentages of Color #e914fb
Complementary Color
#e914fb | #26fb14 |
#e914fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e914fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e914fb Color CSS Codes
.mybgcolor {background-color:#e914fb; } .myforecolor {color:#e914fb; } .mybordercolor {border:3px solid #e914fb; }
#e914fb Text Font Color
<p style="color:#e914fb">Text here</p>
This sample text font color is #e914fb
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.
#e914fb Background Color
<div style="background-color:#e914fb">
Div content here</div>
This div background color is #e914fb
#e914fb Border Color
<div style="border:3px solid #e914fb">
Div here</div>
This div border color is #e914fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,20,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e914fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e914fb; -webkit-box-shadow: 1px 1px 3px 2px #e914fb; box-shadow: 1px 1px 3px 2px #e914fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,20,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e914fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e914fb; -webkit-box-shadow: 1px 1px 3px 2px #e914fb; box-shadow: 1px 1px 3px 2px #e914fb;">
Div content here</div>
This div box has shadow with color #e914fb
Comments
No comments written yet.
Please login to write comment.