Color spaces of #e85fe1
RGB | 232 | 95 | 225 |
---|---|---|---|
HSL | 0.84 | 0.75 | 0.64 |
HSV | 303° | 59° | 91° |
CMYK | 0.00 | 0.59 | 0.03 0.09 |
XYZ | 50.9615 | 30.7765 | 74.4886 |
Yxy | 30.7765 | 0.3262 | 0.1970 |
Hunter Lab | 55.4766 | 66.8884 | -40.7753 |
CIE-Lab | 62.3185 | 68.6184 | -41.1954 |
#e85fe1 color RGB value is (232,95,225).
#e85fe1 hex color red value is 232, green value is 95 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #e85fe1 hue: 0.84 , saturation: 0.75 and the lightness value of e85fe1 is 0.64.
The process color (four color CMYK) of #e85fe1 color hex is 0.00, 0.59, 0.03, 0.09. Web safe color of #e85fe1 is #ff66cc. Color #e85fe1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 01011111 | 11100001 |
Octal | 350 | 137 | 341 |
Decimal | 232 | 95 | 225 |
Hex | E8 | 5F | E1 |
Shades of #e85fe1
Tints of #e85fe1
RGB Percentages of Color #e85fe1
CMYK Percentages of Color #e85fe1
Complementary Color
#e85fe1 | #5fe866 |
#e85fe1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e85fe1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e85fe1 Color CSS Codes
.mybgcolor {background-color:#e85fe1; } .myforecolor {color:#e85fe1; } .mybordercolor {border:3px solid #e85fe1; }
#e85fe1 Text Font Color
<p style="color:#e85fe1">Text here</p>
This sample text font color is #e85fe1
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.
#e85fe1 Background Color
<div style="background-color:#e85fe1">
Div content here</div>
This div background color is #e85fe1
#e85fe1 Border Color
<div style="border:3px solid #e85fe1">
Div here</div>
This div border color is #e85fe1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,95,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e85fe1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e85fe1; -webkit-box-shadow: 1px 1px 3px 2px #e85fe1; box-shadow: 1px 1px 3px 2px #e85fe1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,95,225, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e85fe1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e85fe1; -webkit-box-shadow: 1px 1px 3px 2px #e85fe1; box-shadow: 1px 1px 3px 2px #e85fe1;">
Div content here</div>
This div box has shadow with color #e85fe1
Comments
No comments written yet.
Please login to write comment.