Color spaces of #e478fb
RGB | 228 | 120 | 251 |
---|---|---|---|
HSL | 0.80 | 0.94 | 0.73 |
HSV | 289° | 52° | 98° |
CMYK | 0.09 | 0.52 | 0.00 0.02 |
XYZ | 56.1240 | 36.8920 | 95.4296 |
Yxy | 36.8920 | 0.2978 | 0.1958 |
Hunter Lab | 60.7388 | 58.6451 | -50.6362 |
CIE-Lab | 67.1959 | 60.8725 | -47.9569 |
#e478fb color RGB value is (228,120,251).
#e478fb hex color red value is 228, green value is 120 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e478fb hue: 0.80 , saturation: 0.94 and the lightness value of e478fb is 0.73.
The process color (four color CMYK) of #e478fb color hex is 0.09, 0.52, 0.00, 0.02. Web safe color of #e478fb is #cc66ff. Color #e478fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 01111000 | 11111011 |
Octal | 344 | 170 | 373 |
Decimal | 228 | 120 | 251 |
Hex | E4 | 78 | FB |
Shades of #e478fb
Tints of #e478fb
RGB Percentages of Color #e478fb
CMYK Percentages of Color #e478fb
Complementary Color
#e478fb | #8ffb78 |
#e478fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e478fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e478fb Color CSS Codes
.mybgcolor {background-color:#e478fb; } .myforecolor {color:#e478fb; } .mybordercolor {border:3px solid #e478fb; }
#e478fb Text Font Color
<p style="color:#e478fb">Text here</p>
This sample text font color is #e478fb
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.
#e478fb Background Color
<div style="background-color:#e478fb">
Div content here</div>
This div background color is #e478fb
#e478fb Border Color
<div style="border:3px solid #e478fb">
Div here</div>
This div border color is #e478fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,120,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e478fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e478fb; -webkit-box-shadow: 1px 1px 3px 2px #e478fb; box-shadow: 1px 1px 3px 2px #e478fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,120,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 #e478fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e478fb; -webkit-box-shadow: 1px 1px 3px 2px #e478fb; box-shadow: 1px 1px 3px 2px #e478fb;">
Div content here</div>
This div box has shadow with color #e478fb
Comments
No comments written yet.
Please login to write comment.