Color spaces of #e13baf
RGB | 225 | 59 | 175 |
---|---|---|---|
HSL | 0.88 | 0.73 | 0.56 |
HSV | 318° | 74° | 88° |
CMYK | 0.00 | 0.74 | 0.22 0.12 |
XYZ | 40.3532 | 22.2306 | 42.7215 |
Yxy | 22.2306 | 0.3832 | 0.2111 |
Hunter Lab | 47.1493 | 70.2595 | -20.7175 |
CIE-Lab | 54.2708 | 72.9025 | -25.2606 |
#e13baf color RGB value is (225,59,175).
#e13baf hex color red value is 225, green value is 59 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e13baf hue: 0.88 , saturation: 0.73 and the lightness value of e13baf is 0.56.
The process color (four color CMYK) of #e13baf color hex is 0.00, 0.74, 0.22, 0.12. Web safe color of #e13baf is #cc3399. Color #e13baf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 00111011 | 10101111 |
Octal | 341 | 73 | 257 |
Decimal | 225 | 59 | 175 |
Hex | E1 | 3B | AF |
Shades of #e13baf
Tints of #e13baf
RGB Percentages of Color #e13baf
CMYK Percentages of Color #e13baf
Complementary Color
#e13baf | #3be16d |
#e13baf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e13baf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e13baf Color CSS Codes
.mybgcolor {background-color:#e13baf; } .myforecolor {color:#e13baf; } .mybordercolor {border:3px solid #e13baf; }
#e13baf Text Font Color
<p style="color:#e13baf">Text here</p>
This sample text font color is #e13baf
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.
#e13baf Background Color
<div style="background-color:#e13baf">
Div content here</div>
This div background color is #e13baf
#e13baf Border Color
<div style="border:3px solid #e13baf">
Div here</div>
This div border color is #e13baf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,59,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e13baf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e13baf; -webkit-box-shadow: 1px 1px 3px 2px #e13baf; box-shadow: 1px 1px 3px 2px #e13baf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,59,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 #e13baf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e13baf; -webkit-box-shadow: 1px 1px 3px 2px #e13baf; box-shadow: 1px 1px 3px 2px #e13baf;">
Div content here</div>
This div box has shadow with color #e13baf
Comments
No comments written yet.
Please login to write comment.