Color spaces of #e34ad9
RGB | 227 | 74 | 217 |
---|---|---|---|
HSL | 0.84 | 0.73 | 0.59 |
HSV | 304° | 67° | 89° |
CMYK | 0.00 | 0.67 | 0.04 0.11 |
XYZ | 46.6517 | 26.2382 | 68.2513 |
Yxy | 26.2382 | 0.3305 | 0.1859 |
Hunter Lab | 51.2232 | 72.9287 | -43.1434 |
CIE-Lab | 58.2625 | 74.3118 | -43.1257 |
#e34ad9 color RGB value is (227,74,217).
#e34ad9 hex color red value is 227, green value is 74 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #e34ad9 hue: 0.84 , saturation: 0.73 and the lightness value of e34ad9 is 0.59.
The process color (four color CMYK) of #e34ad9 color hex is 0.00, 0.67, 0.04, 0.11. Web safe color of #e34ad9 is #cc33cc. Color #e34ad9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 01001010 | 11011001 |
Octal | 343 | 112 | 331 |
Decimal | 227 | 74 | 217 |
Hex | E3 | 4A | D9 |
Shades of #e34ad9
Tints of #e34ad9
RGB Percentages of Color #e34ad9
CMYK Percentages of Color #e34ad9
Complementary Color
#e34ad9 | #4ae354 |
#e34ad9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e34ad9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e34ad9 Color CSS Codes
.mybgcolor {background-color:#e34ad9; } .myforecolor {color:#e34ad9; } .mybordercolor {border:3px solid #e34ad9; }
#e34ad9 Text Font Color
<p style="color:#e34ad9">Text here</p>
This sample text font color is #e34ad9
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.
#e34ad9 Background Color
<div style="background-color:#e34ad9">
Div content here</div>
This div background color is #e34ad9
#e34ad9 Border Color
<div style="border:3px solid #e34ad9">
Div here</div>
This div border color is #e34ad9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,74,217, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e34ad9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e34ad9; -webkit-box-shadow: 1px 1px 3px 2px #e34ad9; box-shadow: 1px 1px 3px 2px #e34ad9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,74,217, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e34ad9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e34ad9; -webkit-box-shadow: 1px 1px 3px 2px #e34ad9; box-shadow: 1px 1px 3px 2px #e34ad9;">
Div content here</div>
This div box has shadow with color #e34ad9
Comments
No comments written yet.
Please login to write comment.