Color spaces of #e714cb
RGB | 231 | 20 | 203 |
---|---|---|---|
HSL | 0.86 | 0.84 | 0.49 |
HSV | 308° | 91° | 91° |
CMYK | 0.00 | 0.91 | 0.12 0.09 |
XYZ | 43.9846 | 21.8010 | 58.3897 |
Yxy | 21.8010 | 0.3542 | 0.1756 |
Hunter Lab | 46.6915 | 86.4413 | -41.4605 |
CIE-Lab | 53.8152 | 85.8168 | -42.1172 |
#e714cb color RGB value is (231,20,203).
#e714cb hex color red value is 231, green value is 20 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e714cb hue: 0.86 , saturation: 0.84 and the lightness value of e714cb is 0.49.
The process color (four color CMYK) of #e714cb color hex is 0.00, 0.91, 0.12, 0.09. Web safe color of #e714cb is #ff00cc. Color #e714cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 00010100 | 11001011 |
Octal | 347 | 24 | 313 |
Decimal | 231 | 20 | 203 |
Hex | E7 | 14 | CB |
Shades of #e714cb
Tints of #e714cb
RGB Percentages of Color #e714cb
CMYK Percentages of Color #e714cb
Complementary Color
#e714cb | #14e730 |
#e714cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e714cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e714cb Color CSS Codes
.mybgcolor {background-color:#e714cb; } .myforecolor {color:#e714cb; } .mybordercolor {border:3px solid #e714cb; }
#e714cb Text Font Color
<p style="color:#e714cb">Text here</p>
This sample text font color is #e714cb
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.
#e714cb Background Color
<div style="background-color:#e714cb">
Div content here</div>
This div background color is #e714cb
#e714cb Border Color
<div style="border:3px solid #e714cb">
Div here</div>
This div border color is #e714cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,20,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e714cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e714cb; -webkit-box-shadow: 1px 1px 3px 2px #e714cb; box-shadow: 1px 1px 3px 2px #e714cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,20,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 #e714cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e714cb; -webkit-box-shadow: 1px 1px 3px 2px #e714cb; box-shadow: 1px 1px 3px 2px #e714cb;">
Div content here</div>
This div box has shadow with color #e714cb
Comments
No comments written yet.
Please login to write comment.