Color spaces of #e864ca
RGB | 232 | 100 | 202 |
---|---|---|---|
HSL | 0.87 | 0.74 | 0.65 |
HSV | 314° | 57° | 91° |
CMYK | 0.00 | 0.57 | 0.13 0.09 |
XYZ | 48.4966 | 30.5344 | 59.2148 |
Yxy | 30.5344 | 0.3508 | 0.2209 |
Hunter Lab | 55.2579 | 59.9574 | -24.8550 |
CIE-Lab | 62.1126 | 62.8484 | -28.5732 |
#e864ca color RGB value is (232,100,202).
#e864ca hex color red value is 232, green value is 100 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e864ca hue: 0.87 , saturation: 0.74 and the lightness value of e864ca is 0.65.
The process color (four color CMYK) of #e864ca color hex is 0.00, 0.57, 0.13, 0.09. Web safe color of #e864ca is #ff66cc. Color #e864ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 01100100 | 11001010 |
Octal | 350 | 144 | 312 |
Decimal | 232 | 100 | 202 |
Hex | E8 | 64 | CA |
Shades of #e864ca
Tints of #e864ca
RGB Percentages of Color #e864ca
CMYK Percentages of Color #e864ca
Complementary Color
#e864ca | #64e882 |
#e864ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e864ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#e864ca Color CSS Codes
.mybgcolor {background-color:#e864ca; } .myforecolor {color:#e864ca; } .mybordercolor {border:3px solid #e864ca; }
#e864ca Text Font Color
<p style="color:#e864ca">Text here</p>
This sample text font color is #e864ca
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.
#e864ca Background Color
<div style="background-color:#e864ca">
Div content here</div>
This div background color is #e864ca
#e864ca Border Color
<div style="border:3px solid #e864ca">
Div here</div>
This div border color is #e864ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,100,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e864ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e864ca; -webkit-box-shadow: 1px 1px 3px 2px #e864ca; box-shadow: 1px 1px 3px 2px #e864ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,100,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e864ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e864ca; -webkit-box-shadow: 1px 1px 3px 2px #e864ca; box-shadow: 1px 1px 3px 2px #e864ca;">
Div content here</div>
This div box has shadow with color #e864ca
Comments
No comments written yet.
Please login to write comment.