Color spaces of #e74baf
RGB | 231 | 75 | 175 |
---|---|---|---|
HSL | 0.89 | 0.76 | 0.60 |
HSV | 322° | 68° | 91° |
CMYK | 0.00 | 0.68 | 0.24 0.09 |
XYZ | 43.2089 | 25.1162 | 43.1280 |
Yxy | 25.1162 | 0.3877 | 0.2254 |
Hunter Lab | 50.1161 | 66.1954 | -15.9415 |
CIE-Lab | 57.1885 | 68.9899 | -20.6931 |
#e74baf color RGB value is (231,75,175).
#e74baf hex color red value is 231, green value is 75 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e74baf hue: 0.89 , saturation: 0.76 and the lightness value of e74baf is 0.60.
The process color (four color CMYK) of #e74baf color hex is 0.00, 0.68, 0.24, 0.09. Web safe color of #e74baf is #ff3399. Color #e74baf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 01001011 | 10101111 |
Octal | 347 | 113 | 257 |
Decimal | 231 | 75 | 175 |
Hex | E7 | 4B | AF |
Shades of #e74baf
Tints of #e74baf
RGB Percentages of Color #e74baf
CMYK Percentages of Color #e74baf
Complementary Color
#e74baf | #4be783 |
#e74baf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e74baf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e74baf Color CSS Codes
.mybgcolor {background-color:#e74baf; } .myforecolor {color:#e74baf; } .mybordercolor {border:3px solid #e74baf; }
#e74baf Text Font Color
<p style="color:#e74baf">Text here</p>
This sample text font color is #e74baf
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.
#e74baf Background Color
<div style="background-color:#e74baf">
Div content here</div>
This div background color is #e74baf
#e74baf Border Color
<div style="border:3px solid #e74baf">
Div here</div>
This div border color is #e74baf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,75,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e74baf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e74baf; -webkit-box-shadow: 1px 1px 3px 2px #e74baf; box-shadow: 1px 1px 3px 2px #e74baf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,75,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e74baf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e74baf; -webkit-box-shadow: 1px 1px 3px 2px #e74baf; box-shadow: 1px 1px 3px 2px #e74baf;">
Div content here</div>
This div box has shadow with color #e74baf
Comments
No comments written yet.
Please login to write comment.