Color spaces of #ec303b
RGB | 236 | 48 | 59 |
---|---|---|---|
HSL | 0.99 | 0.83 | 0.56 |
HSV | 356° | 80° | 93° |
CMYK | 0.00 | 0.80 | 0.75 0.07 |
XYZ | 36.4384 | 20.2625 | 6.1282 |
Yxy | 20.2625 | 0.5800 | 0.3225 |
Hunter Lab | 45.0139 | 65.7201 | 23.4380 |
CIE-Lab | 52.1327 | 69.5506 | 40.8245 |
#ec303b color RGB value is (236,48,59).
#ec303b hex color red value is 236, green value is 48 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ec303b hue: 0.99 , saturation: 0.83 and the lightness value of ec303b is 0.56.
The process color (four color CMYK) of #ec303b color hex is 0.00, 0.80, 0.75, 0.07. Web safe color of #ec303b is #ff3333. Color #ec303b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 00110000 | 00111011 |
Octal | 354 | 60 | 73 |
Decimal | 236 | 48 | 59 |
Hex | EC | 30 | 3B |
Shades of #ec303b
Tints of #ec303b
RGB Percentages of Color #ec303b
CMYK Percentages of Color #ec303b
Complementary Color
#ec303b | #30ece1 |
#ec303b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec303b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec303b Color CSS Codes
.mybgcolor {background-color:#ec303b; } .myforecolor {color:#ec303b; } .mybordercolor {border:3px solid #ec303b; }
#ec303b Text Font Color
<p style="color:#ec303b">Text here</p>
This sample text font color is #ec303b
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.
#ec303b Background Color
<div style="background-color:#ec303b">
Div content here</div>
This div background color is #ec303b
#ec303b Border Color
<div style="border:3px solid #ec303b">
Div here</div>
This div border color is #ec303b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,48,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec303b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec303b; -webkit-box-shadow: 1px 1px 3px 2px #ec303b; box-shadow: 1px 1px 3px 2px #ec303b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,48,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec303b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec303b; -webkit-box-shadow: 1px 1px 3px 2px #ec303b; box-shadow: 1px 1px 3px 2px #ec303b;">
Div content here</div>
This div box has shadow with color #ec303b
Comments
No comments written yet.
Please login to write comment.