Color spaces of #e62bce
RGB | 230 | 43 | 206 |
---|---|---|---|
HSL | 0.85 | 0.79 | 0.54 |
HSV | 308° | 81° | 90° |
CMYK | 0.00 | 0.81 | 0.10 0.10 |
XYZ | 44.6376 | 23.0070 | 60.4806 |
Yxy | 23.0070 | 0.3484 | 0.1796 |
Hunter Lab | 47.9656 | 82.1753 | -41.1838 |
CIE-Lab | 55.0795 | 82.2716 | -41.8542 |
#e62bce color RGB value is (230,43,206).
#e62bce hex color red value is 230, green value is 43 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e62bce hue: 0.85 , saturation: 0.79 and the lightness value of e62bce is 0.54.
The process color (four color CMYK) of #e62bce color hex is 0.00, 0.81, 0.10, 0.10. Web safe color of #e62bce is #ff33cc. Color #e62bce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 00101011 | 11001110 |
Octal | 346 | 53 | 316 |
Decimal | 230 | 43 | 206 |
Hex | E6 | 2B | CE |
Shades of #e62bce
Tints of #e62bce
RGB Percentages of Color #e62bce
CMYK Percentages of Color #e62bce
Complementary Color
#e62bce | #2be643 |
#e62bce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e62bce Color Preview on White Background
Lorem ipsum dolor sit amet.
#e62bce Color CSS Codes
.mybgcolor {background-color:#e62bce; } .myforecolor {color:#e62bce; } .mybordercolor {border:3px solid #e62bce; }
#e62bce Text Font Color
<p style="color:#e62bce">Text here</p>
This sample text font color is #e62bce
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.
#e62bce Background Color
<div style="background-color:#e62bce">
Div content here</div>
This div background color is #e62bce
#e62bce Border Color
<div style="border:3px solid #e62bce">
Div here</div>
This div border color is #e62bce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,43,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e62bce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e62bce; -webkit-box-shadow: 1px 1px 3px 2px #e62bce; box-shadow: 1px 1px 3px 2px #e62bce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,43,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 #e62bce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e62bce; -webkit-box-shadow: 1px 1px 3px 2px #e62bce; box-shadow: 1px 1px 3px 2px #e62bce;">
Div content here</div>
This div box has shadow with color #e62bce
Comments
No comments written yet.
Please login to write comment.