Color spaces of #e72dbc
RGB | 231 | 45 | 188 |
---|---|---|---|
HSL | 0.87 | 0.79 | 0.54 |
HSV | 314° | 81° | 91° |
CMYK | 0.00 | 0.81 | 0.19 0.09 |
XYZ | 42.9705 | 22.4965 | 49.6544 |
Yxy | 22.4965 | 0.3733 | 0.1954 |
Hunter Lab | 47.4305 | 78.7120 | -28.8687 |
CIE-Lab | 54.5499 | 79.6547 | -32.3062 |
#e72dbc color RGB value is (231,45,188).
#e72dbc hex color red value is 231, green value is 45 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e72dbc hue: 0.87 , saturation: 0.79 and the lightness value of e72dbc is 0.54.
The process color (four color CMYK) of #e72dbc color hex is 0.00, 0.81, 0.19, 0.09. Web safe color of #e72dbc is #ff33cc. Color #e72dbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 00101101 | 10111100 |
Octal | 347 | 55 | 274 |
Decimal | 231 | 45 | 188 |
Hex | E7 | 2D | BC |
Shades of #e72dbc
Tints of #e72dbc
RGB Percentages of Color #e72dbc
CMYK Percentages of Color #e72dbc
Complementary Color
#e72dbc | #2de758 |
#e72dbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e72dbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e72dbc Color CSS Codes
.mybgcolor {background-color:#e72dbc; } .myforecolor {color:#e72dbc; } .mybordercolor {border:3px solid #e72dbc; }
#e72dbc Text Font Color
<p style="color:#e72dbc">Text here</p>
This sample text font color is #e72dbc
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.
#e72dbc Background Color
<div style="background-color:#e72dbc">
Div content here</div>
This div background color is #e72dbc
#e72dbc Border Color
<div style="border:3px solid #e72dbc">
Div here</div>
This div border color is #e72dbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,45,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e72dbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e72dbc; -webkit-box-shadow: 1px 1px 3px 2px #e72dbc; box-shadow: 1px 1px 3px 2px #e72dbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,45,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e72dbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e72dbc; -webkit-box-shadow: 1px 1px 3px 2px #e72dbc; box-shadow: 1px 1px 3px 2px #e72dbc;">
Div content here</div>
This div box has shadow with color #e72dbc
Comments
No comments written yet.
Please login to write comment.