Color spaces of #e87def
RGB | 232 | 125 | 239 |
---|---|---|---|
HSL | 0.82 | 0.78 | 0.71 |
HSV | 296° | 48° | 94° |
CMYK | 0.03 | 0.48 | 0.00 0.06 |
XYZ | 56.1923 | 38.0550 | 86.0450 |
Yxy | 38.0550 | 0.3117 | 0.2111 |
Hunter Lab | 61.6887 | 54.6405 | -39.5171 |
CIE-Lab | 68.0611 | 57.3133 | -39.9734 |
#e87def color RGB value is (232,125,239).
#e87def hex color red value is 232, green value is 125 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e87def hue: 0.82 , saturation: 0.78 and the lightness value of e87def is 0.71.
The process color (four color CMYK) of #e87def color hex is 0.03, 0.48, 0.00, 0.06. Web safe color of #e87def is #ff66ff. Color #e87def contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 01111101 | 11101111 |
Octal | 350 | 175 | 357 |
Decimal | 232 | 125 | 239 |
Hex | E8 | 7D | EF |
Shades of #e87def
Tints of #e87def
RGB Percentages of Color #e87def
CMYK Percentages of Color #e87def
Complementary Color
#e87def | #84ef7d |
#e87def Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e87def Color Preview on White Background
Lorem ipsum dolor sit amet.
#e87def Color CSS Codes
.mybgcolor {background-color:#e87def; } .myforecolor {color:#e87def; } .mybordercolor {border:3px solid #e87def; }
#e87def Text Font Color
<p style="color:#e87def">Text here</p>
This sample text font color is #e87def
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.
#e87def Background Color
<div style="background-color:#e87def">
Div content here</div>
This div background color is #e87def
#e87def Border Color
<div style="border:3px solid #e87def">
Div here</div>
This div border color is #e87def
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,125,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e87def; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e87def; -webkit-box-shadow: 1px 1px 3px 2px #e87def; box-shadow: 1px 1px 3px 2px #e87def; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,125,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e87def">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e87def; -webkit-box-shadow: 1px 1px 3px 2px #e87def; box-shadow: 1px 1px 3px 2px #e87def;">
Div content here</div>
This div box has shadow with color #e87def
Comments
No comments written yet.
Please login to write comment.