Color spaces of #e03043
RGB | 224 | 48 | 67 |
---|---|---|---|
HSL | 0.98 | 0.74 | 0.53 |
HSV | 354° | 79° | 88° |
CMYK | 0.00 | 0.79 | 0.70 0.12 |
XYZ | 32.8105 | 18.3664 | 7.1260 |
Yxy | 18.3664 | 0.5628 | 0.3150 |
Hunter Lab | 42.8560 | 61.6612 | 20.1406 |
CIE-Lab | 49.9375 | 66.5342 | 33.0872 |
#e03043 color RGB value is (224,48,67).
#e03043 hex color red value is 224, green value is 48 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #e03043 hue: 0.98 , saturation: 0.74 and the lightness value of e03043 is 0.53.
The process color (four color CMYK) of #e03043 color hex is 0.00, 0.79, 0.70, 0.12. Web safe color of #e03043 is #cc3333. Color #e03043 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 00110000 | 01000011 |
Octal | 340 | 60 | 103 |
Decimal | 224 | 48 | 67 |
Hex | E0 | 30 | 43 |
Shades of #e03043
Tints of #e03043
RGB Percentages of Color #e03043
CMYK Percentages of Color #e03043
Complementary Color
#e03043 | #30e0cd |
#e03043 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e03043 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e03043 Color CSS Codes
.mybgcolor {background-color:#e03043; } .myforecolor {color:#e03043; } .mybordercolor {border:3px solid #e03043; }
#e03043 Text Font Color
<p style="color:#e03043">Text here</p>
This sample text font color is #e03043
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.
#e03043 Background Color
<div style="background-color:#e03043">
Div content here</div>
This div background color is #e03043
#e03043 Border Color
<div style="border:3px solid #e03043">
Div here</div>
This div border color is #e03043
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,48,67, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e03043; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e03043; -webkit-box-shadow: 1px 1px 3px 2px #e03043; box-shadow: 1px 1px 3px 2px #e03043; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,48,67, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e03043">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e03043; -webkit-box-shadow: 1px 1px 3px 2px #e03043; box-shadow: 1px 1px 3px 2px #e03043;">
Div content here</div>
This div box has shadow with color #e03043
Comments
No comments written yet.
Please login to write comment.