Color spaces of #eb6efe
RGB | 235 | 110 | 254 |
---|---|---|---|
HSL | 0.81 | 0.99 | 0.71 |
HSV | 292° | 57° | 100° |
CMYK | 0.07 | 0.57 | 0.00 0.00 |
XYZ | 57.7263 | 35.9698 | 97.6663 |
Yxy | 35.9698 | 0.3017 | 0.1880 |
Hunter Lab | 59.9748 | 66.8519 | -54.5687 |
CIE-Lab | 66.4968 | 67.8403 | -50.6460 |
#eb6efe color RGB value is (235,110,254).
#eb6efe hex color red value is 235, green value is 110 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #eb6efe hue: 0.81 , saturation: 0.99 and the lightness value of eb6efe is 0.71.
The process color (four color CMYK) of #eb6efe color hex is 0.07, 0.57, 0.00, 0.00. Web safe color of #eb6efe is #ff66ff. Color #eb6efe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 01101110 | 11111110 |
Octal | 353 | 156 | 376 |
Decimal | 235 | 110 | 254 |
Hex | EB | 6E | FE |
Shades of #eb6efe
Tints of #eb6efe
RGB Percentages of Color #eb6efe
CMYK Percentages of Color #eb6efe
Complementary Color
#eb6efe | #81fe6e |
#eb6efe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb6efe Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb6efe Color CSS Codes
.mybgcolor {background-color:#eb6efe; } .myforecolor {color:#eb6efe; } .mybordercolor {border:3px solid #eb6efe; }
#eb6efe Text Font Color
<p style="color:#eb6efe">Text here</p>
This sample text font color is #eb6efe
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.
#eb6efe Background Color
<div style="background-color:#eb6efe">
Div content here</div>
This div background color is #eb6efe
#eb6efe Border Color
<div style="border:3px solid #eb6efe">
Div here</div>
This div border color is #eb6efe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,110,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb6efe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb6efe; -webkit-box-shadow: 1px 1px 3px 2px #eb6efe; box-shadow: 1px 1px 3px 2px #eb6efe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,110,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb6efe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb6efe; -webkit-box-shadow: 1px 1px 3px 2px #eb6efe; box-shadow: 1px 1px 3px 2px #eb6efe;">
Div content here</div>
This div box has shadow with color #eb6efe
Comments
No comments written yet.
Please login to write comment.