Color spaces of #e680eb
RGB | 230 | 128 | 235 |
---|---|---|---|
HSL | 0.83 | 0.73 | 0.71 |
HSV | 297° | 46° | 92° |
CMYK | 0.02 | 0.46 | 0.00 0.08 |
XYZ | 55.3477 | 38.2595 | 83.0649 |
Yxy | 38.2595 | 0.3133 | 0.2166 |
Hunter Lab | 61.8543 | 51.4783 | -36.3233 |
CIE-Lab | 68.2114 | 54.5523 | -37.5544 |
#e680eb color RGB value is (230,128,235).
#e680eb hex color red value is 230, green value is 128 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e680eb hue: 0.83 , saturation: 0.73 and the lightness value of e680eb is 0.71.
The process color (four color CMYK) of #e680eb color hex is 0.02, 0.46, 0.00, 0.08. Web safe color of #e680eb is #ff99ff. Color #e680eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 10000000 | 11101011 |
Octal | 346 | 200 | 353 |
Decimal | 230 | 128 | 235 |
Hex | E6 | 80 | EB |
Shades of #e680eb
Tints of #e680eb
RGB Percentages of Color #e680eb
CMYK Percentages of Color #e680eb
Complementary Color
#e680eb | #85eb80 |
#e680eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e680eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e680eb Color CSS Codes
.mybgcolor {background-color:#e680eb; } .myforecolor {color:#e680eb; } .mybordercolor {border:3px solid #e680eb; }
#e680eb Text Font Color
<p style="color:#e680eb">Text here</p>
This sample text font color is #e680eb
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.
#e680eb Background Color
<div style="background-color:#e680eb">
Div content here</div>
This div background color is #e680eb
#e680eb Border Color
<div style="border:3px solid #e680eb">
Div here</div>
This div border color is #e680eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,128,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e680eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e680eb; -webkit-box-shadow: 1px 1px 3px 2px #e680eb; box-shadow: 1px 1px 3px 2px #e680eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,128,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e680eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e680eb; -webkit-box-shadow: 1px 1px 3px 2px #e680eb; box-shadow: 1px 1px 3px 2px #e680eb;">
Div content here</div>
This div box has shadow with color #e680eb
Comments
No comments written yet.
Please login to write comment.