Color spaces of #e680ee
RGB | 230 | 128 | 238 |
---|---|---|---|
HSL | 0.82 | 0.76 | 0.72 |
HSV | 296° | 46° | 93° |
CMYK | 0.03 | 0.46 | 0.00 0.07 |
XYZ | 55.7849 | 38.4344 | 85.3673 |
Yxy | 38.4344 | 0.3106 | 0.2140 |
Hunter Lab | 61.9955 | 52.1261 | -38.2450 |
CIE-Lab | 68.3396 | 55.0965 | -39.0066 |
#e680ee color RGB value is (230,128,238).
#e680ee hex color red value is 230, green value is 128 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e680ee hue: 0.82 , saturation: 0.76 and the lightness value of e680ee is 0.72.
The process color (four color CMYK) of #e680ee color hex is 0.03, 0.46, 0.00, 0.07. Web safe color of #e680ee is #ff99ff. Color #e680ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 10000000 | 11101110 |
Octal | 346 | 200 | 356 |
Decimal | 230 | 128 | 238 |
Hex | E6 | 80 | EE |
Shades of #e680ee
Tints of #e680ee
RGB Percentages of Color #e680ee
CMYK Percentages of Color #e680ee
Complementary Color
#e680ee | #88ee80 |
#e680ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e680ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#e680ee Color CSS Codes
.mybgcolor {background-color:#e680ee; } .myforecolor {color:#e680ee; } .mybordercolor {border:3px solid #e680ee; }
#e680ee Text Font Color
<p style="color:#e680ee">Text here</p>
This sample text font color is #e680ee
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.
#e680ee Background Color
<div style="background-color:#e680ee">
Div content here</div>
This div background color is #e680ee
#e680ee Border Color
<div style="border:3px solid #e680ee">
Div here</div>
This div border color is #e680ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,128,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e680ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e680ee; -webkit-box-shadow: 1px 1px 3px 2px #e680ee; box-shadow: 1px 1px 3px 2px #e680ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,128,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e680ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e680ee; -webkit-box-shadow: 1px 1px 3px 2px #e680ee; box-shadow: 1px 1px 3px 2px #e680ee;">
Div content here</div>
This div box has shadow with color #e680ee
Comments
No comments written yet.
Please login to write comment.