Color spaces of #eb48ea
RGB | 235 | 72 | 234 |
---|---|---|---|
HSL | 0.83 | 0.80 | 0.60 |
HSV | 300° | 69° | 92° |
CMYK | 0.00 | 0.69 | 0.00 0.08 |
XYZ | 51.4296 | 28.2374 | 80.5816 |
Yxy | 28.2374 | 0.3209 | 0.1762 |
Hunter Lab | 53.1389 | 79.7653 | -52.7122 |
CIE-Lab | 60.1026 | 79.4096 | -49.6956 |
#eb48ea color RGB value is (235,72,234).
#eb48ea hex color red value is 235, green value is 72 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #eb48ea hue: 0.83 , saturation: 0.80 and the lightness value of eb48ea is 0.60.
The process color (four color CMYK) of #eb48ea color hex is 0.00, 0.69, 0.00, 0.08. Web safe color of #eb48ea is #ff33ff. Color #eb48ea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 01001000 | 11101010 |
Octal | 353 | 110 | 352 |
Decimal | 235 | 72 | 234 |
Hex | EB | 48 | EA |
Shades of #eb48ea
Tints of #eb48ea
RGB Percentages of Color #eb48ea
CMYK Percentages of Color #eb48ea
Complementary Color
#eb48ea | #48eb49 |
#eb48ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb48ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb48ea Color CSS Codes
.mybgcolor {background-color:#eb48ea; } .myforecolor {color:#eb48ea; } .mybordercolor {border:3px solid #eb48ea; }
#eb48ea Text Font Color
<p style="color:#eb48ea">Text here</p>
This sample text font color is #eb48ea
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.
#eb48ea Background Color
<div style="background-color:#eb48ea">
Div content here</div>
This div background color is #eb48ea
#eb48ea Border Color
<div style="border:3px solid #eb48ea">
Div here</div>
This div border color is #eb48ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,72,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb48ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb48ea; -webkit-box-shadow: 1px 1px 3px 2px #eb48ea; box-shadow: 1px 1px 3px 2px #eb48ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,72,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb48ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb48ea; -webkit-box-shadow: 1px 1px 3px 2px #eb48ea; box-shadow: 1px 1px 3px 2px #eb48ea;">
Div content here</div>
This div box has shadow with color #eb48ea
Comments
No comments written yet.
Please login to write comment.