Color spaces of #ed80ee
RGB | 237 | 128 | 238 |
---|---|---|---|
HSL | 0.83 | 0.76 | 0.72 |
HSV | 299° | 46° | 93° |
CMYK | 0.00 | 0.46 | 0.00 0.07 |
XYZ | 58.0768 | 39.6159 | 85.4746 |
Yxy | 39.6159 | 0.3171 | 0.2163 |
Hunter Lab | 62.9412 | 54.5577 | -36.4575 |
CIE-Lab | 69.1951 | 57.0652 | -37.6088 |
#ed80ee color RGB value is (237,128,238).
#ed80ee hex color red value is 237, green value is 128 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ed80ee hue: 0.83 , saturation: 0.76 and the lightness value of ed80ee is 0.72.
The process color (four color CMYK) of #ed80ee color hex is 0.00, 0.46, 0.00, 0.07. Web safe color of #ed80ee is #ff99ff. Color #ed80ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10000000 | 11101110 |
Octal | 355 | 200 | 356 |
Decimal | 237 | 128 | 238 |
Hex | ED | 80 | EE |
Shades of #ed80ee
Tints of #ed80ee
RGB Percentages of Color #ed80ee
CMYK Percentages of Color #ed80ee
Complementary Color
#ed80ee | #81ee80 |
#ed80ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed80ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed80ee Color CSS Codes
.mybgcolor {background-color:#ed80ee; } .myforecolor {color:#ed80ee; } .mybordercolor {border:3px solid #ed80ee; }
#ed80ee Text Font Color
<p style="color:#ed80ee">Text here</p>
This sample text font color is #ed80ee
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.
#ed80ee Background Color
<div style="background-color:#ed80ee">
Div content here</div>
This div background color is #ed80ee
#ed80ee Border Color
<div style="border:3px solid #ed80ee">
Div here</div>
This div border color is #ed80ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,128,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed80ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed80ee; -webkit-box-shadow: 1px 1px 3px 2px #ed80ee; box-shadow: 1px 1px 3px 2px #ed80ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,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 #ed80ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed80ee; -webkit-box-shadow: 1px 1px 3px 2px #ed80ee; box-shadow: 1px 1px 3px 2px #ed80ee;">
Div content here</div>
This div box has shadow with color #ed80ee
Comments
No comments written yet.
Please login to write comment.