Color spaces of #e34ca1
RGB | 227 | 76 | 161 |
---|---|---|---|
HSL | 0.91 | 0.73 | 0.59 |
HSV | 326° | 67° | 89° |
CMYK | 0.00 | 0.67 | 0.29 0.11 |
XYZ | 40.6960 | 24.0730 | 36.2198 |
Yxy | 24.0730 | 0.4030 | 0.2384 |
Hunter Lab | 49.0642 | 62.1932 | -9.4236 |
CIE-Lab | 56.1608 | 65.8172 | -14.1621 |
#e34ca1 color RGB value is (227,76,161).
#e34ca1 hex color red value is 227, green value is 76 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #e34ca1 hue: 0.91 , saturation: 0.73 and the lightness value of e34ca1 is 0.59.
The process color (four color CMYK) of #e34ca1 color hex is 0.00, 0.67, 0.29, 0.11. Web safe color of #e34ca1 is #cc3399. Color #e34ca1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 01001100 | 10100001 |
Octal | 343 | 114 | 241 |
Decimal | 227 | 76 | 161 |
Hex | E3 | 4C | A1 |
Shades of #e34ca1
Tints of #e34ca1
RGB Percentages of Color #e34ca1
CMYK Percentages of Color #e34ca1
Complementary Color
#e34ca1 | #4ce38e |
#e34ca1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e34ca1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e34ca1 Color CSS Codes
.mybgcolor {background-color:#e34ca1; } .myforecolor {color:#e34ca1; } .mybordercolor {border:3px solid #e34ca1; }
#e34ca1 Text Font Color
<p style="color:#e34ca1">Text here</p>
This sample text font color is #e34ca1
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.
#e34ca1 Background Color
<div style="background-color:#e34ca1">
Div content here</div>
This div background color is #e34ca1
#e34ca1 Border Color
<div style="border:3px solid #e34ca1">
Div here</div>
This div border color is #e34ca1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,76,161, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e34ca1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e34ca1; -webkit-box-shadow: 1px 1px 3px 2px #e34ca1; box-shadow: 1px 1px 3px 2px #e34ca1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,76,161, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e34ca1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e34ca1; -webkit-box-shadow: 1px 1px 3px 2px #e34ca1; box-shadow: 1px 1px 3px 2px #e34ca1;">
Div content here</div>
This div box has shadow with color #e34ca1
Comments
No comments written yet.
Please login to write comment.