Color spaces of #ed48ac
RGB | 237 | 72 | 172 |
---|---|---|---|
HSL | 0.90 | 0.82 | 0.61 |
HSV | 324° | 70° | 93° |
CMYK | 0.00 | 0.70 | 0.27 0.07 |
XYZ | 44.6888 | 25.6178 | 41.6191 |
Yxy | 25.6178 | 0.3993 | 0.2289 |
Hunter Lab | 50.6140 | 69.0290 | -13.3234 |
CIE-Lab | 57.6725 | 71.2437 | -18.1253 |
#ed48ac color RGB value is (237,72,172).
#ed48ac hex color red value is 237, green value is 72 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ed48ac hue: 0.90 , saturation: 0.82 and the lightness value of ed48ac is 0.61.
The process color (four color CMYK) of #ed48ac color hex is 0.00, 0.70, 0.27, 0.07. Web safe color of #ed48ac is #ff3399. Color #ed48ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 01001000 | 10101100 |
Octal | 355 | 110 | 254 |
Decimal | 237 | 72 | 172 |
Hex | ED | 48 | AC |
Shades of #ed48ac
Tints of #ed48ac
RGB Percentages of Color #ed48ac
CMYK Percentages of Color #ed48ac
Complementary Color
#ed48ac | #48ed89 |
#ed48ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed48ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed48ac Color CSS Codes
.mybgcolor {background-color:#ed48ac; } .myforecolor {color:#ed48ac; } .mybordercolor {border:3px solid #ed48ac; }
#ed48ac Text Font Color
<p style="color:#ed48ac">Text here</p>
This sample text font color is #ed48ac
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.
#ed48ac Background Color
<div style="background-color:#ed48ac">
Div content here</div>
This div background color is #ed48ac
#ed48ac Border Color
<div style="border:3px solid #ed48ac">
Div here</div>
This div border color is #ed48ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,72,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed48ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed48ac; -webkit-box-shadow: 1px 1px 3px 2px #ed48ac; box-shadow: 1px 1px 3px 2px #ed48ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,72,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed48ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed48ac; -webkit-box-shadow: 1px 1px 3px 2px #ed48ac; box-shadow: 1px 1px 3px 2px #ed48ac;">
Div content here</div>
This div box has shadow with color #ed48ac
Comments
No comments written yet.
Please login to write comment.