Color spaces of #e271ec
RGB | 226 | 113 | 236 |
---|---|---|---|
HSL | 0.82 | 0.76 | 0.68 |
HSV | 295° | 52° | 93° |
CMYK | 0.04 | 0.52 | 0.00 0.07 |
XYZ | 52.4095 | 34.0351 | 83.1640 |
Yxy | 34.0351 | 0.3090 | 0.2007 |
Hunter Lab | 58.3396 | 58.2615 | -43.6811 |
CIE-Lab | 64.9904 | 60.9128 | -43.1805 |
#e271ec color RGB value is (226,113,236).
#e271ec hex color red value is 226, green value is 113 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e271ec hue: 0.82 , saturation: 0.76 and the lightness value of e271ec is 0.68.
The process color (four color CMYK) of #e271ec color hex is 0.04, 0.52, 0.00, 0.07. Web safe color of #e271ec is #cc66ff. Color #e271ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01110001 | 11101100 |
Octal | 342 | 161 | 354 |
Decimal | 226 | 113 | 236 |
Hex | E2 | 71 | EC |
Shades of #e271ec
Tints of #e271ec
RGB Percentages of Color #e271ec
CMYK Percentages of Color #e271ec
Complementary Color
#e271ec | #7bec71 |
#e271ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e271ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#e271ec Color CSS Codes
.mybgcolor {background-color:#e271ec; } .myforecolor {color:#e271ec; } .mybordercolor {border:3px solid #e271ec; }
#e271ec Text Font Color
<p style="color:#e271ec">Text here</p>
This sample text font color is #e271ec
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.
#e271ec Background Color
<div style="background-color:#e271ec">
Div content here</div>
This div background color is #e271ec
#e271ec Border Color
<div style="border:3px solid #e271ec">
Div here</div>
This div border color is #e271ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,113,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e271ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e271ec; -webkit-box-shadow: 1px 1px 3px 2px #e271ec; box-shadow: 1px 1px 3px 2px #e271ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,113,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e271ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e271ec; -webkit-box-shadow: 1px 1px 3px 2px #e271ec; box-shadow: 1px 1px 3px 2px #e271ec;">
Div content here</div>
This div box has shadow with color #e271ec
Comments
No comments written yet.
Please login to write comment.