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