Color spaces of #e865da
RGB | 232 | 101 | 218 |
---|---|---|---|
HSL | 0.85 | 0.74 | 0.65 |
HSV | 306° | 56° | 91° |
CMYK | 0.00 | 0.56 | 0.06 0.09 |
XYZ | 50.5873 | 31.5251 | 69.7484 |
Yxy | 31.5251 | 0.3331 | 0.2076 |
Hunter Lab | 56.1472 | 62.5666 | -34.3494 |
CIE-Lab | 62.9484 | 64.9065 | -36.2890 |
#e865da color RGB value is (232,101,218).
#e865da hex color red value is 232, green value is 101 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e865da hue: 0.85 , saturation: 0.74 and the lightness value of e865da is 0.65.
The process color (four color CMYK) of #e865da color hex is 0.00, 0.56, 0.06, 0.09. Web safe color of #e865da is #ff66cc. Color #e865da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 01100101 | 11011010 |
Octal | 350 | 145 | 332 |
Decimal | 232 | 101 | 218 |
Hex | E8 | 65 | DA |
Shades of #e865da
Tints of #e865da
RGB Percentages of Color #e865da
CMYK Percentages of Color #e865da
Complementary Color
#e865da | #65e873 |
#e865da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e865da Color Preview on White Background
Lorem ipsum dolor sit amet.
#e865da Color CSS Codes
.mybgcolor {background-color:#e865da; } .myforecolor {color:#e865da; } .mybordercolor {border:3px solid #e865da; }
#e865da Text Font Color
<p style="color:#e865da">Text here</p>
This sample text font color is #e865da
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.
#e865da Background Color
<div style="background-color:#e865da">
Div content here</div>
This div background color is #e865da
#e865da Border Color
<div style="border:3px solid #e865da">
Div here</div>
This div border color is #e865da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,101,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e865da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e865da; -webkit-box-shadow: 1px 1px 3px 2px #e865da; box-shadow: 1px 1px 3px 2px #e865da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,101,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e865da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e865da; -webkit-box-shadow: 1px 1px 3px 2px #e865da; box-shadow: 1px 1px 3px 2px #e865da;">
Div content here</div>
This div box has shadow with color #e865da
Comments
No comments written yet.
Please login to write comment.