Color spaces of #eb07fb
RGB | 235 | 7 | 251 |
---|---|---|---|
HSL | 0.82 | 0.97 | 0.51 |
HSV | 296° | 97° | 98° |
CMYK | 0.06 | 0.97 | 0.00 0.02 |
XYZ | 51.7495 | 24.7792 | 93.3221 |
Yxy | 24.7792 | 0.3047 | 0.1459 |
Hunter Lab | 49.7787 | 98.4543 | -76.3082 |
CIE-Lab | 56.8597 | 94.2309 | -64.3586 |
#eb07fb color RGB value is (235,7,251).
#eb07fb hex color red value is 235, green value is 7 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #eb07fb hue: 0.82 , saturation: 0.97 and the lightness value of eb07fb is 0.51.
The process color (four color CMYK) of #eb07fb color hex is 0.06, 0.97, 0.00, 0.02. Web safe color of #eb07fb is #ff00ff. Color #eb07fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 00000111 | 11111011 |
Octal | 353 | 7 | 373 |
Decimal | 235 | 7 | 251 |
Hex | EB | 7 | FB |
Shades of #eb07fb
Tints of #eb07fb
RGB Percentages of Color #eb07fb
CMYK Percentages of Color #eb07fb
Complementary Color
#eb07fb | #17fb07 |
#eb07fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb07fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb07fb Color CSS Codes
.mybgcolor {background-color:#eb07fb; } .myforecolor {color:#eb07fb; } .mybordercolor {border:3px solid #eb07fb; }
#eb07fb Text Font Color
<p style="color:#eb07fb">Text here</p>
This sample text font color is #eb07fb
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.
#eb07fb Background Color
<div style="background-color:#eb07fb">
Div content here</div>
This div background color is #eb07fb
#eb07fb Border Color
<div style="border:3px solid #eb07fb">
Div here</div>
This div border color is #eb07fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,7,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb07fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb07fb; -webkit-box-shadow: 1px 1px 3px 2px #eb07fb; box-shadow: 1px 1px 3px 2px #eb07fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,7,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb07fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb07fb; -webkit-box-shadow: 1px 1px 3px 2px #eb07fb; box-shadow: 1px 1px 3px 2px #eb07fb;">
Div content here</div>
This div box has shadow with color #eb07fb
Comments
No comments written yet.
Please login to write comment.