Color spaces of #ef3ffd
RGB | 239 | 63 | 253 |
---|---|---|---|
HSL | 0.82 | 0.98 | 0.62 |
HSV | 296° | 75° | 99° |
CMYK | 0.06 | 0.75 | 0.00 0.01 |
XYZ | 55.1037 | 28.9976 | 95.6213 |
Yxy | 28.9976 | 0.3066 | 0.1613 |
Hunter Lab | 53.8494 | 88.4212 | -67.5876 |
CIE-Lab | 60.7795 | 85.9720 | -59.1477 |
#ef3ffd color RGB value is (239,63,253).
#ef3ffd hex color red value is 239, green value is 63 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ef3ffd hue: 0.82 , saturation: 0.98 and the lightness value of ef3ffd is 0.62.
The process color (four color CMYK) of #ef3ffd color hex is 0.06, 0.75, 0.00, 0.01. Web safe color of #ef3ffd is #ff33ff. Color #ef3ffd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 00111111 | 11111101 |
Octal | 357 | 77 | 375 |
Decimal | 239 | 63 | 253 |
Hex | EF | 3F | FD |
Shades of #ef3ffd
Tints of #ef3ffd
RGB Percentages of Color #ef3ffd
CMYK Percentages of Color #ef3ffd
Complementary Color
#ef3ffd | #4dfd3f |
#ef3ffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef3ffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef3ffd Color CSS Codes
.mybgcolor {background-color:#ef3ffd; } .myforecolor {color:#ef3ffd; } .mybordercolor {border:3px solid #ef3ffd; }
#ef3ffd Text Font Color
<p style="color:#ef3ffd">Text here</p>
This sample text font color is #ef3ffd
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.
#ef3ffd Background Color
<div style="background-color:#ef3ffd">
Div content here</div>
This div background color is #ef3ffd
#ef3ffd Border Color
<div style="border:3px solid #ef3ffd">
Div here</div>
This div border color is #ef3ffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,63,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef3ffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef3ffd; -webkit-box-shadow: 1px 1px 3px 2px #ef3ffd; box-shadow: 1px 1px 3px 2px #ef3ffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,63,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 #ef3ffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef3ffd; -webkit-box-shadow: 1px 1px 3px 2px #ef3ffd; box-shadow: 1px 1px 3px 2px #ef3ffd;">
Div content here</div>
This div box has shadow with color #ef3ffd
Comments
No comments written yet.
Please login to write comment.