Color spaces of #e242ba
RGB | 226 | 66 | 186 |
---|---|---|---|
HSL | 0.88 | 0.73 | 0.57 |
HSV | 315° | 71° | 89° |
CMYK | 0.00 | 0.71 | 0.18 0.11 |
XYZ | 42.1752 | 23.6104 | 48.7887 |
Yxy | 23.6104 | 0.3681 | 0.2061 |
Hunter Lab | 48.5905 | 69.8995 | -25.5184 |
CIE-Lab | 55.6956 | 72.3341 | -29.4309 |
#e242ba color RGB value is (226,66,186).
#e242ba hex color red value is 226, green value is 66 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e242ba hue: 0.88 , saturation: 0.73 and the lightness value of e242ba is 0.57.
The process color (four color CMYK) of #e242ba color hex is 0.00, 0.71, 0.18, 0.11. Web safe color of #e242ba is #cc33cc. Color #e242ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01000010 | 10111010 |
Octal | 342 | 102 | 272 |
Decimal | 226 | 66 | 186 |
Hex | E2 | 42 | BA |
Shades of #e242ba
Tints of #e242ba
RGB Percentages of Color #e242ba
CMYK Percentages of Color #e242ba
Complementary Color
#e242ba | #42e26a |
#e242ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e242ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#e242ba Color CSS Codes
.mybgcolor {background-color:#e242ba; } .myforecolor {color:#e242ba; } .mybordercolor {border:3px solid #e242ba; }
#e242ba Text Font Color
<p style="color:#e242ba">Text here</p>
This sample text font color is #e242ba
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.
#e242ba Background Color
<div style="background-color:#e242ba">
Div content here</div>
This div background color is #e242ba
#e242ba Border Color
<div style="border:3px solid #e242ba">
Div here</div>
This div border color is #e242ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,66,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e242ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e242ba; -webkit-box-shadow: 1px 1px 3px 2px #e242ba; box-shadow: 1px 1px 3px 2px #e242ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,66,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e242ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e242ba; -webkit-box-shadow: 1px 1px 3px 2px #e242ba; box-shadow: 1px 1px 3px 2px #e242ba;">
Div content here</div>
This div box has shadow with color #e242ba
Comments
No comments written yet.
Please login to write comment.