Color spaces of #ee1bfe
RGB | 238 | 27 | 254 |
---|---|---|---|
HSL | 0.82 | 0.99 | 0.55 |
HSV | 296° | 89° | 100° |
CMYK | 0.06 | 0.89 | 0.00 0.00 |
XYZ | 53.5412 | 26.1168 | 95.9850 |
Yxy | 26.1168 | 0.3048 | 0.1487 |
Hunter Lab | 51.1046 | 97.5776 | -75.5857 |
CIE-Lab | 58.1478 | 93.3373 | -63.9278 |
#ee1bfe color RGB value is (238,27,254).
#ee1bfe hex color red value is 238, green value is 27 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ee1bfe hue: 0.82 , saturation: 0.99 and the lightness value of ee1bfe is 0.55.
The process color (four color CMYK) of #ee1bfe color hex is 0.06, 0.89, 0.00, 0.00. Web safe color of #ee1bfe is #ff33ff. Color #ee1bfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 00011011 | 11111110 |
Octal | 356 | 33 | 376 |
Decimal | 238 | 27 | 254 |
Hex | EE | 1B | FE |
Shades of #ee1bfe
Tints of #ee1bfe
RGB Percentages of Color #ee1bfe
CMYK Percentages of Color #ee1bfe
Complementary Color
#ee1bfe | #2bfe1b |
#ee1bfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ee1bfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#ee1bfe Color CSS Codes
.mybgcolor {background-color:#ee1bfe; } .myforecolor {color:#ee1bfe; } .mybordercolor {border:3px solid #ee1bfe; }
#ee1bfe Text Font Color
<p style="color:#ee1bfe">Text here</p>
This sample text font color is #ee1bfe
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.
#ee1bfe Background Color
<div style="background-color:#ee1bfe">
Div content here</div>
This div background color is #ee1bfe
#ee1bfe Border Color
<div style="border:3px solid #ee1bfe">
Div here</div>
This div border color is #ee1bfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,27,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ee1bfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ee1bfe; -webkit-box-shadow: 1px 1px 3px 2px #ee1bfe; box-shadow: 1px 1px 3px 2px #ee1bfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,27,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 #ee1bfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ee1bfe; -webkit-box-shadow: 1px 1px 3px 2px #ee1bfe; box-shadow: 1px 1px 3px 2px #ee1bfe;">
Div content here</div>
This div box has shadow with color #ee1bfe
Comments
No comments written yet.
Please login to write comment.