Color spaces of #ee133a
RGB | 238 | 19 | 58 |
---|---|---|---|
HSL | 0.97 | 0.87 | 0.50 |
HSV | 349° | 92° | 93° |
CMYK | 0.00 | 0.92 | 0.76 0.07 |
XYZ | 36.2565 | 18.9484 | 5.7495 |
Yxy | 18.9484 | 0.5948 | 0.3109 |
Hunter Lab | 43.5298 | 72.4979 | 22.6397 |
CIE-Lab | 50.6268 | 75.4362 | 39.8406 |
#ee133a color RGB value is (238,19,58).
#ee133a hex color red value is 238, green value is 19 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ee133a hue: 0.97 , saturation: 0.87 and the lightness value of ee133a is 0.50.
The process color (four color CMYK) of #ee133a color hex is 0.00, 0.92, 0.76, 0.07. Web safe color of #ee133a is #ff0033. Color #ee133a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 00010011 | 00111010 |
Octal | 356 | 23 | 72 |
Decimal | 238 | 19 | 58 |
Hex | EE | 13 | 3A |
Shades of #ee133a
Tints of #ee133a
RGB Percentages of Color #ee133a
CMYK Percentages of Color #ee133a
Complementary Color
#ee133a | #13eec7 |
#ee133a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ee133a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ee133a Color CSS Codes
.mybgcolor {background-color:#ee133a; } .myforecolor {color:#ee133a; } .mybordercolor {border:3px solid #ee133a; }
#ee133a Text Font Color
<p style="color:#ee133a">Text here</p>
This sample text font color is #ee133a
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.
#ee133a Background Color
<div style="background-color:#ee133a">
Div content here</div>
This div background color is #ee133a
#ee133a Border Color
<div style="border:3px solid #ee133a">
Div here</div>
This div border color is #ee133a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,19,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ee133a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ee133a; -webkit-box-shadow: 1px 1px 3px 2px #ee133a; box-shadow: 1px 1px 3px 2px #ee133a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,19,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ee133a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ee133a; -webkit-box-shadow: 1px 1px 3px 2px #ee133a; box-shadow: 1px 1px 3px 2px #ee133a;">
Div content here</div>
This div box has shadow with color #ee133a
Comments
No comments written yet.
Please login to write comment.