Color spaces of #ee23ab
RGB | 238 | 35 | 171 |
---|---|---|---|
HSL | 0.89 | 0.86 | 0.54 |
HSV | 320° | 85° | 93° |
CMYK | 0.00 | 0.85 | 0.28 0.07 |
XYZ | 43.2116 | 22.3195 | 40.5587 |
Yxy | 22.3195 | 0.4073 | 0.2104 |
Hunter Lab | 47.2435 | 80.5901 | -17.8302 |
CIE-Lab | 54.3644 | 81.1707 | -22.5856 |
#ee23ab color RGB value is (238,35,171).
#ee23ab hex color red value is 238, green value is 35 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ee23ab hue: 0.89 , saturation: 0.86 and the lightness value of ee23ab is 0.54.
The process color (four color CMYK) of #ee23ab color hex is 0.00, 0.85, 0.28, 0.07. Web safe color of #ee23ab is #ff3399. Color #ee23ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 00100011 | 10101011 |
Octal | 356 | 43 | 253 |
Decimal | 238 | 35 | 171 |
Hex | EE | 23 | AB |
Shades of #ee23ab
Tints of #ee23ab
RGB Percentages of Color #ee23ab
CMYK Percentages of Color #ee23ab
Complementary Color
#ee23ab | #23ee66 |
#ee23ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ee23ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#ee23ab Color CSS Codes
.mybgcolor {background-color:#ee23ab; } .myforecolor {color:#ee23ab; } .mybordercolor {border:3px solid #ee23ab; }
#ee23ab Text Font Color
<p style="color:#ee23ab">Text here</p>
This sample text font color is #ee23ab
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.
#ee23ab Background Color
<div style="background-color:#ee23ab">
Div content here</div>
This div background color is #ee23ab
#ee23ab Border Color
<div style="border:3px solid #ee23ab">
Div here</div>
This div border color is #ee23ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,35,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ee23ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ee23ab; -webkit-box-shadow: 1px 1px 3px 2px #ee23ab; box-shadow: 1px 1px 3px 2px #ee23ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,35,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 #ee23ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ee23ab; -webkit-box-shadow: 1px 1px 3px 2px #ee23ab; box-shadow: 1px 1px 3px 2px #ee23ab;">
Div content here</div>
This div box has shadow with color #ee23ab
Comments
No comments written yet.
Please login to write comment.