Color spaces of #e77efc
RGB | 231 | 126 | 252 |
---|---|---|---|
HSL | 0.81 | 0.95 | 0.74 |
HSV | 290° | 50° | 99° |
CMYK | 0.08 | 0.50 | 0.00 0.01 |
XYZ | 57.9865 | 38.9389 | 96.5552 |
Yxy | 38.9389 | 0.2997 | 0.2013 |
Hunter Lab | 62.4010 | 56.6703 | -48.0607 |
CIE-Lab | 68.7070 | 58.9491 | -46.1012 |
#e77efc color RGB value is (231,126,252).
#e77efc hex color red value is 231, green value is 126 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e77efc hue: 0.81 , saturation: 0.95 and the lightness value of e77efc is 0.74.
The process color (four color CMYK) of #e77efc color hex is 0.08, 0.50, 0.00, 0.01. Web safe color of #e77efc is #ff66ff. Color #e77efc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 01111110 | 11111100 |
Octal | 347 | 176 | 374 |
Decimal | 231 | 126 | 252 |
Hex | E7 | 7E | FC |
Shades of #e77efc
Tints of #e77efc
RGB Percentages of Color #e77efc
CMYK Percentages of Color #e77efc
Complementary Color
#e77efc | #93fc7e |
#e77efc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e77efc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e77efc Color CSS Codes
.mybgcolor {background-color:#e77efc; } .myforecolor {color:#e77efc; } .mybordercolor {border:3px solid #e77efc; }
#e77efc Text Font Color
<p style="color:#e77efc">Text here</p>
This sample text font color is #e77efc
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.
#e77efc Background Color
<div style="background-color:#e77efc">
Div content here</div>
This div background color is #e77efc
#e77efc Border Color
<div style="border:3px solid #e77efc">
Div here</div>
This div border color is #e77efc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,126,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e77efc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e77efc; -webkit-box-shadow: 1px 1px 3px 2px #e77efc; box-shadow: 1px 1px 3px 2px #e77efc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,126,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e77efc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e77efc; -webkit-box-shadow: 1px 1px 3px 2px #e77efc; box-shadow: 1px 1px 3px 2px #e77efc;">
Div content here</div>
This div box has shadow with color #e77efc
Comments
No comments written yet.
Please login to write comment.