Color spaces of #e71d70
RGB | 231 | 29 | 112 |
---|---|---|---|
HSL | 0.93 | 0.81 | 0.51 |
HSV | 335° | 87° | 91° |
CMYK | 0.00 | 0.87 | 0.52 0.09 |
XYZ | 36.3190 | 19.0375 | 17.0896 |
Yxy | 19.0375 | 0.5013 | 0.2628 |
Hunter Lab | 43.6320 | 72.2264 | 7.3199 |
CIE-Lab | 50.7311 | 75.1950 | 7.1703 |
#e71d70 color RGB value is (231,29,112).
#e71d70 hex color red value is 231, green value is 29 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #e71d70 hue: 0.93 , saturation: 0.81 and the lightness value of e71d70 is 0.51.
The process color (four color CMYK) of #e71d70 color hex is 0.00, 0.87, 0.52, 0.09. Web safe color of #e71d70 is #ff3366. Color #e71d70 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 00011101 | 01110000 |
Octal | 347 | 35 | 160 |
Decimal | 231 | 29 | 112 |
Hex | E7 | 1D | 70 |
Shades of #e71d70
Tints of #e71d70
RGB Percentages of Color #e71d70
CMYK Percentages of Color #e71d70
Complementary Color
#e71d70 | #1de794 |
#e71d70 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e71d70 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e71d70 Color CSS Codes
.mybgcolor {background-color:#e71d70; } .myforecolor {color:#e71d70; } .mybordercolor {border:3px solid #e71d70; }
#e71d70 Text Font Color
<p style="color:#e71d70">Text here</p>
This sample text font color is #e71d70
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.
#e71d70 Background Color
<div style="background-color:#e71d70">
Div content here</div>
This div background color is #e71d70
#e71d70 Border Color
<div style="border:3px solid #e71d70">
Div here</div>
This div border color is #e71d70
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,29,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e71d70; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e71d70; -webkit-box-shadow: 1px 1px 3px 2px #e71d70; box-shadow: 1px 1px 3px 2px #e71d70; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,29,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e71d70">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e71d70; -webkit-box-shadow: 1px 1px 3px 2px #e71d70; box-shadow: 1px 1px 3px 2px #e71d70;">
Div content here</div>
This div box has shadow with color #e71d70
Comments
No comments written yet.
Please login to write comment.