Color spaces of #fe60ab
RGB | 254 | 96 | 171 |
---|---|---|---|
HSL | 0.92 | 0.99 | 0.69 |
HSV | 332° | 62° | 100° |
CMYK | 0.00 | 0.62 | 0.33 0.00 |
XYZ | 52.4066 | 32.3768 | 42.0153 |
Yxy | 32.3768 | 0.4133 | 0.2553 |
Hunter Lab | 56.9006 | 64.8260 | -3.9492 |
CIE-Lab | 63.6531 | 66.6696 | -8.2730 |
#fe60ab color RGB value is (254,96,171).
#fe60ab hex color red value is 254, green value is 96 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fe60ab hue: 0.92 , saturation: 0.99 and the lightness value of fe60ab is 0.69.
The process color (four color CMYK) of #fe60ab color hex is 0.00, 0.62, 0.33, 0.00. Web safe color of #fe60ab is #ff6699. Color #fe60ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01100000 | 10101011 |
Octal | 376 | 140 | 253 |
Decimal | 254 | 96 | 171 |
Hex | FE | 60 | AB |
Shades of #fe60ab
Tints of #fe60ab
RGB Percentages of Color #fe60ab
CMYK Percentages of Color #fe60ab
Complementary Color
#fe60ab | #60feb3 |
#fe60ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe60ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe60ab Color CSS Codes
.mybgcolor {background-color:#fe60ab; } .myforecolor {color:#fe60ab; } .mybordercolor {border:3px solid #fe60ab; }
#fe60ab Text Font Color
<p style="color:#fe60ab">Text here</p>
This sample text font color is #fe60ab
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.
#fe60ab Background Color
<div style="background-color:#fe60ab">
Div content here</div>
This div background color is #fe60ab
#fe60ab Border Color
<div style="border:3px solid #fe60ab">
Div here</div>
This div border color is #fe60ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,96,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe60ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe60ab; -webkit-box-shadow: 1px 1px 3px 2px #fe60ab; box-shadow: 1px 1px 3px 2px #fe60ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,96,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe60ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe60ab; -webkit-box-shadow: 1px 1px 3px 2px #fe60ab; box-shadow: 1px 1px 3px 2px #fe60ab;">
Div content here</div>
This div box has shadow with color #fe60ab
Comments
No comments written yet.
Please login to write comment.