Color spaces of #ee537c
RGB | 238 | 83 | 124 |
---|---|---|---|
HSL | 0.96 | 0.82 | 0.63 |
HSV | 344° | 65° | 93° |
CMYK | 0.00 | 0.65 | 0.48 0.07 |
XYZ | 41.9912 | 25.8189 | 21.8391 |
Yxy | 25.8189 | 0.4684 | 0.2880 |
Hunter Lab | 50.8123 | 58.5906 | 10.0858 |
CIE-Lab | 57.8648 | 62.4289 | 10.2805 |
#ee537c color RGB value is (238,83,124).
#ee537c hex color red value is 238, green value is 83 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ee537c hue: 0.96 , saturation: 0.82 and the lightness value of ee537c is 0.63.
The process color (four color CMYK) of #ee537c color hex is 0.00, 0.65, 0.48, 0.07. Web safe color of #ee537c is #ff6666. Color #ee537c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 01010011 | 01111100 |
Octal | 356 | 123 | 174 |
Decimal | 238 | 83 | 124 |
Hex | EE | 53 | 7C |
Shades of #ee537c
Tints of #ee537c
RGB Percentages of Color #ee537c
CMYK Percentages of Color #ee537c
Complementary Color
#ee537c | #53eec5 |
#ee537c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ee537c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ee537c Color CSS Codes
.mybgcolor {background-color:#ee537c; } .myforecolor {color:#ee537c; } .mybordercolor {border:3px solid #ee537c; }
#ee537c Text Font Color
<p style="color:#ee537c">Text here</p>
This sample text font color is #ee537c
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.
#ee537c Background Color
<div style="background-color:#ee537c">
Div content here</div>
This div background color is #ee537c
#ee537c Border Color
<div style="border:3px solid #ee537c">
Div here</div>
This div border color is #ee537c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,83,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ee537c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ee537c; -webkit-box-shadow: 1px 1px 3px 2px #ee537c; box-shadow: 1px 1px 3px 2px #ee537c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,83,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ee537c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ee537c; -webkit-box-shadow: 1px 1px 3px 2px #ee537c; box-shadow: 1px 1px 3px 2px #ee537c;">
Div content here</div>
This div box has shadow with color #ee537c
Comments
No comments written yet.
Please login to write comment.