Color spaces of #ef0cfd
RGB | 239 | 12 | 253 |
---|---|---|---|
HSL | 0.82 | 0.98 | 0.52 |
HSV | 297° | 95° | 99° |
CMYK | 0.06 | 0.95 | 0.00 0.01 |
XYZ | 53.4577 | 25.7055 | 95.0726 |
Yxy | 25.7055 | 0.3068 | 0.1475 |
Hunter Lab | 50.7006 | 99.4808 | -75.6888 |
CIE-Lab | 57.7565 | 94.8091 | -63.9929 |
#ef0cfd color RGB value is (239,12,253).
#ef0cfd hex color red value is 239, green value is 12 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ef0cfd hue: 0.82 , saturation: 0.98 and the lightness value of ef0cfd is 0.52.
The process color (four color CMYK) of #ef0cfd color hex is 0.06, 0.95, 0.00, 0.01. Web safe color of #ef0cfd is #ff00ff. Color #ef0cfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 00001100 | 11111101 |
Octal | 357 | 14 | 375 |
Decimal | 239 | 12 | 253 |
Hex | EF | C | FD |
Shades of #ef0cfd
Tints of #ef0cfd
RGB Percentages of Color #ef0cfd
CMYK Percentages of Color #ef0cfd
Complementary Color
#ef0cfd | #1afd0c |
#ef0cfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef0cfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef0cfd Color CSS Codes
.mybgcolor {background-color:#ef0cfd; } .myforecolor {color:#ef0cfd; } .mybordercolor {border:3px solid #ef0cfd; }
#ef0cfd Text Font Color
<p style="color:#ef0cfd">Text here</p>
This sample text font color is #ef0cfd
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.
#ef0cfd Background Color
<div style="background-color:#ef0cfd">
Div content here</div>
This div background color is #ef0cfd
#ef0cfd Border Color
<div style="border:3px solid #ef0cfd">
Div here</div>
This div border color is #ef0cfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,12,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef0cfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef0cfd; -webkit-box-shadow: 1px 1px 3px 2px #ef0cfd; box-shadow: 1px 1px 3px 2px #ef0cfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,12,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef0cfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef0cfd; -webkit-box-shadow: 1px 1px 3px 2px #ef0cfd; box-shadow: 1px 1px 3px 2px #ef0cfd;">
Div content here</div>
This div box has shadow with color #ef0cfd
Related Colors
Comments
No comments written yet.
Please login to write comment.