Color spaces of #fe528b
RGB | 254 | 82 | 139 |
---|---|---|---|
HSL | 0.94 | 0.99 | 0.66 |
HSV | 340° | 68° | 100° |
CMYK | 0.00 | 0.68 | 0.45 0.00 |
XYZ | 48.5505 | 28.9695 | 27.4589 |
Yxy | 28.9695 | 0.4625 | 0.2760 |
Hunter Lab | 53.8233 | 66.8224 | 7.4285 |
CIE-Lab | 60.7547 | 68.8494 | 5.9772 |
#fe528b color RGB value is (254,82,139).
#fe528b hex color red value is 254, green value is 82 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fe528b hue: 0.94 , saturation: 0.99 and the lightness value of fe528b is 0.66.
The process color (four color CMYK) of #fe528b color hex is 0.00, 0.68, 0.45, 0.00. Web safe color of #fe528b is #ff6699. Color #fe528b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01010010 | 10001011 |
Octal | 376 | 122 | 213 |
Decimal | 254 | 82 | 139 |
Hex | FE | 52 | 8B |
Shades of #fe528b
Tints of #fe528b
RGB Percentages of Color #fe528b
CMYK Percentages of Color #fe528b
Complementary Color
#fe528b | #52fec5 |
#fe528b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe528b Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe528b Color CSS Codes
.mybgcolor {background-color:#fe528b; } .myforecolor {color:#fe528b; } .mybordercolor {border:3px solid #fe528b; }
#fe528b Text Font Color
<p style="color:#fe528b">Text here</p>
This sample text font color is #fe528b
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.
#fe528b Background Color
<div style="background-color:#fe528b">
Div content here</div>
This div background color is #fe528b
#fe528b Border Color
<div style="border:3px solid #fe528b">
Div here</div>
This div border color is #fe528b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,82,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe528b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe528b; -webkit-box-shadow: 1px 1px 3px 2px #fe528b; box-shadow: 1px 1px 3px 2px #fe528b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,82,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe528b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe528b; -webkit-box-shadow: 1px 1px 3px 2px #fe528b; box-shadow: 1px 1px 3px 2px #fe528b;">
Div content here</div>
This div box has shadow with color #fe528b
Comments
No comments written yet.
Please login to write comment.