Color spaces of #e65fce
RGB | 230 | 95 | 206 |
---|---|---|---|
HSL | 0.86 | 0.73 | 0.64 |
HSV | 311° | 59° | 90° |
CMYK | 0.00 | 0.59 | 0.10 0.10 |
XYZ | 47.8659 | 29.4636 | 61.5568 |
Yxy | 29.4636 | 0.3446 | 0.2121 |
Hunter Lab | 54.2804 | 62.4154 | -29.2417 |
CIE-Lab | 61.1886 | 65.0915 | -32.2907 |
#e65fce color RGB value is (230,95,206).
#e65fce hex color red value is 230, green value is 95 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e65fce hue: 0.86 , saturation: 0.73 and the lightness value of e65fce is 0.64.
The process color (four color CMYK) of #e65fce color hex is 0.00, 0.59, 0.10, 0.10. Web safe color of #e65fce is #ff66cc. Color #e65fce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 01011111 | 11001110 |
Octal | 346 | 137 | 316 |
Decimal | 230 | 95 | 206 |
Hex | E6 | 5F | CE |
Shades of #e65fce
Tints of #e65fce
RGB Percentages of Color #e65fce
CMYK Percentages of Color #e65fce
Complementary Color
#e65fce | #5fe677 |
#e65fce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e65fce Color Preview on White Background
Lorem ipsum dolor sit amet.
#e65fce Color CSS Codes
.mybgcolor {background-color:#e65fce; } .myforecolor {color:#e65fce; } .mybordercolor {border:3px solid #e65fce; }
#e65fce Text Font Color
<p style="color:#e65fce">Text here</p>
This sample text font color is #e65fce
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.
#e65fce Background Color
<div style="background-color:#e65fce">
Div content here</div>
This div background color is #e65fce
#e65fce Border Color
<div style="border:3px solid #e65fce">
Div here</div>
This div border color is #e65fce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,95,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e65fce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e65fce; -webkit-box-shadow: 1px 1px 3px 2px #e65fce; box-shadow: 1px 1px 3px 2px #e65fce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,95,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e65fce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e65fce; -webkit-box-shadow: 1px 1px 3px 2px #e65fce; box-shadow: 1px 1px 3px 2px #e65fce;">
Div content here</div>
This div box has shadow with color #e65fce
Comments
No comments written yet.
Please login to write comment.