Color spaces of #e57feb
RGB | 229 | 127 | 235 |
---|---|---|---|
HSL | 0.82 | 0.73 | 0.71 |
HSV | 297° | 46° | 92° |
CMYK | 0.03 | 0.46 | 0.00 0.08 |
XYZ | 54.8979 | 37.8349 | 83.0067 |
Yxy | 37.8349 | 0.3124 | 0.2153 |
Hunter Lab | 61.5101 | 51.6691 | -36.9537 |
CIE-Lab | 67.8988 | 54.7659 | -38.0508 |
#e57feb color RGB value is (229,127,235).
#e57feb hex color red value is 229, green value is 127 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e57feb hue: 0.82 , saturation: 0.73 and the lightness value of e57feb is 0.71.
The process color (four color CMYK) of #e57feb color hex is 0.03, 0.46, 0.00, 0.08. Web safe color of #e57feb is #cc66ff. Color #e57feb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 01111111 | 11101011 |
Octal | 345 | 177 | 353 |
Decimal | 229 | 127 | 235 |
Hex | E5 | 7F | EB |
Shades of #e57feb
Tints of #e57feb
RGB Percentages of Color #e57feb
CMYK Percentages of Color #e57feb
Complementary Color
#e57feb | #85eb7f |
#e57feb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e57feb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e57feb Color CSS Codes
.mybgcolor {background-color:#e57feb; } .myforecolor {color:#e57feb; } .mybordercolor {border:3px solid #e57feb; }
#e57feb Text Font Color
<p style="color:#e57feb">Text here</p>
This sample text font color is #e57feb
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.
#e57feb Background Color
<div style="background-color:#e57feb">
Div content here</div>
This div background color is #e57feb
#e57feb Border Color
<div style="border:3px solid #e57feb">
Div here</div>
This div border color is #e57feb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,127,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e57feb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e57feb; -webkit-box-shadow: 1px 1px 3px 2px #e57feb; box-shadow: 1px 1px 3px 2px #e57feb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,127,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e57feb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e57feb; -webkit-box-shadow: 1px 1px 3px 2px #e57feb; box-shadow: 1px 1px 3px 2px #e57feb;">
Div content here</div>
This div box has shadow with color #e57feb
Comments
No comments written yet.
Please login to write comment.