Color spaces of #e277ff
RGB | 226 | 119 | 255 |
---|---|---|---|
HSL | 0.80 | 1.00 | 0.73 |
HSV | 287° | 53° | 100° |
CMYK | 0.11 | 0.53 | 0.00 0.00 |
XYZ | 56.0109 | 36.5824 | 98.7168 |
Yxy | 36.5824 | 0.2928 | 0.1912 |
Hunter Lab | 60.4834 | 59.4548 | -54.4307 |
CIE-Lab | 66.9625 | 61.5965 | -50.5321 |
#e277ff color RGB value is (226,119,255).
#e277ff hex color red value is 226, green value is 119 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e277ff hue: 0.80 , saturation: 1.00 and the lightness value of e277ff is 0.73.
The process color (four color CMYK) of #e277ff color hex is 0.11, 0.53, 0.00, 0.00. Web safe color of #e277ff is #cc66ff. Color #e277ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01110111 | 11111111 |
Octal | 342 | 167 | 377 |
Decimal | 226 | 119 | 255 |
Hex | E2 | 77 | FF |
Shades of #e277ff
Tints of #e277ff
RGB Percentages of Color #e277ff
CMYK Percentages of Color #e277ff
Complementary Color
#e277ff | #94ff77 |
#e277ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e277ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#e277ff Color CSS Codes
.mybgcolor {background-color:#e277ff; } .myforecolor {color:#e277ff; } .mybordercolor {border:3px solid #e277ff; }
#e277ff Text Font Color
<p style="color:#e277ff">Text here</p>
This sample text font color is #e277ff
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.
#e277ff Background Color
<div style="background-color:#e277ff">
Div content here</div>
This div background color is #e277ff
#e277ff Border Color
<div style="border:3px solid #e277ff">
Div here</div>
This div border color is #e277ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,119,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e277ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e277ff; -webkit-box-shadow: 1px 1px 3px 2px #e277ff; box-shadow: 1px 1px 3px 2px #e277ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,119,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e277ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e277ff; -webkit-box-shadow: 1px 1px 3px 2px #e277ff; box-shadow: 1px 1px 3px 2px #e277ff;">
Div content here</div>
This div box has shadow with color #e277ff
#e277ff Color Palettes
Comments
No comments written yet.
Please login to write comment.