Color spaces of #e32769
RGB | 227 | 39 | 105 |
---|---|---|---|
HSL | 0.94 | 0.77 | 0.52 |
HSV | 339° | 83° | 89° |
CMYK | 0.00 | 0.83 | 0.54 0.11 |
XYZ | 34.9539 | 18.8019 | 15.1514 |
Yxy | 18.8019 | 0.5073 | 0.2729 |
Hunter Lab | 43.3612 | 68.0088 | 9.6355 |
CIE-Lab | 50.4546 | 71.7825 | 10.9369 |
#e32769 color RGB value is (227,39,105).
#e32769 hex color red value is 227, green value is 39 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #e32769 hue: 0.94 , saturation: 0.77 and the lightness value of e32769 is 0.52.
The process color (four color CMYK) of #e32769 color hex is 0.00, 0.83, 0.54, 0.11. Web safe color of #e32769 is #cc3366. Color #e32769 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 00100111 | 01101001 |
Octal | 343 | 47 | 151 |
Decimal | 227 | 39 | 105 |
Hex | E3 | 27 | 69 |
Shades of #e32769
Tints of #e32769
RGB Percentages of Color #e32769
CMYK Percentages of Color #e32769
Complementary Color
#e32769 | #27e3a1 |
#e32769 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e32769 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e32769 Color CSS Codes
.mybgcolor {background-color:#e32769; } .myforecolor {color:#e32769; } .mybordercolor {border:3px solid #e32769; }
#e32769 Text Font Color
<p style="color:#e32769">Text here</p>
This sample text font color is #e32769
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.
#e32769 Background Color
<div style="background-color:#e32769">
Div content here</div>
This div background color is #e32769
#e32769 Border Color
<div style="border:3px solid #e32769">
Div here</div>
This div border color is #e32769
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,39,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e32769; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e32769; -webkit-box-shadow: 1px 1px 3px 2px #e32769; box-shadow: 1px 1px 3px 2px #e32769; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,39,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e32769">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e32769; -webkit-box-shadow: 1px 1px 3px 2px #e32769; box-shadow: 1px 1px 3px 2px #e32769;">
Div content here</div>
This div box has shadow with color #e32769
Comments
No comments written yet.
Please login to write comment.