Color spaces of #e51aec
RGB | 229 | 26 | 236 |
---|---|---|---|
HSL | 0.83 | 0.85 | 0.51 |
HSV | 298° | 89° | 93° |
CMYK | 0.03 | 0.89 | 0.00 0.07 |
XYZ | 47.8228 | 23.4529 | 81.3632 |
Yxy | 23.4529 | 0.3133 | 0.1536 |
Hunter Lab | 48.4282 | 91.5193 | -65.7122 |
CIE-Lab | 55.5358 | 89.3376 | -58.1524 |
#e51aec color RGB value is (229,26,236).
#e51aec hex color red value is 229, green value is 26 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e51aec hue: 0.83 , saturation: 0.85 and the lightness value of e51aec is 0.51.
The process color (four color CMYK) of #e51aec color hex is 0.03, 0.89, 0.00, 0.07. Web safe color of #e51aec is #cc33ff. Color #e51aec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 00011010 | 11101100 |
Octal | 345 | 32 | 354 |
Decimal | 229 | 26 | 236 |
Hex | E5 | 1A | EC |
Shades of #e51aec
Tints of #e51aec
RGB Percentages of Color #e51aec
CMYK Percentages of Color #e51aec
Complementary Color
#e51aec | #21ec1a |
#e51aec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e51aec Color Preview on White Background
Lorem ipsum dolor sit amet.
#e51aec Color CSS Codes
.mybgcolor {background-color:#e51aec; } .myforecolor {color:#e51aec; } .mybordercolor {border:3px solid #e51aec; }
#e51aec Text Font Color
<p style="color:#e51aec">Text here</p>
This sample text font color is #e51aec
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.
#e51aec Background Color
<div style="background-color:#e51aec">
Div content here</div>
This div background color is #e51aec
#e51aec Border Color
<div style="border:3px solid #e51aec">
Div here</div>
This div border color is #e51aec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,26,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e51aec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e51aec; -webkit-box-shadow: 1px 1px 3px 2px #e51aec; box-shadow: 1px 1px 3px 2px #e51aec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,26,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e51aec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e51aec; -webkit-box-shadow: 1px 1px 3px 2px #e51aec; box-shadow: 1px 1px 3px 2px #e51aec;">
Div content here</div>
This div box has shadow with color #e51aec
Comments
No comments written yet.
Please login to write comment.