Color spaces of #e027fb
RGB | 224 | 39 | 251 |
---|---|---|---|
HSL | 0.81 | 0.96 | 0.57 |
HSV | 292° | 84° | 98° |
CMYK | 0.11 | 0.84 | 0.00 0.02 |
XYZ | 48.8786 | 24.2634 | 93.3739 |
Yxy | 24.2634 | 0.2935 | 0.1457 |
Hunter Lab | 49.2579 | 90.9242 | -77.9104 |
CIE-Lab | 56.3506 | 88.7311 | -65.2715 |
#e027fb color RGB value is (224,39,251).
#e027fb hex color red value is 224, green value is 39 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e027fb hue: 0.81 , saturation: 0.96 and the lightness value of e027fb is 0.57.
The process color (four color CMYK) of #e027fb color hex is 0.11, 0.84, 0.00, 0.02. Web safe color of #e027fb is #cc33ff. Color #e027fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 00100111 | 11111011 |
Octal | 340 | 47 | 373 |
Decimal | 224 | 39 | 251 |
Hex | E0 | 27 | FB |
Shades of #e027fb
Tints of #e027fb
RGB Percentages of Color #e027fb
CMYK Percentages of Color #e027fb
Complementary Color
#e027fb | #42fb27 |
#e027fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e027fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e027fb Color CSS Codes
.mybgcolor {background-color:#e027fb; } .myforecolor {color:#e027fb; } .mybordercolor {border:3px solid #e027fb; }
#e027fb Text Font Color
<p style="color:#e027fb">Text here</p>
This sample text font color is #e027fb
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.
#e027fb Background Color
<div style="background-color:#e027fb">
Div content here</div>
This div background color is #e027fb
#e027fb Border Color
<div style="border:3px solid #e027fb">
Div here</div>
This div border color is #e027fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,39,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e027fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e027fb; -webkit-box-shadow: 1px 1px 3px 2px #e027fb; box-shadow: 1px 1px 3px 2px #e027fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,39,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 #e027fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e027fb; -webkit-box-shadow: 1px 1px 3px 2px #e027fb; box-shadow: 1px 1px 3px 2px #e027fb;">
Div content here</div>
This div box has shadow with color #e027fb
Comments
No comments written yet.
Please login to write comment.