Color spaces of #e76281
RGB | 231 | 98 | 129 |
---|---|---|---|
HSL | 0.96 | 0.73 | 0.65 |
HSV | 346° | 58° | 91° |
CMYK | 0.00 | 0.58 | 0.44 0.09 |
XYZ | 41.2851 | 27.3093 | 23.8641 |
Yxy | 27.3093 | 0.4465 | 0.2954 |
Hunter Lab | 52.2583 | 49.5665 | 9.5056 |
CIE-Lab | 59.2595 | 54.2703 | 9.1733 |
#e76281 color RGB value is (231,98,129).
#e76281 hex color red value is 231, green value is 98 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #e76281 hue: 0.96 , saturation: 0.73 and the lightness value of e76281 is 0.65.
The process color (four color CMYK) of #e76281 color hex is 0.00, 0.58, 0.44, 0.09. Web safe color of #e76281 is #ff6699. Color #e76281 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 01100010 | 10000001 |
Octal | 347 | 142 | 201 |
Decimal | 231 | 98 | 129 |
Hex | E7 | 62 | 81 |
Shades of #e76281
Tints of #e76281
RGB Percentages of Color #e76281
CMYK Percentages of Color #e76281
Complementary Color
#e76281 | #62e7c8 |
#e76281 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e76281 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e76281 Color CSS Codes
.mybgcolor {background-color:#e76281; } .myforecolor {color:#e76281; } .mybordercolor {border:3px solid #e76281; }
#e76281 Text Font Color
<p style="color:#e76281">Text here</p>
This sample text font color is #e76281
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.
#e76281 Background Color
<div style="background-color:#e76281">
Div content here</div>
This div background color is #e76281
#e76281 Border Color
<div style="border:3px solid #e76281">
Div here</div>
This div border color is #e76281
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,98,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e76281; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e76281; -webkit-box-shadow: 1px 1px 3px 2px #e76281; box-shadow: 1px 1px 3px 2px #e76281; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,98,129, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e76281">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e76281; -webkit-box-shadow: 1px 1px 3px 2px #e76281; box-shadow: 1px 1px 3px 2px #e76281;">
Div content here</div>
This div box has shadow with color #e76281
Comments
No comments written yet.
Please login to write comment.