Color spaces of #e141bd
RGB | 225 | 65 | 189 |
---|---|---|---|
HSL | 0.87 | 0.73 | 0.57 |
HSV | 314° | 71° | 88° |
CMYK | 0.00 | 0.71 | 0.16 0.12 |
XYZ | 42.1269 | 23.4623 | 50.4524 |
Yxy | 23.4623 | 0.3630 | 0.2022 |
Hunter Lab | 48.4379 | 70.4768 | -27.8493 |
CIE-Lab | 55.5454 | 72.8360 | -31.4101 |
#e141bd color RGB value is (225,65,189).
#e141bd hex color red value is 225, green value is 65 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e141bd hue: 0.87 , saturation: 0.73 and the lightness value of e141bd is 0.57.
The process color (four color CMYK) of #e141bd color hex is 0.00, 0.71, 0.16, 0.12. Web safe color of #e141bd is #cc33cc. Color #e141bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01000001 | 10111101 |
Octal | 341 | 101 | 275 |
Decimal | 225 | 65 | 189 |
Hex | E1 | 41 | BD |
Shades of #e141bd
Tints of #e141bd
RGB Percentages of Color #e141bd
CMYK Percentages of Color #e141bd
Complementary Color
#e141bd | #41e165 |
#e141bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e141bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e141bd Color CSS Codes
.mybgcolor {background-color:#e141bd; } .myforecolor {color:#e141bd; } .mybordercolor {border:3px solid #e141bd; }
#e141bd Text Font Color
<p style="color:#e141bd">Text here</p>
This sample text font color is #e141bd
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.
#e141bd Background Color
<div style="background-color:#e141bd">
Div content here</div>
This div background color is #e141bd
#e141bd Border Color
<div style="border:3px solid #e141bd">
Div here</div>
This div border color is #e141bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,65,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e141bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e141bd; -webkit-box-shadow: 1px 1px 3px 2px #e141bd; box-shadow: 1px 1px 3px 2px #e141bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,65,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e141bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e141bd; -webkit-box-shadow: 1px 1px 3px 2px #e141bd; box-shadow: 1px 1px 3px 2px #e141bd;">
Div content here</div>
This div box has shadow with color #e141bd
Comments
No comments written yet.
Please login to write comment.