Color spaces of #ed4755
RGB | 237 | 71 | 85 |
---|---|---|---|
HSL | 0.99 | 0.82 | 0.60 |
HSV | 355° | 70° | 93° |
CMYK | 0.00 | 0.70 | 0.64 0.07 |
XYZ | 38.8180 | 23.1669 | 11.0200 |
Yxy | 23.1669 | 0.5317 | 0.3173 |
Hunter Lab | 48.1320 | 59.7275 | 20.1177 |
CIE-Lab | 55.2438 | 63.8812 | 29.6296 |
#ed4755 color RGB value is (237,71,85).
#ed4755 hex color red value is 237, green value is 71 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ed4755 hue: 0.99 , saturation: 0.82 and the lightness value of ed4755 is 0.60.
The process color (four color CMYK) of #ed4755 color hex is 0.00, 0.70, 0.64, 0.07. Web safe color of #ed4755 is #ff3366. Color #ed4755 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 01000111 | 01010101 |
Octal | 355 | 107 | 125 |
Decimal | 237 | 71 | 85 |
Hex | ED | 47 | 55 |
Shades of #ed4755
Tints of #ed4755
RGB Percentages of Color #ed4755
CMYK Percentages of Color #ed4755
Complementary Color
#ed4755 | #47eddf |
#ed4755 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed4755 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed4755 Color CSS Codes
.mybgcolor {background-color:#ed4755; } .myforecolor {color:#ed4755; } .mybordercolor {border:3px solid #ed4755; }
#ed4755 Text Font Color
<p style="color:#ed4755">Text here</p>
This sample text font color is #ed4755
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.
#ed4755 Background Color
<div style="background-color:#ed4755">
Div content here</div>
This div background color is #ed4755
#ed4755 Border Color
<div style="border:3px solid #ed4755">
Div here</div>
This div border color is #ed4755
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,71,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed4755; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed4755; -webkit-box-shadow: 1px 1px 3px 2px #ed4755; box-shadow: 1px 1px 3px 2px #ed4755; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,71,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed4755">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed4755; -webkit-box-shadow: 1px 1px 3px 2px #ed4755; box-shadow: 1px 1px 3px 2px #ed4755;">
Div content here</div>
This div box has shadow with color #ed4755
Comments
No comments written yet.
Please login to write comment.