Color spaces of #ee528f
RGB | 238 | 82 | 143 |
---|---|---|---|
HSL | 0.93 | 0.82 | 0.63 |
HSV | 337° | 66° | 93° |
CMYK | 0.00 | 0.66 | 0.40 0.07 |
XYZ | 43.2351 | 26.1949 | 28.7640 |
Yxy | 26.1949 | 0.4403 | 0.2668 |
Hunter Lab | 51.1810 | 61.2212 | 2.5053 |
CIE-Lab | 58.2216 | 64.6145 | -0.3612 |
#ee528f color RGB value is (238,82,143).
#ee528f hex color red value is 238, green value is 82 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ee528f hue: 0.93 , saturation: 0.82 and the lightness value of ee528f is 0.63.
The process color (four color CMYK) of #ee528f color hex is 0.00, 0.66, 0.40, 0.07. Web safe color of #ee528f is #ff6699. Color #ee528f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 01010010 | 10001111 |
Octal | 356 | 122 | 217 |
Decimal | 238 | 82 | 143 |
Hex | EE | 52 | 8F |
Shades of #ee528f
Tints of #ee528f
RGB Percentages of Color #ee528f
CMYK Percentages of Color #ee528f
Complementary Color
#ee528f | #52eeb1 |
#ee528f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ee528f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ee528f Color CSS Codes
.mybgcolor {background-color:#ee528f; } .myforecolor {color:#ee528f; } .mybordercolor {border:3px solid #ee528f; }
#ee528f Text Font Color
<p style="color:#ee528f">Text here</p>
This sample text font color is #ee528f
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.
#ee528f Background Color
<div style="background-color:#ee528f">
Div content here</div>
This div background color is #ee528f
#ee528f Border Color
<div style="border:3px solid #ee528f">
Div here</div>
This div border color is #ee528f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,82,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ee528f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ee528f; -webkit-box-shadow: 1px 1px 3px 2px #ee528f; box-shadow: 1px 1px 3px 2px #ee528f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,82,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ee528f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ee528f; -webkit-box-shadow: 1px 1px 3px 2px #ee528f; box-shadow: 1px 1px 3px 2px #ee528f;">
Div content here</div>
This div box has shadow with color #ee528f
Comments
No comments written yet.
Please login to write comment.