Color spaces of #e755df
RGB | 231 | 85 | 223 |
---|---|---|---|
HSL | 0.84 | 0.75 | 0.62 |
HSV | 303° | 63° | 91° |
CMYK | 0.00 | 0.63 | 0.03 0.09 |
XYZ | 49.5228 | 28.8136 | 72.7635 |
Yxy | 28.8136 | 0.3277 | 0.1907 |
Hunter Lab | 53.6783 | 70.7444 | -42.7956 |
CIE-Lab | 60.6168 | 72.0944 | -42.7584 |
#e755df color RGB value is (231,85,223).
#e755df hex color red value is 231, green value is 85 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e755df hue: 0.84 , saturation: 0.75 and the lightness value of e755df is 0.62.
The process color (four color CMYK) of #e755df color hex is 0.00, 0.63, 0.03, 0.09. Web safe color of #e755df is #ff66cc. Color #e755df contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 01010101 | 11011111 |
Octal | 347 | 125 | 337 |
Decimal | 231 | 85 | 223 |
Hex | E7 | 55 | DF |
Shades of #e755df
Tints of #e755df
RGB Percentages of Color #e755df
CMYK Percentages of Color #e755df
Complementary Color
#e755df | #55e75d |
#e755df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e755df Color Preview on White Background
Lorem ipsum dolor sit amet.
#e755df Color CSS Codes
.mybgcolor {background-color:#e755df; } .myforecolor {color:#e755df; } .mybordercolor {border:3px solid #e755df; }
#e755df Text Font Color
<p style="color:#e755df">Text here</p>
This sample text font color is #e755df
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.
#e755df Background Color
<div style="background-color:#e755df">
Div content here</div>
This div background color is #e755df
#e755df Border Color
<div style="border:3px solid #e755df">
Div here</div>
This div border color is #e755df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,85,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e755df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e755df; -webkit-box-shadow: 1px 1px 3px 2px #e755df; box-shadow: 1px 1px 3px 2px #e755df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,85,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e755df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e755df; -webkit-box-shadow: 1px 1px 3px 2px #e755df; box-shadow: 1px 1px 3px 2px #e755df;">
Div content here</div>
This div box has shadow with color #e755df
Comments
No comments written yet.
Please login to write comment.