Color spaces of #e864dc
RGB | 232 | 100 | 220 |
---|---|---|---|
HSL | 0.85 | 0.74 | 0.65 |
HSV | 305° | 57° | 91° |
CMYK | 0.00 | 0.57 | 0.05 0.09 |
XYZ | 50.7542 | 31.4375 | 71.1031 |
Yxy | 31.4375 | 0.3311 | 0.2051 |
Hunter Lab | 56.0692 | 63.4585 | -35.9392 |
CIE-Lab | 62.8752 | 65.6672 | -37.5242 |
#e864dc color RGB value is (232,100,220).
#e864dc hex color red value is 232, green value is 100 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e864dc hue: 0.85 , saturation: 0.74 and the lightness value of e864dc is 0.65.
The process color (four color CMYK) of #e864dc color hex is 0.00, 0.57, 0.05, 0.09. Web safe color of #e864dc is #ff66cc. Color #e864dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 01100100 | 11011100 |
Octal | 350 | 144 | 334 |
Decimal | 232 | 100 | 220 |
Hex | E8 | 64 | DC |
Shades of #e864dc
Tints of #e864dc
RGB Percentages of Color #e864dc
CMYK Percentages of Color #e864dc
Complementary Color
#e864dc | #64e870 |
#e864dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e864dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e864dc Color CSS Codes
.mybgcolor {background-color:#e864dc; } .myforecolor {color:#e864dc; } .mybordercolor {border:3px solid #e864dc; }
#e864dc Text Font Color
<p style="color:#e864dc">Text here</p>
This sample text font color is #e864dc
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.
#e864dc Background Color
<div style="background-color:#e864dc">
Div content here</div>
This div background color is #e864dc
#e864dc Border Color
<div style="border:3px solid #e864dc">
Div here</div>
This div border color is #e864dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,100,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e864dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e864dc; -webkit-box-shadow: 1px 1px 3px 2px #e864dc; box-shadow: 1px 1px 3px 2px #e864dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,100,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e864dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e864dc; -webkit-box-shadow: 1px 1px 3px 2px #e864dc; box-shadow: 1px 1px 3px 2px #e864dc;">
Div content here</div>
This div box has shadow with color #e864dc
Comments
No comments written yet.
Please login to write comment.