Color spaces of #e62caf
RGB | 230 | 44 | 175 |
---|---|---|---|
HSL | 0.88 | 0.79 | 0.54 |
HSV | 318° | 81° | 90° |
CMYK | 0.00 | 0.81 | 0.24 0.10 |
XYZ | 41.2717 | 21.7195 | 42.5745 |
Yxy | 21.7195 | 0.3910 | 0.2057 |
Hunter Lab | 46.6042 | 76.5186 | -21.5405 |
CIE-Lab | 53.7281 | 78.0716 | -26.0282 |
#e62caf color RGB value is (230,44,175).
#e62caf hex color red value is 230, green value is 44 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e62caf hue: 0.88 , saturation: 0.79 and the lightness value of e62caf is 0.54.
The process color (four color CMYK) of #e62caf color hex is 0.00, 0.81, 0.24, 0.10. Web safe color of #e62caf is #ff3399. Color #e62caf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 00101100 | 10101111 |
Octal | 346 | 54 | 257 |
Decimal | 230 | 44 | 175 |
Hex | E6 | 2C | AF |
Shades of #e62caf
Tints of #e62caf
RGB Percentages of Color #e62caf
CMYK Percentages of Color #e62caf
Complementary Color
#e62caf | #2ce663 |
#e62caf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e62caf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e62caf Color CSS Codes
.mybgcolor {background-color:#e62caf; } .myforecolor {color:#e62caf; } .mybordercolor {border:3px solid #e62caf; }
#e62caf Text Font Color
<p style="color:#e62caf">Text here</p>
This sample text font color is #e62caf
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.
#e62caf Background Color
<div style="background-color:#e62caf">
Div content here</div>
This div background color is #e62caf
#e62caf Border Color
<div style="border:3px solid #e62caf">
Div here</div>
This div border color is #e62caf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,44,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e62caf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e62caf; -webkit-box-shadow: 1px 1px 3px 2px #e62caf; box-shadow: 1px 1px 3px 2px #e62caf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,44,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e62caf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e62caf; -webkit-box-shadow: 1px 1px 3px 2px #e62caf; box-shadow: 1px 1px 3px 2px #e62caf;">
Div content here</div>
This div box has shadow with color #e62caf
Comments
No comments written yet.
Please login to write comment.