Color spaces of #e386cb
RGB | 227 | 134 | 203 |
---|---|---|---|
HSL | 0.88 | 0.62 | 0.71 |
HSV | 315° | 41° | 89° |
CMYK | 0.00 | 0.41 | 0.11 0.11 |
XYZ | 50.9831 | 37.6929 | 61.0883 |
Yxy | 37.6929 | 0.3404 | 0.2517 |
Hunter Lab | 61.3945 | 40.7891 | -16.0181 |
CIE-Lab | 67.7937 | 45.0759 | -20.4821 |
#e386cb color RGB value is (227,134,203).
#e386cb hex color red value is 227, green value is 134 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e386cb hue: 0.88 , saturation: 0.62 and the lightness value of e386cb is 0.71.
The process color (four color CMYK) of #e386cb color hex is 0.00, 0.41, 0.11, 0.11. Web safe color of #e386cb is #cc99cc. Color #e386cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 10000110 | 11001011 |
Octal | 343 | 206 | 313 |
Decimal | 227 | 134 | 203 |
Hex | E3 | 86 | CB |
Shades of #e386cb
Tints of #e386cb
RGB Percentages of Color #e386cb
CMYK Percentages of Color #e386cb
Complementary Color
#e386cb | #86e39e |
#e386cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e386cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e386cb Color CSS Codes
.mybgcolor {background-color:#e386cb; } .myforecolor {color:#e386cb; } .mybordercolor {border:3px solid #e386cb; }
#e386cb Text Font Color
<p style="color:#e386cb">Text here</p>
This sample text font color is #e386cb
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.
#e386cb Background Color
<div style="background-color:#e386cb">
Div content here</div>
This div background color is #e386cb
#e386cb Border Color
<div style="border:3px solid #e386cb">
Div here</div>
This div border color is #e386cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,134,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e386cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e386cb; -webkit-box-shadow: 1px 1px 3px 2px #e386cb; box-shadow: 1px 1px 3px 2px #e386cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,134,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 #e386cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e386cb; -webkit-box-shadow: 1px 1px 3px 2px #e386cb; box-shadow: 1px 1px 3px 2px #e386cb;">
Div content here</div>
This div box has shadow with color #e386cb
Comments
No comments written yet.
Please login to write comment.