Color spaces of #fe52ef
RGB | 254 | 82 | 239 |
---|---|---|---|
HSL | 0.85 | 0.99 | 0.66 |
HSV | 305° | 68° | 100° |
CMYK | 0.00 | 0.68 | 0.06 0.00 |
XYZ | 59.4703 | 33.3374 | 84.9617 |
Yxy | 33.3374 | 0.3345 | 0.1875 |
Hunter Lab | 57.7385 | 82.8113 | -46.8277 |
CIE-Lab | 64.4332 | 80.9573 | -45.4492 |
#fe52ef color RGB value is (254,82,239).
#fe52ef hex color red value is 254, green value is 82 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fe52ef hue: 0.85 , saturation: 0.99 and the lightness value of fe52ef is 0.66.
The process color (four color CMYK) of #fe52ef color hex is 0.00, 0.68, 0.06, 0.00. Web safe color of #fe52ef is #ff66ff. Color #fe52ef contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01010010 | 11101111 |
Octal | 376 | 122 | 357 |
Decimal | 254 | 82 | 239 |
Hex | FE | 52 | EF |
Shades of #fe52ef
Tints of #fe52ef
RGB Percentages of Color #fe52ef
CMYK Percentages of Color #fe52ef
Complementary Color
#fe52ef | #52fe61 |
#fe52ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe52ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe52ef Color CSS Codes
.mybgcolor {background-color:#fe52ef; } .myforecolor {color:#fe52ef; } .mybordercolor {border:3px solid #fe52ef; }
#fe52ef Text Font Color
<p style="color:#fe52ef">Text here</p>
This sample text font color is #fe52ef
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.
#fe52ef Background Color
<div style="background-color:#fe52ef">
Div content here</div>
This div background color is #fe52ef
#fe52ef Border Color
<div style="border:3px solid #fe52ef">
Div here</div>
This div border color is #fe52ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,82,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe52ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe52ef; -webkit-box-shadow: 1px 1px 3px 2px #fe52ef; box-shadow: 1px 1px 3px 2px #fe52ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,82,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 #fe52ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe52ef; -webkit-box-shadow: 1px 1px 3px 2px #fe52ef; box-shadow: 1px 1px 3px 2px #fe52ef;">
Div content here</div>
This div box has shadow with color #fe52ef
Comments
No comments written yet.
Please login to write comment.