Color spaces of #ed3aac
RGB | 237 | 58 | 172 |
---|---|---|---|
HSL | 0.89 | 0.83 | 0.58 |
HSV | 322° | 76° | 93° |
CMYK | 0.00 | 0.76 | 0.27 0.07 |
XYZ | 43.8845 | 24.0092 | 41.3510 |
Yxy | 24.0092 | 0.4017 | 0.2198 |
Hunter Lab | 48.9992 | 74.1191 | -15.7361 |
CIE-Lab | 56.0970 | 75.6879 | -20.5293 |
#ed3aac color RGB value is (237,58,172).
#ed3aac hex color red value is 237, green value is 58 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ed3aac hue: 0.89 , saturation: 0.83 and the lightness value of ed3aac is 0.58.
The process color (four color CMYK) of #ed3aac color hex is 0.00, 0.76, 0.27, 0.07. Web safe color of #ed3aac is #ff3399. Color #ed3aac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 00111010 | 10101100 |
Octal | 355 | 72 | 254 |
Decimal | 237 | 58 | 172 |
Hex | ED | 3A | AC |
Shades of #ed3aac
Tints of #ed3aac
RGB Percentages of Color #ed3aac
CMYK Percentages of Color #ed3aac
Complementary Color
#ed3aac | #3aed7b |
#ed3aac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed3aac Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed3aac Color CSS Codes
.mybgcolor {background-color:#ed3aac; } .myforecolor {color:#ed3aac; } .mybordercolor {border:3px solid #ed3aac; }
#ed3aac Text Font Color
<p style="color:#ed3aac">Text here</p>
This sample text font color is #ed3aac
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.
#ed3aac Background Color
<div style="background-color:#ed3aac">
Div content here</div>
This div background color is #ed3aac
#ed3aac Border Color
<div style="border:3px solid #ed3aac">
Div here</div>
This div border color is #ed3aac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,58,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed3aac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed3aac; -webkit-box-shadow: 1px 1px 3px 2px #ed3aac; box-shadow: 1px 1px 3px 2px #ed3aac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,58,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 #ed3aac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed3aac; -webkit-box-shadow: 1px 1px 3px 2px #ed3aac; box-shadow: 1px 1px 3px 2px #ed3aac;">
Div content here</div>
This div box has shadow with color #ed3aac
Comments
No comments written yet.
Please login to write comment.