Color spaces of #e2308f
RGB | 226 | 48 | 143 |
---|---|---|---|
HSL | 0.91 | 0.75 | 0.54 |
HSV | 328° | 79° | 89° |
CMYK | 0.00 | 0.79 | 0.37 0.11 |
XYZ | 37.3789 | 20.2658 | 27.9282 |
Yxy | 20.2658 | 0.4368 | 0.2368 |
Hunter Lab | 45.0176 | 69.4311 | -5.2703 |
CIE-Lab | 52.1364 | 72.6331 | -9.5977 |
#e2308f color RGB value is (226,48,143).
#e2308f hex color red value is 226, green value is 48 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #e2308f hue: 0.91 , saturation: 0.75 and the lightness value of e2308f is 0.54.
The process color (four color CMYK) of #e2308f color hex is 0.00, 0.79, 0.37, 0.11. Web safe color of #e2308f is #cc3399. Color #e2308f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00110000 | 10001111 |
Octal | 342 | 60 | 217 |
Decimal | 226 | 48 | 143 |
Hex | E2 | 30 | 8F |
Shades of #e2308f
Tints of #e2308f
RGB Percentages of Color #e2308f
CMYK Percentages of Color #e2308f
Complementary Color
#e2308f | #30e283 |
#e2308f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2308f Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2308f Color CSS Codes
.mybgcolor {background-color:#e2308f; } .myforecolor {color:#e2308f; } .mybordercolor {border:3px solid #e2308f; }
#e2308f Text Font Color
<p style="color:#e2308f">Text here</p>
This sample text font color is #e2308f
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.
#e2308f Background Color
<div style="background-color:#e2308f">
Div content here</div>
This div background color is #e2308f
#e2308f Border Color
<div style="border:3px solid #e2308f">
Div here</div>
This div border color is #e2308f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,48,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2308f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2308f; -webkit-box-shadow: 1px 1px 3px 2px #e2308f; box-shadow: 1px 1px 3px 2px #e2308f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,48,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2308f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2308f; -webkit-box-shadow: 1px 1px 3px 2px #e2308f; box-shadow: 1px 1px 3px 2px #e2308f;">
Div content here</div>
This div box has shadow with color #e2308f
Comments
No comments written yet.
Please login to write comment.