Color spaces of #e37dda
RGB | 227 | 125 | 218 |
---|---|---|---|
HSL | 0.85 | 0.65 | 0.69 |
HSV | 305° | 45° | 89° |
CMYK | 0.00 | 0.45 | 0.04 0.11 |
XYZ | 51.6671 | 36.0601 | 70.5668 |
Yxy | 36.0601 | 0.3264 | 0.2278 |
Hunter Lab | 60.0501 | 48.4939 | -27.6386 |
CIE-Lab | 66.5658 | 52.1771 | -30.7238 |
#e37dda color RGB value is (227,125,218).
#e37dda hex color red value is 227, green value is 125 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e37dda hue: 0.85 , saturation: 0.65 and the lightness value of e37dda is 0.69.
The process color (four color CMYK) of #e37dda color hex is 0.00, 0.45, 0.04, 0.11. Web safe color of #e37dda is #cc66cc. Color #e37dda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 01111101 | 11011010 |
Octal | 343 | 175 | 332 |
Decimal | 227 | 125 | 218 |
Hex | E3 | 7D | DA |
Shades of #e37dda
Tints of #e37dda
RGB Percentages of Color #e37dda
CMYK Percentages of Color #e37dda
Complementary Color
#e37dda | #7de386 |
#e37dda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e37dda Color Preview on White Background
Lorem ipsum dolor sit amet.
#e37dda Color CSS Codes
.mybgcolor {background-color:#e37dda; } .myforecolor {color:#e37dda; } .mybordercolor {border:3px solid #e37dda; }
#e37dda Text Font Color
<p style="color:#e37dda">Text here</p>
This sample text font color is #e37dda
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.
#e37dda Background Color
<div style="background-color:#e37dda">
Div content here</div>
This div background color is #e37dda
#e37dda Border Color
<div style="border:3px solid #e37dda">
Div here</div>
This div border color is #e37dda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,125,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e37dda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e37dda; -webkit-box-shadow: 1px 1px 3px 2px #e37dda; box-shadow: 1px 1px 3px 2px #e37dda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,125,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e37dda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e37dda; -webkit-box-shadow: 1px 1px 3px 2px #e37dda; box-shadow: 1px 1px 3px 2px #e37dda;">
Div content here</div>
This div box has shadow with color #e37dda
Comments
No comments written yet.
Please login to write comment.