Color spaces of #e7729b
RGB | 231 | 114 | 155 |
---|---|---|---|
HSL | 0.94 | 0.71 | 0.68 |
HSV | 339° | 51° | 91° |
CMYK | 0.00 | 0.51 | 0.33 0.09 |
XYZ | 44.8887 | 31.3901 | 34.7033 |
Yxy | 31.3901 | 0.4045 | 0.2828 |
Hunter Lab | 56.0269 | 44.9671 | 2.4943 |
CIE-Lab | 62.8356 | 49.5678 | -0.6922 |
#e7729b color RGB value is (231,114,155).
#e7729b hex color red value is 231, green value is 114 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #e7729b hue: 0.94 , saturation: 0.71 and the lightness value of e7729b is 0.68.
The process color (four color CMYK) of #e7729b color hex is 0.00, 0.51, 0.33, 0.09. Web safe color of #e7729b is #ff6699. Color #e7729b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 01110010 | 10011011 |
Octal | 347 | 162 | 233 |
Decimal | 231 | 114 | 155 |
Hex | E7 | 72 | 9B |
Shades of #e7729b
Tints of #e7729b
RGB Percentages of Color #e7729b
CMYK Percentages of Color #e7729b
Complementary Color
#e7729b | #72e7be |
#e7729b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e7729b Color Preview on White Background
Lorem ipsum dolor sit amet.
#e7729b Color CSS Codes
.mybgcolor {background-color:#e7729b; } .myforecolor {color:#e7729b; } .mybordercolor {border:3px solid #e7729b; }
#e7729b Text Font Color
<p style="color:#e7729b">Text here</p>
This sample text font color is #e7729b
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.
#e7729b Background Color
<div style="background-color:#e7729b">
Div content here</div>
This div background color is #e7729b
#e7729b Border Color
<div style="border:3px solid #e7729b">
Div here</div>
This div border color is #e7729b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,114,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e7729b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e7729b; -webkit-box-shadow: 1px 1px 3px 2px #e7729b; box-shadow: 1px 1px 3px 2px #e7729b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,114,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e7729b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e7729b; -webkit-box-shadow: 1px 1px 3px 2px #e7729b; box-shadow: 1px 1px 3px 2px #e7729b;">
Div content here</div>
This div box has shadow with color #e7729b
Comments
No comments written yet.
Please login to write comment.