Color spaces of #e279fb
RGB | 226 | 121 | 251 |
---|---|---|---|
HSL | 0.80 | 0.94 | 0.73 |
HSV | 288° | 52° | 98° |
CMYK | 0.10 | 0.52 | 0.00 0.02 |
XYZ | 55.6140 | 36.8085 | 95.4404 |
Yxy | 36.8085 | 0.2960 | 0.1959 |
Hunter Lab | 60.6700 | 57.4520 | -50.8005 |
CIE-Lab | 67.1331 | 59.8688 | -48.0724 |
#e279fb color RGB value is (226,121,251).
#e279fb hex color red value is 226, green value is 121 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e279fb hue: 0.80 , saturation: 0.94 and the lightness value of e279fb is 0.73.
The process color (four color CMYK) of #e279fb color hex is 0.10, 0.52, 0.00, 0.02. Web safe color of #e279fb is #cc66ff. Color #e279fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01111001 | 11111011 |
Octal | 342 | 171 | 373 |
Decimal | 226 | 121 | 251 |
Hex | E2 | 79 | FB |
Shades of #e279fb
Tints of #e279fb
RGB Percentages of Color #e279fb
CMYK Percentages of Color #e279fb
Complementary Color
#e279fb | #92fb79 |
#e279fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e279fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e279fb Color CSS Codes
.mybgcolor {background-color:#e279fb; } .myforecolor {color:#e279fb; } .mybordercolor {border:3px solid #e279fb; }
#e279fb Text Font Color
<p style="color:#e279fb">Text here</p>
This sample text font color is #e279fb
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.
#e279fb Background Color
<div style="background-color:#e279fb">
Div content here</div>
This div background color is #e279fb
#e279fb Border Color
<div style="border:3px solid #e279fb">
Div here</div>
This div border color is #e279fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,121,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e279fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e279fb; -webkit-box-shadow: 1px 1px 3px 2px #e279fb; box-shadow: 1px 1px 3px 2px #e279fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,121,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 #e279fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e279fb; -webkit-box-shadow: 1px 1px 3px 2px #e279fb; box-shadow: 1px 1px 3px 2px #e279fb;">
Div content here</div>
This div box has shadow with color #e279fb
Comments
No comments written yet.
Please login to write comment.