Color spaces of #e78272
RGB | 231 | 130 | 114 |
---|---|---|---|
HSL | 0.02 | 0.71 | 0.68 |
HSV | 8° | 51° | 91° |
CMYK | 0.00 | 0.44 | 0.51 0.09 |
XYZ | 43.9749 | 34.1691 | 20.1972 |
Yxy | 34.1691 | 0.4472 | 0.3475 |
Hunter Lab | 58.4543 | 31.9895 | 20.4321 |
CIE-Lab | 65.0966 | 37.1618 | 25.7598 |
#e78272 color RGB value is (231,130,114).
#e78272 hex color red value is 231, green value is 130 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #e78272 hue: 0.02 , saturation: 0.71 and the lightness value of e78272 is 0.68.
The process color (four color CMYK) of #e78272 color hex is 0.00, 0.44, 0.51, 0.09. Web safe color of #e78272 is #ff9966. Color #e78272 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 10000010 | 01110010 |
Octal | 347 | 202 | 162 |
Decimal | 231 | 130 | 114 |
Hex | E7 | 82 | 72 |
Shades of #e78272
Tints of #e78272
RGB Percentages of Color #e78272
CMYK Percentages of Color #e78272
Complementary Color
#e78272 | #72d7e7 |
#e78272 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e78272 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e78272 Color CSS Codes
.mybgcolor {background-color:#e78272; } .myforecolor {color:#e78272; } .mybordercolor {border:3px solid #e78272; }
#e78272 Text Font Color
<p style="color:#e78272">Text here</p>
This sample text font color is #e78272
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.
#e78272 Background Color
<div style="background-color:#e78272">
Div content here</div>
This div background color is #e78272
#e78272 Border Color
<div style="border:3px solid #e78272">
Div here</div>
This div border color is #e78272
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,130,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e78272; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e78272; -webkit-box-shadow: 1px 1px 3px 2px #e78272; box-shadow: 1px 1px 3px 2px #e78272; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,130,114, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e78272">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e78272; -webkit-box-shadow: 1px 1px 3px 2px #e78272; box-shadow: 1px 1px 3px 2px #e78272;">
Div content here</div>
This div box has shadow with color #e78272
#e78272 Color Palettes
Comments
No comments written yet.
Please login to write comment.