Color spaces of #ee78cb
RGB | 238 | 120 | 203 |
---|---|---|---|
HSL | 0.88 | 0.78 | 0.70 |
HSV | 318° | 50° | 93° |
CMYK | 0.00 | 0.50 | 0.15 0.07 |
XYZ | 52.7559 | 35.9219 | 60.6530 |
Yxy | 35.9219 | 0.3533 | 0.2406 |
Hunter Lab | 59.9349 | 52.2333 | -18.0460 |
CIE-Lab | 66.4602 | 55.4789 | -22.3884 |
#ee78cb color RGB value is (238,120,203).
#ee78cb hex color red value is 238, green value is 120 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ee78cb hue: 0.88 , saturation: 0.78 and the lightness value of ee78cb is 0.70.
The process color (four color CMYK) of #ee78cb color hex is 0.00, 0.50, 0.15, 0.07. Web safe color of #ee78cb is #ff66cc. Color #ee78cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 01111000 | 11001011 |
Octal | 356 | 170 | 313 |
Decimal | 238 | 120 | 203 |
Hex | EE | 78 | CB |
Shades of #ee78cb
Tints of #ee78cb
RGB Percentages of Color #ee78cb
CMYK Percentages of Color #ee78cb
Complementary Color
#ee78cb | #78ee9b |
#ee78cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ee78cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ee78cb Color CSS Codes
.mybgcolor {background-color:#ee78cb; } .myforecolor {color:#ee78cb; } .mybordercolor {border:3px solid #ee78cb; }
#ee78cb Text Font Color
<p style="color:#ee78cb">Text here</p>
This sample text font color is #ee78cb
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.
#ee78cb Background Color
<div style="background-color:#ee78cb">
Div content here</div>
This div background color is #ee78cb
#ee78cb Border Color
<div style="border:3px solid #ee78cb">
Div here</div>
This div border color is #ee78cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,120,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ee78cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ee78cb; -webkit-box-shadow: 1px 1px 3px 2px #ee78cb; box-shadow: 1px 1px 3px 2px #ee78cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,120,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ee78cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ee78cb; -webkit-box-shadow: 1px 1px 3px 2px #ee78cb; box-shadow: 1px 1px 3px 2px #ee78cb;">
Div content here</div>
This div box has shadow with color #ee78cb
Comments
No comments written yet.
Please login to write comment.