Color spaces of #e745de
RGB | 231 | 69 | 222 |
---|---|---|---|
HSL | 0.84 | 0.77 | 0.59 |
HSV | 303° | 70° | 91° |
CMYK | 0.00 | 0.70 | 0.04 0.09 |
XYZ | 48.2679 | 26.5191 | 71.6819 |
Yxy | 26.5191 | 0.3295 | 0.1811 |
Hunter Lab | 51.4967 | 77.1890 | -46.4823 |
CIE-Lab | 58.5265 | 77.6765 | -45.4915 |
#e745de color RGB value is (231,69,222).
#e745de hex color red value is 231, green value is 69 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e745de hue: 0.84 , saturation: 0.77 and the lightness value of e745de is 0.59.
The process color (four color CMYK) of #e745de color hex is 0.00, 0.70, 0.04, 0.09. Web safe color of #e745de is #ff33cc. Color #e745de contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 01000101 | 11011110 |
Octal | 347 | 105 | 336 |
Decimal | 231 | 69 | 222 |
Hex | E7 | 45 | DE |
Shades of #e745de
Tints of #e745de
RGB Percentages of Color #e745de
CMYK Percentages of Color #e745de
Complementary Color
#e745de | #45e74e |
#e745de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e745de Color Preview on White Background
Lorem ipsum dolor sit amet.
#e745de Color CSS Codes
.mybgcolor {background-color:#e745de; } .myforecolor {color:#e745de; } .mybordercolor {border:3px solid #e745de; }
#e745de Text Font Color
<p style="color:#e745de">Text here</p>
This sample text font color is #e745de
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.
#e745de Background Color
<div style="background-color:#e745de">
Div content here</div>
This div background color is #e745de
#e745de Border Color
<div style="border:3px solid #e745de">
Div here</div>
This div border color is #e745de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,69,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e745de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e745de; -webkit-box-shadow: 1px 1px 3px 2px #e745de; box-shadow: 1px 1px 3px 2px #e745de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,69,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e745de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e745de; -webkit-box-shadow: 1px 1px 3px 2px #e745de; box-shadow: 1px 1px 3px 2px #e745de;">
Div content here</div>
This div box has shadow with color #e745de
Comments
No comments written yet.
Please login to write comment.