Color spaces of #f582ef
RGB | 245 | 130 | 239 |
---|---|---|---|
HSL | 0.84 | 0.85 | 0.74 |
HSV | 303° | 47° | 96° |
CMYK | 0.00 | 0.47 | 0.02 0.04 |
XYZ | 61.2188 | 41.6097 | 86.4663 |
Yxy | 41.6097 | 0.3234 | 0.2198 |
Hunter Lab | 64.5056 | 56.5200 | -34.3212 |
CIE-Lab | 70.6010 | 58.5227 | -35.8956 |
#f582ef color RGB value is (245,130,239).
#f582ef hex color red value is 245, green value is 130 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f582ef hue: 0.84 , saturation: 0.85 and the lightness value of f582ef is 0.74.
The process color (four color CMYK) of #f582ef color hex is 0.00, 0.47, 0.02, 0.04. Web safe color of #f582ef is #ff99ff. Color #f582ef contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 10000010 | 11101111 |
Octal | 365 | 202 | 357 |
Decimal | 245 | 130 | 239 |
Hex | F5 | 82 | EF |
Shades of #f582ef
Tints of #f582ef
RGB Percentages of Color #f582ef
CMYK Percentages of Color #f582ef
Complementary Color
#f582ef | #82f588 |
#f582ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f582ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#f582ef Color CSS Codes
.mybgcolor {background-color:#f582ef; } .myforecolor {color:#f582ef; } .mybordercolor {border:3px solid #f582ef; }
#f582ef Text Font Color
<p style="color:#f582ef">Text here</p>
This sample text font color is #f582ef
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.
#f582ef Background Color
<div style="background-color:#f582ef">
Div content here</div>
This div background color is #f582ef
#f582ef Border Color
<div style="border:3px solid #f582ef">
Div here</div>
This div border color is #f582ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,130,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f582ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f582ef; -webkit-box-shadow: 1px 1px 3px 2px #f582ef; box-shadow: 1px 1px 3px 2px #f582ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,130,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f582ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f582ef; -webkit-box-shadow: 1px 1px 3px 2px #f582ef; box-shadow: 1px 1px 3px 2px #f582ef;">
Div content here</div>
This div box has shadow with color #f582ef
Comments
No comments written yet.
Please login to write comment.