Color spaces of #e91454
RGB | 233 | 20 | 84 |
---|---|---|---|
HSL | 0.95 | 0.84 | 0.50 |
HSV | 342° | 91° | 91° |
CMYK | 0.00 | 0.91 | 0.64 0.09 |
XYZ | 35.4547 | 18.4640 | 10.0828 |
Yxy | 18.4640 | 0.5540 | 0.2885 |
Hunter Lab | 42.9698 | 72.0847 | 16.1665 |
CIE-Lab | 50.0541 | 75.2115 | 23.4027 |
#e91454 color RGB value is (233,20,84).
#e91454 hex color red value is 233, green value is 20 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #e91454 hue: 0.95 , saturation: 0.84 and the lightness value of e91454 is 0.50.
The process color (four color CMYK) of #e91454 color hex is 0.00, 0.91, 0.64, 0.09. Web safe color of #e91454 is #ff0066. Color #e91454 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 00010100 | 01010100 |
Octal | 351 | 24 | 124 |
Decimal | 233 | 20 | 84 |
Hex | E9 | 14 | 54 |
Shades of #e91454
Tints of #e91454
RGB Percentages of Color #e91454
CMYK Percentages of Color #e91454
Complementary Color
#e91454 | #14e9a9 |
#e91454 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e91454 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e91454 Color CSS Codes
.mybgcolor {background-color:#e91454; } .myforecolor {color:#e91454; } .mybordercolor {border:3px solid #e91454; }
#e91454 Text Font Color
<p style="color:#e91454">Text here</p>
This sample text font color is #e91454
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.
#e91454 Background Color
<div style="background-color:#e91454">
Div content here</div>
This div background color is #e91454
#e91454 Border Color
<div style="border:3px solid #e91454">
Div here</div>
This div border color is #e91454
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,20,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e91454; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e91454; -webkit-box-shadow: 1px 1px 3px 2px #e91454; box-shadow: 1px 1px 3px 2px #e91454; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,20,84, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e91454">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e91454; -webkit-box-shadow: 1px 1px 3px 2px #e91454; box-shadow: 1px 1px 3px 2px #e91454;">
Div content here</div>
This div box has shadow with color #e91454
Comments
No comments written yet.
Please login to write comment.