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