Color spaces of #ee2aac
RGB | 238 | 42 | 172 |
---|---|---|---|
HSL | 0.89 | 0.85 | 0.55 |
HSV | 320° | 82° | 93° |
CMYK | 0.00 | 0.82 | 0.28 0.07 |
XYZ | 43.5343 | 22.8116 | 41.1383 |
Yxy | 22.8116 | 0.4050 | 0.2122 |
Hunter Lab | 47.7615 | 79.1190 | -17.6351 |
CIE-Lab | 54.8777 | 79.9126 | -22.3827 |
#ee2aac color RGB value is (238,42,172).
#ee2aac hex color red value is 238, green value is 42 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ee2aac hue: 0.89 , saturation: 0.85 and the lightness value of ee2aac is 0.55.
The process color (four color CMYK) of #ee2aac color hex is 0.00, 0.82, 0.28, 0.07. Web safe color of #ee2aac is #ff3399. Color #ee2aac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 00101010 | 10101100 |
Octal | 356 | 52 | 254 |
Decimal | 238 | 42 | 172 |
Hex | EE | 2A | AC |
Shades of #ee2aac
Tints of #ee2aac
RGB Percentages of Color #ee2aac
CMYK Percentages of Color #ee2aac
Complementary Color
#ee2aac | #2aee6c |
#ee2aac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ee2aac Color Preview on White Background
Lorem ipsum dolor sit amet.
#ee2aac Color CSS Codes
.mybgcolor {background-color:#ee2aac; } .myforecolor {color:#ee2aac; } .mybordercolor {border:3px solid #ee2aac; }
#ee2aac Text Font Color
<p style="color:#ee2aac">Text here</p>
This sample text font color is #ee2aac
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.
#ee2aac Background Color
<div style="background-color:#ee2aac">
Div content here</div>
This div background color is #ee2aac
#ee2aac Border Color
<div style="border:3px solid #ee2aac">
Div here</div>
This div border color is #ee2aac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,42,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ee2aac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ee2aac; -webkit-box-shadow: 1px 1px 3px 2px #ee2aac; box-shadow: 1px 1px 3px 2px #ee2aac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,42,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 #ee2aac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ee2aac; -webkit-box-shadow: 1px 1px 3px 2px #ee2aac; box-shadow: 1px 1px 3px 2px #ee2aac;">
Div content here</div>
This div box has shadow with color #ee2aac
Comments
No comments written yet.
Please login to write comment.