Color spaces of #ee12cc
RGB | 238 | 18 | 204 |
---|---|---|---|
HSL | 0.86 | 0.87 | 0.50 |
HSV | 309° | 92° | 93° |
CMYK | 0.00 | 0.92 | 0.14 0.07 |
XYZ | 46.3753 | 22.9694 | 59.1160 |
Yxy | 22.9694 | 0.3610 | 0.1788 |
Hunter Lab | 47.9264 | 88.8518 | -39.5842 |
CIE-Lab | 55.0408 | 87.4177 | -40.6751 |
#ee12cc color RGB value is (238,18,204).
#ee12cc hex color red value is 238, green value is 18 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ee12cc hue: 0.86 , saturation: 0.87 and the lightness value of ee12cc is 0.50.
The process color (four color CMYK) of #ee12cc color hex is 0.00, 0.92, 0.14, 0.07. Web safe color of #ee12cc is #ff00cc. Color #ee12cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 00010010 | 11001100 |
Octal | 356 | 22 | 314 |
Decimal | 238 | 18 | 204 |
Hex | EE | 12 | CC |
Shades of #ee12cc
Tints of #ee12cc
RGB Percentages of Color #ee12cc
CMYK Percentages of Color #ee12cc
Complementary Color
#ee12cc | #12ee34 |
#ee12cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ee12cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ee12cc Color CSS Codes
.mybgcolor {background-color:#ee12cc; } .myforecolor {color:#ee12cc; } .mybordercolor {border:3px solid #ee12cc; }
#ee12cc Text Font Color
<p style="color:#ee12cc">Text here</p>
This sample text font color is #ee12cc
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.
#ee12cc Background Color
<div style="background-color:#ee12cc">
Div content here</div>
This div background color is #ee12cc
#ee12cc Border Color
<div style="border:3px solid #ee12cc">
Div here</div>
This div border color is #ee12cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,18,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ee12cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ee12cc; -webkit-box-shadow: 1px 1px 3px 2px #ee12cc; box-shadow: 1px 1px 3px 2px #ee12cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,18,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ee12cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ee12cc; -webkit-box-shadow: 1px 1px 3px 2px #ee12cc; box-shadow: 1px 1px 3px 2px #ee12cc;">
Div content here</div>
This div box has shadow with color #ee12cc
Comments
No comments written yet.
Please login to write comment.