Color spaces of #e71cba
RGB | 231 | 28 | 186 |
---|---|---|---|
HSL | 0.87 | 0.81 | 0.51 |
HSV | 313° | 88° | 91° |
CMYK | 0.00 | 0.88 | 0.19 0.09 |
XYZ | 42.2332 | 21.3646 | 48.3522 |
Yxy | 21.3646 | 0.3773 | 0.1908 |
Hunter Lab | 46.2219 | 82.2083 | -29.6673 |
CIE-Lab | 53.3462 | 82.6354 | -33.0238 |
#e71cba color RGB value is (231,28,186).
#e71cba hex color red value is 231, green value is 28 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e71cba hue: 0.87 , saturation: 0.81 and the lightness value of e71cba is 0.51.
The process color (four color CMYK) of #e71cba color hex is 0.00, 0.88, 0.19, 0.09. Web safe color of #e71cba is #ff33cc. Color #e71cba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 00011100 | 10111010 |
Octal | 347 | 34 | 272 |
Decimal | 231 | 28 | 186 |
Hex | E7 | 1C | BA |
Shades of #e71cba
Tints of #e71cba
RGB Percentages of Color #e71cba
CMYK Percentages of Color #e71cba
Complementary Color
#e71cba | #1ce749 |
#e71cba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e71cba Color Preview on White Background
Lorem ipsum dolor sit amet.
#e71cba Color CSS Codes
.mybgcolor {background-color:#e71cba; } .myforecolor {color:#e71cba; } .mybordercolor {border:3px solid #e71cba; }
#e71cba Text Font Color
<p style="color:#e71cba">Text here</p>
This sample text font color is #e71cba
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.
#e71cba Background Color
<div style="background-color:#e71cba">
Div content here</div>
This div background color is #e71cba
#e71cba Border Color
<div style="border:3px solid #e71cba">
Div here</div>
This div border color is #e71cba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,28,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e71cba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e71cba; -webkit-box-shadow: 1px 1px 3px 2px #e71cba; box-shadow: 1px 1px 3px 2px #e71cba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,28,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e71cba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e71cba; -webkit-box-shadow: 1px 1px 3px 2px #e71cba; box-shadow: 1px 1px 3px 2px #e71cba;">
Div content here</div>
This div box has shadow with color #e71cba
Comments
No comments written yet.
Please login to write comment.