Color spaces of #e37481
RGB | 227 | 116 | 129 |
---|---|---|---|
HSL | 0.98 | 0.66 | 0.67 |
HSV | 353° | 49° | 89° |
CMYK | 0.00 | 0.49 | 0.43 0.11 |
XYZ | 41.8864 | 30.4067 | 24.4303 |
Yxy | 30.4067 | 0.4331 | 0.3144 |
Hunter Lab | 55.1423 | 39.0907 | 12.3317 |
CIE-Lab | 62.0036 | 44.2721 | 12.9581 |
#e37481 color RGB value is (227,116,129).
#e37481 hex color red value is 227, green value is 116 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #e37481 hue: 0.98 , saturation: 0.66 and the lightness value of e37481 is 0.67.
The process color (four color CMYK) of #e37481 color hex is 0.00, 0.49, 0.43, 0.11. Web safe color of #e37481 is #cc6699. Color #e37481 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 01110100 | 10000001 |
Octal | 343 | 164 | 201 |
Decimal | 227 | 116 | 129 |
Hex | E3 | 74 | 81 |
Shades of #e37481
Tints of #e37481
RGB Percentages of Color #e37481
CMYK Percentages of Color #e37481
Complementary Color
#e37481 | #74e3d6 |
#e37481 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e37481 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e37481 Color CSS Codes
.mybgcolor {background-color:#e37481; } .myforecolor {color:#e37481; } .mybordercolor {border:3px solid #e37481; }
#e37481 Text Font Color
<p style="color:#e37481">Text here</p>
This sample text font color is #e37481
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.
#e37481 Background Color
<div style="background-color:#e37481">
Div content here</div>
This div background color is #e37481
#e37481 Border Color
<div style="border:3px solid #e37481">
Div here</div>
This div border color is #e37481
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,116,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e37481; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e37481; -webkit-box-shadow: 1px 1px 3px 2px #e37481; box-shadow: 1px 1px 3px 2px #e37481; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,116,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 #e37481">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e37481; -webkit-box-shadow: 1px 1px 3px 2px #e37481; box-shadow: 1px 1px 3px 2px #e37481;">
Div content here</div>
This div box has shadow with color #e37481
Comments
No comments written yet.
Please login to write comment.