Color spaces of #ed43ac
RGB | 237 | 67 | 172 |
---|---|---|---|
HSL | 0.90 | 0.83 | 0.60 |
HSV | 323° | 72° | 93° |
CMYK | 0.00 | 0.72 | 0.27 0.07 |
XYZ | 44.3786 | 24.9974 | 41.5157 |
Yxy | 24.9974 | 0.4002 | 0.2254 |
Hunter Lab | 49.9974 | 70.9444 | -14.2337 |
CIE-Lab | 57.0729 | 72.9264 | -19.0388 |
#ed43ac color RGB value is (237,67,172).
#ed43ac hex color red value is 237, green value is 67 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ed43ac hue: 0.90 , saturation: 0.83 and the lightness value of ed43ac is 0.60.
The process color (four color CMYK) of #ed43ac color hex is 0.00, 0.72, 0.27, 0.07. Web safe color of #ed43ac is #ff3399. Color #ed43ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 01000011 | 10101100 |
Octal | 355 | 103 | 254 |
Decimal | 237 | 67 | 172 |
Hex | ED | 43 | AC |
Shades of #ed43ac
Tints of #ed43ac
RGB Percentages of Color #ed43ac
CMYK Percentages of Color #ed43ac
Complementary Color
#ed43ac | #43ed84 |
#ed43ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed43ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed43ac Color CSS Codes
.mybgcolor {background-color:#ed43ac; } .myforecolor {color:#ed43ac; } .mybordercolor {border:3px solid #ed43ac; }
#ed43ac Text Font Color
<p style="color:#ed43ac">Text here</p>
This sample text font color is #ed43ac
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.
#ed43ac Background Color
<div style="background-color:#ed43ac">
Div content here</div>
This div background color is #ed43ac
#ed43ac Border Color
<div style="border:3px solid #ed43ac">
Div here</div>
This div border color is #ed43ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,67,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed43ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed43ac; -webkit-box-shadow: 1px 1px 3px 2px #ed43ac; box-shadow: 1px 1px 3px 2px #ed43ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,67,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 #ed43ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed43ac; -webkit-box-shadow: 1px 1px 3px 2px #ed43ac; box-shadow: 1px 1px 3px 2px #ed43ac;">
Div content here</div>
This div box has shadow with color #ed43ac
Comments
No comments written yet.
Please login to write comment.