Color spaces of #ef82fa
RGB | 239 | 130 | 250 |
---|---|---|---|
HSL | 0.82 | 0.92 | 0.75 |
HSV | 295° | 48° | 98° |
CMYK | 0.04 | 0.48 | 0.00 0.02 |
XYZ | 60.8346 | 41.2181 | 95.1920 |
Yxy | 41.2181 | 0.3084 | 0.2090 |
Hunter Lab | 64.2013 | 56.7871 | -42.9690 |
CIE-Lab | 70.3285 | 58.7922 | -42.3970 |
#ef82fa color RGB value is (239,130,250).
#ef82fa hex color red value is 239, green value is 130 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ef82fa hue: 0.82 , saturation: 0.92 and the lightness value of ef82fa is 0.75.
The process color (four color CMYK) of #ef82fa color hex is 0.04, 0.48, 0.00, 0.02. Web safe color of #ef82fa is #ff99ff. Color #ef82fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10000010 | 11111010 |
Octal | 357 | 202 | 372 |
Decimal | 239 | 130 | 250 |
Hex | EF | 82 | FA |
Shades of #ef82fa
Tints of #ef82fa
RGB Percentages of Color #ef82fa
CMYK Percentages of Color #ef82fa
Complementary Color
#ef82fa | #8dfa82 |
#ef82fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef82fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef82fa Color CSS Codes
.mybgcolor {background-color:#ef82fa; } .myforecolor {color:#ef82fa; } .mybordercolor {border:3px solid #ef82fa; }
#ef82fa Text Font Color
<p style="color:#ef82fa">Text here</p>
This sample text font color is #ef82fa
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.
#ef82fa Background Color
<div style="background-color:#ef82fa">
Div content here</div>
This div background color is #ef82fa
#ef82fa Border Color
<div style="border:3px solid #ef82fa">
Div here</div>
This div border color is #ef82fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,130,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef82fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef82fa; -webkit-box-shadow: 1px 1px 3px 2px #ef82fa; box-shadow: 1px 1px 3px 2px #ef82fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,130,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef82fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef82fa; -webkit-box-shadow: 1px 1px 3px 2px #ef82fa; box-shadow: 1px 1px 3px 2px #ef82fa;">
Div content here</div>
This div box has shadow with color #ef82fa
Comments
No comments written yet.
Please login to write comment.