Color spaces of #e538ec
RGB | 229 | 56 | 236 |
---|---|---|---|
HSL | 0.83 | 0.83 | 0.57 |
HSV | 298° | 76° | 93° |
CMYK | 0.03 | 0.76 | 0.00 0.07 |
XYZ | 48.8676 | 25.5425 | 81.7115 |
Yxy | 25.5425 | 0.3130 | 0.1636 |
Hunter Lab | 50.5396 | 84.1504 | -60.4813 |
CIE-Lab | 57.6002 | 83.3146 | -54.8516 |
#e538ec color RGB value is (229,56,236).
#e538ec hex color red value is 229, green value is 56 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e538ec hue: 0.83 , saturation: 0.83 and the lightness value of e538ec is 0.57.
The process color (four color CMYK) of #e538ec color hex is 0.03, 0.76, 0.00, 0.07. Web safe color of #e538ec is #cc33ff. Color #e538ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 00111000 | 11101100 |
Octal | 345 | 70 | 354 |
Decimal | 229 | 56 | 236 |
Hex | E5 | 38 | EC |
Shades of #e538ec
Tints of #e538ec
RGB Percentages of Color #e538ec
CMYK Percentages of Color #e538ec
Complementary Color
#e538ec | #3fec38 |
#e538ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e538ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#e538ec Color CSS Codes
.mybgcolor {background-color:#e538ec; } .myforecolor {color:#e538ec; } .mybordercolor {border:3px solid #e538ec; }
#e538ec Text Font Color
<p style="color:#e538ec">Text here</p>
This sample text font color is #e538ec
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.
#e538ec Background Color
<div style="background-color:#e538ec">
Div content here</div>
This div background color is #e538ec
#e538ec Border Color
<div style="border:3px solid #e538ec">
Div here</div>
This div border color is #e538ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,56,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e538ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e538ec; -webkit-box-shadow: 1px 1px 3px 2px #e538ec; box-shadow: 1px 1px 3px 2px #e538ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,56,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 #e538ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e538ec; -webkit-box-shadow: 1px 1px 3px 2px #e538ec; box-shadow: 1px 1px 3px 2px #e538ec;">
Div content here</div>
This div box has shadow with color #e538ec
Comments
No comments written yet.
Please login to write comment.