Color spaces of #e745bd
RGB | 231 | 69 | 189 |
---|---|---|---|
HSL | 0.88 | 0.77 | 0.59 |
HSV | 316° | 70° | 91° |
CMYK | 0.00 | 0.70 | 0.18 0.09 |
XYZ | 44.2684 | 24.9193 | 50.6208 |
Yxy | 24.9193 | 0.3695 | 0.2080 |
Hunter Lab | 49.9192 | 70.9352 | -25.1798 |
CIE-Lab | 56.9967 | 72.9335 | -29.0798 |
#e745bd color RGB value is (231,69,189).
#e745bd hex color red value is 231, green value is 69 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e745bd hue: 0.88 , saturation: 0.77 and the lightness value of e745bd is 0.59.
The process color (four color CMYK) of #e745bd color hex is 0.00, 0.70, 0.18, 0.09. Web safe color of #e745bd is #ff33cc. Color #e745bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 01000101 | 10111101 |
Octal | 347 | 105 | 275 |
Decimal | 231 | 69 | 189 |
Hex | E7 | 45 | BD |
Shades of #e745bd
Tints of #e745bd
RGB Percentages of Color #e745bd
CMYK Percentages of Color #e745bd
Complementary Color
#e745bd | #45e76f |
#e745bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e745bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e745bd Color CSS Codes
.mybgcolor {background-color:#e745bd; } .myforecolor {color:#e745bd; } .mybordercolor {border:3px solid #e745bd; }
#e745bd Text Font Color
<p style="color:#e745bd">Text here</p>
This sample text font color is #e745bd
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.
#e745bd Background Color
<div style="background-color:#e745bd">
Div content here</div>
This div background color is #e745bd
#e745bd Border Color
<div style="border:3px solid #e745bd">
Div here</div>
This div border color is #e745bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,69,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e745bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e745bd; -webkit-box-shadow: 1px 1px 3px 2px #e745bd; box-shadow: 1px 1px 3px 2px #e745bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,69,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 #e745bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e745bd; -webkit-box-shadow: 1px 1px 3px 2px #e745bd; box-shadow: 1px 1px 3px 2px #e745bd;">
Div content here</div>
This div box has shadow with color #e745bd
Comments
No comments written yet.
Please login to write comment.