Color spaces of #ee48ab
RGB | 238 | 72 | 171 |
---|---|---|---|
HSL | 0.90 | 0.83 | 0.61 |
HSV | 324° | 70° | 93° |
CMYK | 0.00 | 0.70 | 0.28 0.07 |
XYZ | 44.9279 | 25.7521 | 41.1308 |
Yxy | 25.7521 | 0.4018 | 0.2303 |
Hunter Lab | 50.7465 | 69.2267 | -12.5328 |
CIE-Lab | 57.8010 | 71.3819 | -17.3338 |
#ee48ab color RGB value is (238,72,171).
#ee48ab hex color red value is 238, green value is 72 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ee48ab hue: 0.90 , saturation: 0.83 and the lightness value of ee48ab is 0.61.
The process color (four color CMYK) of #ee48ab color hex is 0.00, 0.70, 0.28, 0.07. Web safe color of #ee48ab is #ff3399. Color #ee48ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 01001000 | 10101011 |
Octal | 356 | 110 | 253 |
Decimal | 238 | 72 | 171 |
Hex | EE | 48 | AB |
Shades of #ee48ab
Tints of #ee48ab
RGB Percentages of Color #ee48ab
CMYK Percentages of Color #ee48ab
Complementary Color
#ee48ab | #48ee8b |
#ee48ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ee48ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#ee48ab Color CSS Codes
.mybgcolor {background-color:#ee48ab; } .myforecolor {color:#ee48ab; } .mybordercolor {border:3px solid #ee48ab; }
#ee48ab Text Font Color
<p style="color:#ee48ab">Text here</p>
This sample text font color is #ee48ab
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.
#ee48ab Background Color
<div style="background-color:#ee48ab">
Div content here</div>
This div background color is #ee48ab
#ee48ab Border Color
<div style="border:3px solid #ee48ab">
Div here</div>
This div border color is #ee48ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,72,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ee48ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ee48ab; -webkit-box-shadow: 1px 1px 3px 2px #ee48ab; box-shadow: 1px 1px 3px 2px #ee48ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,72,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ee48ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ee48ab; -webkit-box-shadow: 1px 1px 3px 2px #ee48ab; box-shadow: 1px 1px 3px 2px #ee48ab;">
Div content here</div>
This div box has shadow with color #ee48ab
Comments
No comments written yet.
Please login to write comment.