Color spaces of #ea021b
RGB | 234 | 2 | 27 |
---|---|---|---|
HSL | 0.98 | 0.98 | 0.46 |
HSV | 354° | 99° | 92° |
CMYK | 0.00 | 0.99 | 0.88 0.08 |
XYZ | 34.1512 | 17.6150 | 2.6370 |
Yxy | 17.6150 | 0.6277 | 0.3238 |
Hunter Lab | 41.9702 | 71.7977 | 25.6540 |
CIE-Lab | 49.0258 | 75.1779 | 54.2488 |
#ea021b color RGB value is (234,2,27).
#ea021b hex color red value is 234, green value is 2 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ea021b hue: 0.98 , saturation: 0.98 and the lightness value of ea021b is 0.46.
The process color (four color CMYK) of #ea021b color hex is 0.00, 0.99, 0.88, 0.08. Web safe color of #ea021b is #ff0033. Color #ea021b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 00000010 | 00011011 |
Octal | 352 | 2 | 33 |
Decimal | 234 | 2 | 27 |
Hex | EA | 2 | 1B |
Shades of #ea021b
Tints of #ea021b
RGB Percentages of Color #ea021b
CMYK Percentages of Color #ea021b
Complementary Color
#ea021b | #02ead1 |
#ea021b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea021b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea021b Color CSS Codes
.mybgcolor {background-color:#ea021b; } .myforecolor {color:#ea021b; } .mybordercolor {border:3px solid #ea021b; }
#ea021b Text Font Color
<p style="color:#ea021b">Text here</p>
This sample text font color is #ea021b
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.
#ea021b Background Color
<div style="background-color:#ea021b">
Div content here</div>
This div background color is #ea021b
#ea021b Border Color
<div style="border:3px solid #ea021b">
Div here</div>
This div border color is #ea021b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,2,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea021b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea021b; -webkit-box-shadow: 1px 1px 3px 2px #ea021b; box-shadow: 1px 1px 3px 2px #ea021b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,2,27, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea021b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea021b; -webkit-box-shadow: 1px 1px 3px 2px #ea021b; box-shadow: 1px 1px 3px 2px #ea021b;">
Div content here</div>
This div box has shadow with color #ea021b
Comments
No comments written yet.
Please login to write comment.